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

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

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

Fields in bibliothek.extension.gui.dock.theme.bubble declared as DockTitle.Orientation
private  DockTitle.Orientation BubbleSeparator.orientation
          whether the layout of the title on which this view is, is vertically or horizontally
 

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

Uses of DockTitle.Orientation in bibliothek.gui.dock
 

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

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 with parameters of type DockTitle.Orientation
 void BasicDockTitle.setOrientation(DockTitle.Orientation orientation)
           
 

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

Fields in bibliothek.gui.dock.themes.basic.action declared as DockTitle.Orientation
private  DockTitle.Orientation BasicButtonModel.orientation
          the orientation of the view
 

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 BasicButtonModel.setOrientation(DockTitle.Orientation orientation)
          Tells this model which orientation the DockTitle has, on which the view of this model is displayed.
 void BasicTitleViewItem.setOrientation(DockTitle.Orientation orientation)
          Informs the item about the orientation of the title that uses this item.
 void BasicDropDownButtonHandler.setOrientation(DockTitle.Orientation orientation)
           
 void BasicSeparatorHandler.setOrientation(DockTitle.Orientation orientation)
           
 void BasicHandler.setOrientation(DockTitle.Orientation orientation)
           
 

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

Fields in bibliothek.gui.dock.title declared as DockTitle.Orientation
private  DockTitle.Orientation AbstractDockTitle.orientation
          Whether the layout should be horizontal or vertical
 

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(java.lang.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)