public class CToolbarArea extends bibliothek.gui.dock.common.intern.AbstractCStation<CommonToolbarContainerDockStation>
CToolbarArea
acts as root CStation
for toolbars.Modifier and Type | Field and Description |
---|---|
static bibliothek.util.Path |
TYPE_ID
The result of
getTypeId() |
Constructor and Description |
---|
CToolbarArea(java.lang.String id,
Orientation orientation)
Creates a new container.
|
Modifier and Type | Method and Description |
---|---|
bibliothek.gui.dock.common.perspective.CStationPerspective |
createPerspective() |
CToolbarAreaLocation |
getStationLocation() |
bibliothek.util.Path |
getTypeId() |
protected void |
install(bibliothek.gui.dock.common.intern.CControlAccess access) |
protected void |
uninstall(bibliothek.gui.dock.common.intern.CControlAccess access) |
public static final bibliothek.util.Path TYPE_ID
getTypeId()
public CToolbarArea(java.lang.String id, Orientation orientation)
id
- the unique identifier of this container, not null
orientation
- whether the items are aligned horizontally or vertically, not null
public CToolbarAreaLocation getStationLocation()
getStationLocation
in interface bibliothek.gui.dock.common.CStation<CommonToolbarContainerDockStation>
getStationLocation
in class bibliothek.gui.dock.common.intern.AbstractCStation<CommonToolbarContainerDockStation>
public bibliothek.gui.dock.common.perspective.CStationPerspective createPerspective()
public bibliothek.util.Path getTypeId()
protected void install(bibliothek.gui.dock.common.intern.CControlAccess access)
install
in class bibliothek.gui.dock.common.intern.AbstractCStation<CommonToolbarContainerDockStation>
protected void uninstall(bibliothek.gui.dock.common.intern.CControlAccess access)
uninstall
in class bibliothek.gui.dock.common.intern.AbstractCStation<CommonToolbarContainerDockStation>