|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListeningDockAction | |
---|---|
bibliothek.gui.dock.action.actions | |
bibliothek.gui.dock.station | |
bibliothek.gui.dock.station.flap | |
bibliothek.gui.dock.station.split |
Uses of ListeningDockAction in bibliothek.gui.dock.action.actions |
---|
Classes in bibliothek.gui.dock.action.actions that implement ListeningDockAction | |
---|---|
class |
CloseAction
This action shows an icon for "close". |
class |
ReplaceAction
A DockAction that can replace a DockStation by it's only
child. |
Uses of ListeningDockAction in bibliothek.gui.dock.station |
---|
Fields in bibliothek.gui.dock.station declared as ListeningDockAction | |
---|---|
private ListeningDockAction |
SplitDockStation.fullScreenAction
An action that is added to all children. |
private ListeningDockAction |
FlapDockStation.holdAction
An action that will be added to all children of this station. |
Methods in bibliothek.gui.dock.station that return ListeningDockAction | |
---|---|
protected ListeningDockAction |
SplitDockStation.createFullScreenAction()
Creates an action which is added to all children
of this station. |
protected ListeningDockAction |
FlapDockStation.createHoldAction()
Creates a DockAction that is added to all children
of this station. |
Methods in bibliothek.gui.dock.station with parameters of type ListeningDockAction | |
---|---|
void |
SplitDockStation.setFullScreenAction(ListeningDockAction fullScreenAction)
Sets an action which allows to expand children. |
Uses of ListeningDockAction in bibliothek.gui.dock.station.flap |
---|
Classes in bibliothek.gui.dock.station.flap that implement ListeningDockAction | |
---|---|
class |
FlapDockDirection
This DockAction is used as an action of a FlapDockStation . |
class |
FlapDockHoldToggle
This DockAction is shown together with the children of a
FlapDockStation , and allows to "stick" a Dockable . |
Uses of ListeningDockAction in bibliothek.gui.dock.station.split |
---|
Classes in bibliothek.gui.dock.station.split that implement ListeningDockAction | |
---|---|
class |
SplitFullScreenAction
This DockAction is mainly used by the SplitDockStation
to allow it's children to get in fullscreen-mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |