|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StationModeArea
A representation of a DockStation which can be accessed
through Modes.
| Method Summary | |
|---|---|
DockableProperty |
getLocation(Dockable child)
Gets the location of dockable which is a child
of this station. |
boolean |
setLocation(Dockable dockable,
DockableProperty location,
AffectedSet set)
Sets the location of dockable to location
and tries to ensure that dockable is a child of this station.
This method may completely fail to change the location of dockable, for example because
a DockAcceptance does not allow the dockable to be moved. |
| Methods inherited from interface bibliothek.gui.dock.facile.mode.ModeArea |
|---|
addModeAreaListener, autoDefaultArea, getStation, getUniqueId, isChild, isLocationRoot, removeModeAreaListener, setController, setMode |
| Method Detail |
|---|
DockableProperty getLocation(Dockable child)
dockable which is a child
of this station.
child - the child
null
boolean setLocation(Dockable dockable,
DockableProperty location,
AffectedSet set)
dockable to location
and tries to ensure that dockable is a child of this station.
This method may completely fail to change the location of dockable, for example because
a DockAcceptance does not allow the dockable to be moved. In such cases false is
returned.
dockable - the new or old childlocation - the new location, may be nullset - this method has to store all Dockables which might have changed their
mode in the set.
true if docakble is now a child of this StationModeArea, false if not
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||