|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CModeArea
Describes a ModeArea that can work with CLocations.
| Method Summary | |
|---|---|
CLocation |
getCLocation(Dockable dockable)
Assuming dockable is a child of this area, returns
the location of dockable. |
CLocation |
getCLocation(Dockable dockable,
Location location)
Assuming dockable would be at location location
if it would be a child of this station, returns the CLocation that
matches location. |
boolean |
respectWorkingAreas()
Tells whether children of this area have to respect the settings for CWorkingAreas. |
| Methods inherited from interface bibliothek.gui.dock.facile.mode.ModeArea |
|---|
addModeAreaListener, autoDefaultArea, getStation, getUniqueId, isChild, isLocationRoot, removeModeAreaListener, setController, setMode |
| Method Detail |
|---|
CLocation getCLocation(Dockable dockable)
dockable is a child of this area, returns
the location of dockable.
dockable - some child
null if not found
CLocation getCLocation(Dockable dockable,
Location location)
dockable would be at location location
if it would be a child of this station, returns the CLocation that
matches location.
dockable - some element which may or may not be a child of this stationlocation - the location dockable would have if it would
be a child of this station
null if not foundboolean respectWorkingAreas()
CWorkingAreas.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||