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

Packages that use DockTitle.Orientation
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
bibliothek.gui.dock.station.stack.tab.layouting Various interfaces and classes used by a TabPane to describe its content to a TabLayoutManager, which will set position and size of all the children of the TabPane
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

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 BubbleButtonDockTitle.setOrientation(DockTitle.Orientation orientation)
           
 void BubbleSeparator.setOrientation(DockTitle.Orientation orientation)
           
 void RoundButtonViewItem.setOrientation(DockTitle.Orientation orientation)
           
 

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

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

Uses of DockTitle.Orientation in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock 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.common.action
 

Methods in bibliothek.gui.dock.common.action with parameters of type DockTitle.Orientation
protected  void CPanelPopup.onMousePressed(JComponent item, DockTitle.Orientation orientation)
          Called if the mouse is pressed on the button item of of a DockTitle which has orientation orientation.
 void CPanelPopup.PanelPopup.onMousePressed(JComponent item, DockTitle.Orientation orientation)
          Called if the mouse is pressed on the button item of of a DockTitle which has orientation orientation.
protected  void CPanelPopup.onMouseReleased(JComponent item, DockTitle.Orientation orientation)
          Called if the mouse is released of the button item of of a DockTitle which has orientation orientation.
 void CPanelPopup.PanelPopup.onMouseReleased(JComponent item, DockTitle.Orientation orientation)
          Called if the mouse is released of the button item of of a DockTitle which has orientation orientation.
protected  void CPanelPopup.onTrigger(JComponent item, DockTitle.Orientation orientation)
          Called if the button item of a DockTitle which has orientation orientation was triggered.
 void CPanelPopup.PanelPopup.onTrigger(JComponent item, DockTitle.Orientation orientation)
          Called if the button item of a DockTitle which has orientation orientation was triggered.
protected  void CPanelPopup.openDialog(JComponent item, DockTitle.Orientation orientation)
          Opens a new undecorated dialog below or aside of item.
 

Uses of DockTitle.Orientation in bibliothek.gui.dock.station.stack.tab.layouting
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting that return DockTitle.Orientation
 DockTitle.Orientation TabPlacement.toOrientation()
          Transforms this into an DockTitle.Orientation.
 

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

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 AbstractMultiDockTitle.getOrientation()
          Gets the current orientation.
 DockTitle.Orientation DockTitle.getOrientation()
          Gets the orientation of this title.
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
 Rotation OrientationToRotationStrategy.convert(DockTitle.Orientation orientation, DockTitle title)
          Tells how to render the text of title.
 void AbstractDockTitle.setOrientation(DockTitle.Orientation orientation)
           
 void AbstractMultiDockTitle.setOrientation(DockTitle.Orientation orientation)
           
 void DockTitle.setOrientation(DockTitle.Orientation orientation)
          Sets the orientation of this title.
 

Constructors in bibliothek.gui.dock.title with parameters of type DockTitle.Orientation
UpdatingTitleMovingImage(Dockable dockable, DockTitleVersion version, DockTitle.Orientation orientation)
          Creates a new image.