| 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(Dockable child) |
Orientation |
ToolbarContainerDockStation.getOrientationOf(Dockable child) |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolbarContainerDockStation.setOrientation(Orientation orientation)
Sets the orientation of dockables in the station
|
void |
ToolbarItem.setOrientation(Orientation orientation)
Tells this item the orientation of the toolbar
|
void |
ToolbarDockStation.setOrientation(Orientation orientation) |
void |
ToolbarGroupDockStation.setOrientation(Orientation orientation) |
| 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 |
OrientedDockStation.getOrientation()
Gets the orientation of dockables in this station.
|
Orientation |
ToolbarTabDockStation.getOrientation() |
Orientation |
OrientationObserver.getOrientation()
Gets the
Orientation that should currently be applied to the dockable, |
Orientation |
OrientingDockStation.getOrientationOf(Dockable child)
Tells what orientation
child has. |
Orientation |
ToolbarTabDockStation.getOrientationOf(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(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(Dockable dockable)
Tells what orientation should be applied to the parent of
dockable. |
static Orientation |
ToolbarGroupDockStationLayout.readOrientation(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(PlaceholderMap map,
Orientation orientation)
Stores
orientation in map. |
| Modifier and Type | Method and Description |
|---|---|
Orientation |
AbstractToolbarGroupActions.getOrientation() |
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
ColumnScrollBar.setOrientation(Orientation orientation)
Sets the orientation of the scrollbar
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockActionItem.setOrientation(Orientation orientation) |
void |
ComponentItem.setOrientation(Orientation orientation) |
Copyright © 2018. All rights reserved.