|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.mode.station.CScreenDockStationHandle
public class CScreenDockStationHandle
Connection between a ScreenDockStation and the CExternalizedModeArea interface.
| Nested Class Summary | |
|---|---|
protected class |
CScreenDockStationHandle.External
Represents a CScreenDockStationHandle as CExternalizedModeArea. |
protected class |
CScreenDockStationHandle.Maximal
A representation of CScreenDockStationHandle as CMaximizedModeArea. |
| Constructor Summary | |
|---|---|
CScreenDockStationHandle(CStation<CScreenDockStation> station,
CLocationModeManager manager)
Creates a new handle |
|
| Method Summary | |
|---|---|
CLocation |
getCLocation(Dockable dockable)
Gets a CLocation describing the location of dockable on the station of this handle. |
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. |
CExternalizedModeArea |
getExternalizedModeArea()
Gets the representation of this as CExternalizedModeArea. |
CMaximizedModeArea |
getMaximizedModeArea()
Gets the representation of this as CMaximizedModeArea. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CScreenDockStationHandle(CStation<CScreenDockStation> station,
CLocationModeManager manager)
station - the station which is handled by this handle, not nullmanager - the manager handling all modes, not null| Method Detail |
|---|
public CExternalizedModeArea getExternalizedModeArea()
CExternalizedModeArea.
public CMaximizedModeArea getMaximizedModeArea()
CMaximizedModeArea.
public CLocation getCLocation(Dockable dockable)
CLocation describing the location of dockable on the station of this handle.
dockable - some child
public CLocation getCLocation(Dockable dockable,
Location 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 location.getLocation() is not valid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||