Uses of Interface
bibliothek.gui.dock.themes.border.DockBorder

Packages that use DockBorder
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.border Contains classes required to modify the Border of various JComponents. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of DockBorder in bibliothek.gui.dock.action
 

Subinterfaces of DockBorder in bibliothek.gui.dock.action
 interface ActionDockBorder
          Represents a BorderModifier that is used by a component that shows a DockAction.
 

Uses of DockBorder in bibliothek.gui.dock.displayer
 

Subinterfaces of DockBorder in bibliothek.gui.dock.displayer
 interface DisplayerDockBorder
          An UIValue observing the BorderModifier that is used for a DockableDisplayer.
 

Uses of DockBorder in bibliothek.gui.dock.station.flap
 

Subinterfaces of DockBorder in bibliothek.gui.dock.station.flap
 interface FlapWindowBorder
          A DockBorder that represents a FlapWindow.
 

Uses of DockBorder in bibliothek.gui.dock.station.screen.window
 

Subinterfaces of DockBorder in bibliothek.gui.dock.station.screen.window
 interface ScreenDockWindowDockBorder
          A DockBorder that represents a ScreenDockWindow.
 

Uses of DockBorder in bibliothek.gui.dock.station.stack
 

Subinterfaces of DockBorder in bibliothek.gui.dock.station.stack
 interface StackDockComponentBorder
          A DockBorder that is used by a StackDockComponent.
 interface StackDockComponentContentBorder
          A DockBorder which is put around a Dockable on a StackDockComponent.
 

Uses of DockBorder in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic that implement DockBorder
protected  class BasicDockableDisplayer.DisplayerBorder
          The border of this displayer.
 

Uses of DockBorder in bibliothek.gui.dock.themes.border
 

Classes in bibliothek.gui.dock.themes.border that implement DockBorder
 class BorderForwarder
          This helper class implements DockBorder, provides methods to register itself on the current ThemeManager, and updates the border of some JComponent using the current BorderModifier.
 

Uses of DockBorder in bibliothek.gui.dock.title
 

Subinterfaces of DockBorder in bibliothek.gui.dock.title
 interface TitleDockBorder
          A BorderModifier used by a DockTitle.