|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CLocationMode
LocationMode offering methods to work with CLocation.
| Method Summary | |
|---|---|
CLocation |
getCLocation(Dockable dockable)
Gets the location of dockable which is in this mode. |
CLocation |
getCLocation(Dockable dockable,
Location location)
Gets the location of dockable which might or might not
be a child of this mode. |
boolean |
isBasicMode()
Tells whether this mode is a basic mode or not. |
boolean |
respectWorkingAreas(DockStation station)
Tells whether Dockables which have this mode applied should
respect the settings for CWorkingAreas. |
| Methods inherited from interface bibliothek.gui.dock.facile.mode.LocationMode |
|---|
addLocationModeListener, ensureNotHidden, getExtendedMode, getManager, getRepresentation, isCurrentMode, isRepresenting, removeLocationModeListener, setController, setManager |
| Methods inherited from interface bibliothek.gui.dock.support.mode.Mode |
|---|
apply, current, getActionsFor, getSettingFactory, getUniqueIdentifier, isDefaultMode, readSetting, writeSetting |
| Method Detail |
|---|
CLocation getCLocation(Dockable dockable)
dockable which is in this mode.
dockable - the element whose location is asked
null if it cannot be determined
CLocation getCLocation(Dockable dockable,
Location location)
dockable which might or might not
be a child of this mode.
dockable - the elementlocation - the location dockable is supposed to be in
if in this mode.
null if it cannot be determinedboolean isBasicMode()
DockStations), but if in doubt the
basic mode has more weight.
true if this is a basic modeboolean respectWorkingAreas(DockStation station)
Dockables which have this mode applied should
respect the settings for CWorkingAreas.
station - the station which is the parent of the Dockables
true if the settings should be respected, false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||