Uses of Class
bibliothek.gui.dock.util.swing.OrientedLabel

Packages that use OrientedLabel
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of OrientedLabel in bibliothek.extension.gui.dock.theme.eclipse.stack.tab
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return OrientedLabel
protected  OrientedLabel BaseTabComponent.getLabel()
          Gets the label which is used to paint icon and text.
 

Uses of OrientedLabel in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab that return OrientedLabel
 OrientedLabel TabComponentLayoutManager.getLabel()
          Gets the label showing icon and text
 

Constructors in bibliothek.gui.dock.station.stack.tab with parameters of type OrientedLabel
TabComponentLayoutManager(OrientedLabel label, ButtonPanel panel, TabConfiguration configuration)
          Creates a new layout manager.
 

Uses of OrientedLabel in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return OrientedLabel
protected  OrientedLabel AbstractMultiDockTitle.getLabel()
          Grants access to the OrientedLabel which paints the title text.