DockController<T> class
Constructors
-
DockController(List<
DockItem< items, dynamic callback(DockItem<T> >T> item), {dynamic openOfTypeCallback(T fileType)?, dynamic hideAllOfTypeCallback(T fileType)?, dynamic showAllOfTypeCallback(T fileType)?, dynamic closeAllOfTypeCallback(T fileType)?})
Properties
-
callback
↔ dynamic Function(DockItem<
T> item) -
getter/setter pair
- closeAllOfTypeCallback ↔ dynamic Function(T fileType)?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideAllOfTypeCallback ↔ dynamic Function(T fileType)?
-
getter/setter pair
-
items
↔ List<
DockItem< T> > -
getter/setter pair
- openOfTypeCallback ↔ dynamic Function(T fileType)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAllOfTypeCallback ↔ dynamic Function(T fileType)?
-
getter/setter pair
Methods
-
closeAllOfType(
T fileType) → void -
hideAllOfType(
T fileType) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openOfType(
T fileType) → void -
showAllOfType(
T fileType) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateActiveItems(
List< T> activeWindows) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited