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
          Deprecated. this class gets replaced by EclipseDockableDisplayer2, it is no longer used by the framework and only remains for backwards compatibility. This class will be removed in a future release.
 class NoTitleBarDisplayer
          A DockableDisplayer which is used in situations when usually no DockTitle nor any tab is shown.
 class NoTitleDisplayer
          Deprecated. this displayer is no longer used by the framework, instead NoTitleBarDisplayer is used.
 

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.