Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static Orientation |
ToolbarContainerDockStation.DEFAULT_ORIENTATION |
protected Orientation |
AbstractToolbarDockStation.orientation
Alignment of the content of this station
|
Modifier and Type | Method and Description |
---|---|
Orientation |
AbstractToolbarDockStation.getOrientation() |
Orientation |
ToolbarContainerDockStation.getOrientation()
Gets the orientation of dockables in the station
|
Orientation |
ToolbarItemDockable.getOrientation()
Gets the latest known orientation of this dockable
|
Orientation |
AbstractToolbarDockStation.getOrientationOf(bibliothek.gui.Dockable child) |
Orientation |
ToolbarContainerDockStation.getOrientationOf(bibliothek.gui.Dockable child) |
Modifier and Type | Method and Description |
---|---|
void |
ToolbarContainerDockStation.setOrientation(Orientation orientation)
Sets the orientation of dockables in the station
|
void |
ToolbarDockStation.setOrientation(Orientation orientation) |
void |
ToolbarGroupDockStation.setOrientation(Orientation orientation) |
void |
ToolbarItem.setOrientation(Orientation orientation)
Tells this item the orientation of the toolbar
|
Constructor and Description |
---|
ToolbarContainerDockStation(Orientation orientation)
Constructs a new ContainerLineStation
|
ToolbarContainerDockStation(Orientation orientation,
int maxNumberOfDockables)
Creates a new station
|
Modifier and Type | Method and Description |
---|---|
Orientation |
OrientationObserver.getOrientation()
Gets the
Orientation that should currently be applied to the dockable , |
Orientation |
OrientedDockStation.getOrientation()
Gets the orientation of dockables in this station.
|
Orientation |
ToolbarTabDockStation.getOrientation() |
Orientation |
OrientingDockStation.getOrientationOf(bibliothek.gui.Dockable child)
Tells what orientation
child has. |
Orientation |
ToolbarTabDockStation.getOrientationOf(bibliothek.gui.Dockable child) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
OrientationObserver.orientationChanged(Orientation current)
Called if the orientation of
the dockable changed. |
void |
OrientedDockStation.setOrientation(Orientation orientation)
Sets the orientation of dockables in this station.
|
void |
ToolbarTabDockStation.setOrientation(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScreenToolbarInserter.execute(bibliothek.gui.dock.control.relocator.InserterSource source,
Orientation orientation)
Called if the toolbar item defined by
source has to be put
onto the ScreenDockStation defined by source . |
Modifier and Type | Method and Description |
---|---|
protected Orientation |
ToolbarDockableDisplayer.getOrientation()
Tries to find out the current
Orientation of the Dockable . |
Orientation |
ToolbarGroupDockPerspective.getOrientation()
Gets the orientation of this station.
|
protected Orientation |
DefaultToolbarStrategy.getOrientation(bibliothek.gui.Dockable dockable)
Tells what orientation should be applied to the parent of
dockable . |
static Orientation |
ToolbarGroupDockStationLayout.readOrientation(bibliothek.gui.dock.station.support.PlaceholderMap map)
Reads an
Orientation from map , this method assumes that the
orientation was written with ToolbarGroupDockStationLayout.writeOrientation(PlaceholderMap, Orientation) . |
Modifier and Type | Method and Description |
---|---|
protected void |
ToolbarDockableDisplayer.setOrientation(Orientation orientation)
Called if the orientation of the current
Dockable changed. |
void |
ToolbarGroupDockPerspective.setOrientation(Orientation orientation)
Sets the orientation of this station.
|
static void |
ToolbarGroupDockStationLayout.writeOrientation(bibliothek.gui.dock.station.support.PlaceholderMap map,
Orientation orientation)
Stores
orientation in map . |
Modifier and Type | Method and Description |
---|---|
Orientation |
AbstractToolbarGroupActions.getOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnScrollBar.setOrientation(Orientation orientation)
Sets the orientation of the scrollbar
|
void |
SlimScrollbar.setOrientation(Orientation orientation) |
void |
ToolbarGroupHeader.setOrientation(Orientation orientation)
Called before the
component is shown, and every time when
the orientation of the ToolbarGroupDockStation changes. |
Constructor and Description |
---|
ToolbarGridLayoutManager(Container parent,
Orientation orientation,
DockablePlaceholderToolbarGrid<P> grid,
ToolbarGroupDockStation station)
Creates a new layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomizationButton.Button.setOrientation(Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
Orientation |
ColumnDockActionSource.getOrientation()
Gets the orientation of this source.
|
Constructor and Description |
---|
CToolbarArea(String id,
Orientation orientation)
Creates a new container.
|
Constructor and Description |
---|
CommonToolbarContainerDockStation(CToolbarArea container,
Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentItem.setOrientation(Orientation orientation) |
void |
DockActionItem.setOrientation(Orientation orientation) |