Uses of Class
bibliothek.gui.Orientation

Packages that use Orientation
bibliothek.gui   
bibliothek.gui.dock   
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.screen   
bibliothek.gui.dock.station.toolbar   
bibliothek.gui.dock.station.toolbar.group   
bibliothek.gui.dock.station.toolbar.layout   
bibliothek.gui.dock.station.toolbar.menu   
bibliothek.gui.dock.station.toolbar.title   
bibliothek.gui.dock.toolbar   
bibliothek.gui.dock.toolbar.intern   
bibliothek.gui.dock.toolbar.item   
 

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.
 Orientation ToolbarGroupDockPerspective.getOrientation()
          Gets the orientation of this station.
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).
 

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.
 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.
 

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)