Uses of Interface
bibliothek.gui.dock.util.laf.LookAndFeelColors

Packages that use LookAndFeelColors
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.util.laf A set of classes dealing with LookAndFeels and telling which colors of a LookAndFeel should be used to paint elements of the framework. 
 

Uses of LookAndFeelColors in bibliothek.gui
 

Methods in bibliothek.gui that return LookAndFeelColors
 LookAndFeelColors DockUI.getColors()
          Gets the current source of colors that depend on the LookAndFeel.
protected  LookAndFeelColors DockUI.selectBestMatchingColors()
          Gets the LookAndFeelColors which matches the current LookAndFeel best.
 

Methods in bibliothek.gui with parameters of type LookAndFeelColors
 void DockUI.registerColors(String lookAndFeelClassNameRegex, LookAndFeelColors colors)
          Registeres a new LookAndFeelColors.
 

Uses of LookAndFeelColors in bibliothek.gui.dock.util.laf
 

Classes in bibliothek.gui.dock.util.laf that implement LookAndFeelColors
 class AbstractLookAndFeelColors
          An abstract implementation of LookAndFeelColors, handles all the tasks that are related to the management of the LookAndFeelColorsListener.
 class DefaultLookAndFeelColors
          The set of colors used when no specialiced set has been specified.
 class Nimbus6u10
          Access to the colors of the Nimbus LookAndFeel.
 class Windows
          A set of colors derived from SystemColors.