Uses of Interface
bibliothek.extension.gui.dock.theme.eclipse.stack.tab.BorderedComponent

Packages that use BorderedComponent
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
 

Uses of BorderedComponent in bibliothek.extension.gui.dock.theme.eclipse
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse with parameters of type BorderedComponent
OwnedEclipseBorder(BorderedComponent owner, DockController controller, boolean fillEdges)
          Creates a new border.
OwnedRectEclipseBorder(BorderedComponent owner, DockController controller, boolean fillEdges)
          Creates a new border.
 

Uses of BorderedComponent in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.displayer that implement BorderedComponent
 class EclipseDockableDisplayer
          This displayer paints a tab instead of a DockTitle (if the framework sets a title, then this title is ignored).
 class NoTitleDisplayer
          A DockableDisplayer which is not able to show the DockTitle of its Dockable.
 

Uses of BorderedComponent in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement BorderedComponent
 class EclipseTabPane
          The EclipseTabPane uses a generic TabPainter to create its tabs and to change its border.
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type BorderedComponent
 Border TabPainter.getFullBorder(BorderedComponent owner, DockController controller, Dockable dockable)
          Gets the border which will be around pane when dockable is selected.