Package | Description |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.station | |
bibliothek.gui.dock.toolbar.intern |
Modifier and Type | Class and Description |
---|---|
class |
AbstractToolbarDockStation
Base class of a
DockStation behaving like a typical toolbar: the
children are ordered in a list, an optional title and border may be shown. |
class |
ToolbarContainerDockStation
|
class |
ToolbarDockStation
|
class |
ToolbarGroupDockStation
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrientedDockStation
An oriented dockstation is a station where dockables are oriented either
vertically or horizontally.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolbarTabDockStation
A
StackDockStation modified such that it can show toolbar items. |
Modifier and Type | Method and Description |
---|---|
OrientingDockStation |
OrientingDockStationEvent.getStation()
Gets the source of the event.
|
Constructor and Description |
---|
OrientingDockStationEvent(OrientingDockStation station)
Creates a new event, this is equivalent of calling
OrientingDockStationEvent.OrientingDockStationEvent(OrientingDockStation, Dockable[]) with
the children array set to null |
OrientingDockStationEvent(OrientingDockStation station,
bibliothek.gui.Dockable[] children)
Creates a new event.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonToolbarContainerDockStation
A
ToolbarContainerDockStation used as root station. |