Uses of Class
bibliothek.gui.dock.util.BackgroundComponent.Transparency

Packages that use BackgroundComponent.Transparency
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of BackgroundComponent.Transparency in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util that return BackgroundComponent.Transparency
 BackgroundComponent.Transparency BackgroundAlgorithm.getTransparency()
           
 BackgroundComponent.Transparency BackgroundComponent.getTransparency()
          Tells whether this component is transparent or not.
static BackgroundComponent.Transparency BackgroundComponent.Transparency.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BackgroundComponent.Transparency[] BackgroundComponent.Transparency.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.util with parameters of type BackgroundComponent.Transparency
protected abstract  void BackgroundPanel.configure(BackgroundComponent.Transparency transparency)
          Called if the BackgroundComponent.Transparency of the BackgroundAlgorithm changed, this panel should configure itself to met the requested transparency settings.
protected  void ConfiguredBackgroundPanel.configure(BackgroundComponent.Transparency transparency)
           
 void BackgroundAlgorithm.setTransparency(BackgroundComponent.Transparency transparency)
           
 void BackgroundComponent.setTransparency(BackgroundComponent.Transparency transparency)
          Informs this component whether it should be transparent or not.
 void BackgroundAlgorithmListener.transparencyChanged(BackgroundAlgorithm algorithm, BackgroundComponent.Transparency transparency)
          Called when the transparency of algorithm changed to transparency.