Uses of Class
bibliothek.gui.dock.title.DockTitle.Orientation

Packages that use DockTitle.Orientation
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.station   
bibliothek.gui.dock.themes.basic   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.buttons   
bibliothek.gui.dock.title   
 

Uses of DockTitle.Orientation in bibliothek.extension.gui.dock.theme.bubble
 

Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type DockTitle.Orientation
 void BubbleSeparator.setOrientation(DockTitle.Orientation orientation)
           
 

Uses of DockTitle.Orientation in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station that return DockTitle.Orientation
protected  DockTitle.Orientation FlapDockStation.orientation(FlapDockStation.Direction direction)
          Determines the orientation of the DockTitles on this station.
 

Uses of DockTitle.Orientation in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return DockTitle.Orientation
protected  DockTitle.Orientation BasicDockableDisplayer.orientation(DockableDisplayer.Location location)
          Determines the orientation of a DockTitle according to its location on this displayer.
 

Methods in bibliothek.gui.dock.themes.basic with parameters of type DockTitle.Orientation
 void BasicDockTitle.setOrientation(DockTitle.Orientation orientation)
           
 

Uses of DockTitle.Orientation in bibliothek.gui.dock.themes.basic.action
 

Methods in bibliothek.gui.dock.themes.basic.action that return DockTitle.Orientation
 DockTitle.Orientation BasicButtonModel.getOrientation()
          Gets the orientation of the DockTitle on which the view of this model is displayed.
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type DockTitle.Orientation
 void BasicTitleViewItem.setOrientation(DockTitle.Orientation orientation)
          Informs the item about the orientation of the title that uses this item.
 void BasicSeparatorHandler.setOrientation(DockTitle.Orientation orientation)
           
 void BasicHandler.setOrientation(DockTitle.Orientation orientation)
           
 void BasicDropDownButtonHandler.setOrientation(DockTitle.Orientation orientation)
           
 void BasicButtonModel.setOrientation(DockTitle.Orientation orientation)
          Tells this model which orientation the DockTitle has, on which the view of this model is displayed.
 

Uses of DockTitle.Orientation in bibliothek.gui.dock.themes.basic.action.buttons
 

Methods in bibliothek.gui.dock.themes.basic.action.buttons that return DockTitle.Orientation
 DockTitle.Orientation ButtonPanel.getOrientation()
          Gets the orientation of this panel.
 

Methods in bibliothek.gui.dock.themes.basic.action.buttons with parameters of type DockTitle.Orientation
 void ButtonPanel.setOrientation(DockTitle.Orientation orientation)
          Changes the orientation of this panel.
 

Uses of DockTitle.Orientation in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return DockTitle.Orientation
 DockTitle.Orientation DockTitle.getOrientation()
          Gets the orientation of this title.
 DockTitle.Orientation AbstractDockTitle.getOrientation()
          Gets the current orientation.
static DockTitle.Orientation DockTitle.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DockTitle.Orientation[] DockTitle.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.title with parameters of type DockTitle.Orientation
 void DockTitle.setOrientation(DockTitle.Orientation orientation)
          Sets the orientation of this title.
 void AbstractDockTitle.setOrientation(DockTitle.Orientation orientation)