Uses of Class
bibliothek.gui.dock.util.ConfiguredBackgroundPanel

Packages that use ConfiguredBackgroundPanel
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.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
bibliothek.extension.gui.dock.theme.eclipse.stack.tab4 Classes that give the EclipseTheme a look identicall to Eclipse 4.x. 
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.extension.gui.dock.theme.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
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.title Elements needed to paint the title of a Dockable
bibliothek.gui.dock.util.swing Subclasses of swing-JComponents using the FontUpdater to modify their current font. 
 

Uses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.bubble
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.bubble
 class AbstractBubbleDockTitle
          A title that has the ability to paint a round rect as background.
 class BubbleButtonDockTitle
          A DockTitle used for the buttons on a FlapDockStation.
 class BubbleDisplayer
          A DockableDisplayer drawing a border around its content, but leaves the side at which the title lies open.
 class BubbleDockTitle
          A BubbleDockTitle is a title which has two or four round edges.
 class BubbleTab
          A Tab used by the BubbleStackDockComponent.
 

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

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse
 class EclipseButtonTitle
          This title is used by the EclipseTheme to replace the default DockTitle for the FlapDockStation.
 

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

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse.displayer
 class EclipseBasicDockableDisplayer
          This BasicDockableDisplayer observes the EclipseThemeConnector and may discard itself if no longer valid.
 class EclipseDockableDisplayer2
          The new DockableDisplayer used by the EclipseTheme.
 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 ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse.stack
 class EclipseTabPaneContent
          The panel painting the background of a EclipseTabPane.
 

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

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse.stack.tab
 class ArchGradientPainter
          This TabComponent uses an Arch to paint the right end of a tab.
 class BaseTabComponent
          A base implementation of TabComponent.
 class BasicTabDockTitle
          A DockTitle normally used by the DockTitleTab to show a very simple tab.
 class RectGradientPainter
          This TabComponent draws a compact tab.
 

Uses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse.stack.tab4
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.eclipse.stack.tab4
 class ArchGradientPainterV4
          The classical ArchGradientPainter upgraded to look as if used by Eclipse 4.x.
 

Uses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.flat
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.flat
 class FlatButtonTitle
          This title is used by the FlatTheme to replace the default-DockTitle of the FlapDockStation.
 class FlatDockableDisplayer
          A DockableDisplayer that uses a FlatBorder.
 class FlatTab
          A small button which can be clicked by the user.
 

Uses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.smooth
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.extension.gui.dock.theme.smooth
 class SmoothDefaultButtonTitle
          A title intended for the FlapDockStation, this title changes its color smoothly.
 class SmoothDefaultStationTitle
          A station-title which smoothly changes its color from active to passive.
 class SmoothDefaultTitle
          A title which changes its colors smoothly when selected or deselected.
 

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

Subclasses of ConfiguredBackgroundPanel in bibliothek.gui.dock.station.stack
 class CombinedStackDockContentPane
          This panel paints the contents of a CombinedStackDockComponent.
 

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

Subclasses of ConfiguredBackgroundPanel in bibliothek.gui.dock.themes.basic
 class BasicButtonDockTitle
          This title changes its border whenever the active-state changes.
 class BasicDockableDisplayer
          A panel which shows one Dockable and one DockTitle.
 class BasicDockTitle
          The default-title that is used most times in the framework.
 class BasicStationTitle
          This title is used for DockStations which are also Dockables
 class DisplayerContentPane
          The DisplayerContentPane is used by DockableDisplayer to show a Component for a DockTitle and one for a Dockable.
 

Uses of ConfiguredBackgroundPanel in bibliothek.gui.dock.title
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.gui.dock.title
 class AbstractDockTitle
          An abstract implementation of DockTitle.
 class AbstractMultiDockTitle
          An abstract implementation of DockTitle.
 

Uses of ConfiguredBackgroundPanel in bibliothek.gui.dock.util.swing
 

Subclasses of ConfiguredBackgroundPanel in bibliothek.gui.dock.util.swing
 class OrientedLabel
          A label which draws some text, and can change the layout of the text between horizontal and vertical.