Package | Description |
---|---|
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
LookAndFeel s and telling which
colors of a LookAndFeel should be used to paint elements of
the framework. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
DockUI.registerColors(String lookAndFeelClassNameRegex,
LookAndFeelColors colors)
Registeres a new
LookAndFeelColors . |
Modifier and Type | Class and Description |
---|---|
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
SystemColor s. |