|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Orientation in bibliothek.gui |
---|
Methods in bibliothek.gui that return Orientation | |
---|---|
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. |
Uses of Orientation in bibliothek.gui.dock |
---|
Fields in bibliothek.gui.dock declared as Orientation | |
---|---|
static Orientation |
ToolbarContainerDockStation.DEFAULT_ORIENTATION
|
protected Orientation |
AbstractToolbarDockStation.orientation
Alignment of the content of this station |
Methods in bibliothek.gui.dock that return Orientation | |
---|---|
Orientation |
AbstractToolbarDockStation.getOrientation()
|
Orientation |
ToolbarContainerDockStation.getOrientation()
Gets the orientation of dockables in the station |
Orientation |
AbstractToolbarDockStation.getOrientationOf(bibliothek.gui.Dockable child)
|
Orientation |
ToolbarContainerDockStation.getOrientationOf(bibliothek.gui.Dockable child)
|
Methods in bibliothek.gui.dock with parameters of type Orientation | |
---|---|
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 |
Constructors in bibliothek.gui.dock with parameters of type Orientation | |
---|---|
ToolbarContainerDockStation(Orientation orientation)
Constructs a new ContainerLineStation |
|
ToolbarContainerDockStation(Orientation orientation,
int maxNumberOfDockables)
Creates a new station |
Uses of Orientation in bibliothek.gui.dock.station |
---|
Methods in bibliothek.gui.dock.station that return Orientation | |
---|---|
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)
|
Methods in bibliothek.gui.dock.station with parameters of type Orientation | |
---|---|
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)
|
Uses of Orientation in bibliothek.gui.dock.station.screen |
---|
Methods in bibliothek.gui.dock.station.screen with parameters of type Orientation | |
---|---|
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 . |
Uses of Orientation in bibliothek.gui.dock.station.toolbar |
---|
Methods in bibliothek.gui.dock.station.toolbar that return Orientation | |
---|---|
protected Orientation |
ToolbarDockableDisplayer.getOrientation()
Tries to find out the current Orientation of the Dockable . |
Methods in bibliothek.gui.dock.station.toolbar with parameters of type Orientation | |
---|---|
protected void |
ToolbarDockableDisplayer.setOrientation(Orientation orientation)
Called if the orientation of the current Dockable changed. |
Uses of Orientation in bibliothek.gui.dock.station.toolbar.group |
---|
Methods in bibliothek.gui.dock.station.toolbar.group that return Orientation | |
---|---|
Orientation |
AbstractToolbarGroupActions.getOrientation()
|
Methods in bibliothek.gui.dock.station.toolbar.group with parameters of type Orientation | |
---|---|
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. |
Uses of Orientation in bibliothek.gui.dock.station.toolbar.layout |
---|
Constructors in bibliothek.gui.dock.station.toolbar.layout with parameters of type Orientation | |
---|---|
ToolbarGridLayoutManager(Container parent,
Orientation orientation,
DockablePlaceholderToolbarGrid<P> grid,
ToolbarGroupDockStation station)
Creates a new layout manager. |
Uses of Orientation in bibliothek.gui.dock.station.toolbar.menu |
---|
Methods in bibliothek.gui.dock.station.toolbar.menu with parameters of type Orientation | |
---|---|
void |
CustomizationButton.Button.setOrientation(Orientation orientation)
|
Uses of Orientation in bibliothek.gui.dock.station.toolbar.title |
---|
Methods in bibliothek.gui.dock.station.toolbar.title that return Orientation | |
---|---|
Orientation |
ColumnDockActionSource.getOrientation()
Gets the orientation of this source. |
Uses of Orientation in bibliothek.gui.dock.toolbar |
---|
Constructors in bibliothek.gui.dock.toolbar with parameters of type Orientation | |
---|---|
CToolbarArea(String id,
Orientation orientation)
Creates a new container. |
Uses of Orientation in bibliothek.gui.dock.toolbar.intern |
---|
Constructors in bibliothek.gui.dock.toolbar.intern with parameters of type Orientation | |
---|---|
CommonToolbarContainerDockStation(CToolbarArea container,
Orientation orientation)
|
Uses of Orientation in bibliothek.gui.dock.toolbar.item |
---|
Methods in bibliothek.gui.dock.toolbar.item with parameters of type Orientation | |
---|---|
void |
ComponentItem.setOrientation(Orientation orientation)
|
void |
DockActionItem.setOrientation(Orientation orientation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |