public class CToolbarArea extends AbstractCStation<CommonToolbarContainerDockStation>
CToolbarArea acts as root CStation for toolbars.| Modifier and Type | Field and Description |
|---|---|
static Path |
TYPE_ID
The result of
getTypeId() |
| Constructor and Description |
|---|
CToolbarArea(String id,
Orientation orientation)
Creates a new container.
|
| Modifier and Type | Method and Description |
|---|---|
CStationPerspective |
createPerspective() |
CToolbarAreaLocation |
getStationLocation() |
Path |
getTypeId() |
protected void |
install(CControlAccess access) |
protected void |
uninstall(CControlAccess access) |
asDockable, getControl, getDropLocation, getStation, getUniqueId, init, isWorkingArea, setControlAccesspublic static final Path TYPE_ID
getTypeId()public CToolbarArea(String id, Orientation orientation)
id - the unique identifier of this container, not nullorientation - whether the items are aligned horizontally or vertically, not nullpublic CToolbarAreaLocation getStationLocation()
getStationLocation in interface CStation<CommonToolbarContainerDockStation>getStationLocation in class AbstractCStation<CommonToolbarContainerDockStation>public CStationPerspective createPerspective()
public Path getTypeId()
protected void install(CControlAccess access)
install in class AbstractCStation<CommonToolbarContainerDockStation>protected void uninstall(CControlAccess access)
uninstall in class AbstractCStation<CommonToolbarContainerDockStation>Copyright © 2018. All rights reserved.