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

Packages that use BackgroundAlgorithm
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
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.station.stack.menu Contains an abstract implementation of CombinedMenu including helper classes. 
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer that return BackgroundAlgorithm
protected  BackgroundAlgorithm EclipseDockableDisplayer.createBackground(CombinedStackDockComponent<EclipseTab,EclipseMenu,EclipseTabInfo> self)
          Deprecated.  
 

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

Methods in bibliothek.gui.dock.station.flap with parameters of type BackgroundAlgorithm
 void ButtonPane.setBackground(BackgroundAlgorithm background)
          Sets the background algorithm of this panel.
 

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

Subclasses of BackgroundAlgorithm in bibliothek.gui.dock.station.screen.window
protected  class DisplayerScreenDockWindow.Background
          The algorithm that paints the background of this window.
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type BackgroundAlgorithm
protected  void AbstractScreenDockWindow.setBackground(BackgroundAlgorithm background)
           
protected abstract  void DisplayerScreenDockWindow.setBackground(BackgroundAlgorithm background)
          Sets the algorithm that paints the background of this window.
 

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

Methods in bibliothek.gui.dock.station.stack that return BackgroundAlgorithm
protected  BackgroundAlgorithm CombinedStackDockComponent.createBackground(CombinedStackDockComponent<T,M,I> self)
          Creates the background algorithm that is used for this component.
 

Uses of BackgroundAlgorithm in bibliothek.gui.dock.station.stack.menu
 

Methods in bibliothek.gui.dock.station.stack.menu that return BackgroundAlgorithm
protected  BackgroundAlgorithm AbstractCombinedMenu.getBackground()
          Gets an algorithm that can be used to paint the background of this menu.
 

Uses of BackgroundAlgorithm in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util that return BackgroundAlgorithm
 BackgroundAlgorithm BackgroundPanel.getBackgroundAlgorithm()
          Gets the algorithm that paints the background of this panel.
 

Methods in bibliothek.gui.dock.util with parameters of type BackgroundAlgorithm
 void BackgroundPanel.setBackground(BackgroundAlgorithm background)
          Sets the background algorithm that should be used by this panel.
 void BackgroundAlgorithmListener.transparencyChanged(BackgroundAlgorithm algorithm, Transparency transparency)
          Called when the transparency of algorithm changed to transparency.