Package | Description |
---|---|
bibliothek.gui.dock.common.mode.station |
Contains wrapper classes for various
DockStation s, implementing the interface
CLocationMode . |
bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable . |
Modifier and Type | Method and Description |
---|---|
Runnable |
CScreenDockStationHandle.Maximal.onApply(LocationModeEvent event) |
Runnable |
CSplitDockStationHandle.Maximal.onApply(LocationModeEvent event) |
Runnable |
CScreenDockStationHandle.Maximal.onApply(LocationModeEvent event,
Dockable replacement) |
Runnable |
CSplitDockStationHandle.Maximal.onApply(LocationModeEvent event,
Dockable replacement) |
Modifier and Type | Method and Description |
---|---|
void |
LocationModeListener.applyDone(LocationModeEvent event)
Called by a
LocationMode after the
apply
method has done its work. |
protected void |
MaximizedMode.applyDone(LocationModeEvent event) |
void |
LocationModeListener.applyStarting(LocationModeEvent event)
Called by a
LocationMode right before the
apply
method starts. |
protected void |
MaximizedMode.applyStarting(LocationModeEvent event) |
Runnable |
MaximizedModeArea.onApply(LocationModeEvent event)
This method is called before the method
apply
is executed of a LocationMode that is not the owner of this area. |
Runnable |
MaximizedModeArea.onApply(LocationModeEvent event,
Dockable replacement)
This method is called before the method
apply
is executed of a LocationMode that is not the owner of this area. |