public class CToolbarAreaHandle extends Object implements CToolbarModeArea
CToolbarArea and the CToolbarModeArea interface.| Constructor and Description |
|---|
CToolbarAreaHandle(CToolbarArea area) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModeAreaListener(ModeAreaListener listener) |
boolean |
autoDefaultArea() |
CLocation |
getCLocation(Dockable dockable) |
CLocation |
getCLocation(Dockable dockable,
Location location) |
DockableProperty |
getLocation(Dockable child) |
DockStation |
getStation() |
String |
getUniqueId() |
boolean |
isChild(Dockable dockable) |
boolean |
isLocationRoot() |
void |
removeModeAreaListener(ModeAreaListener listener) |
boolean |
respectWorkingAreas() |
void |
setController(DockController controller) |
boolean |
setLocation(Dockable dockable,
DockableProperty location,
AffectedSet set) |
void |
setMode(LocationMode mode) |
public CToolbarAreaHandle(CToolbarArea area)
public CLocation getCLocation(Dockable dockable)
getCLocation in interface CModeAreapublic CLocation getCLocation(Dockable dockable, Location location)
getCLocation in interface CModeAreapublic DockableProperty getLocation(Dockable child)
getLocation in interface StationModeAreapublic boolean setLocation(Dockable dockable, DockableProperty location, AffectedSet set)
setLocation in interface StationModeAreapublic boolean respectWorkingAreas()
respectWorkingAreas in interface CModeAreapublic String getUniqueId()
getUniqueId in interface ModeAreapublic boolean autoDefaultArea()
autoDefaultArea in interface ModeAreapublic boolean isLocationRoot()
isLocationRoot in interface ModeAreapublic DockStation getStation()
getStation in interface ModeAreapublic void setController(DockController controller)
setController in interface ModeAreapublic void setMode(LocationMode mode)
public void addModeAreaListener(ModeAreaListener listener)
addModeAreaListener in interface ModeAreapublic void removeModeAreaListener(ModeAreaListener listener)
removeModeAreaListener in interface ModeAreaCopyright © 2018. All rights reserved.