|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LookAndFeelColorsListener | |
|---|---|
| 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 LookAndFeelColorsListener in bibliothek.gui |
|---|
| Methods in bibliothek.gui with parameters of type LookAndFeelColorsListener | |
|---|---|
void |
DockUI.addLookAndFeelColorsListener(LookAndFeelColorsListener listener)
Adds a listener which gets informed when a color of the current LookAndFeelColors changes. |
void |
DockUI.removeLookAndFeelColorsListener(LookAndFeelColorsListener listener)
Removes a listener from this DockUI. |
| Uses of LookAndFeelColorsListener in bibliothek.gui.dock.util.laf |
|---|
| Fields in bibliothek.gui.dock.util.laf with type parameters of type LookAndFeelColorsListener | |
|---|---|
protected List<LookAndFeelColorsListener> |
AbstractLookAndFeelColors.listeners
|
| Methods in bibliothek.gui.dock.util.laf with parameters of type LookAndFeelColorsListener | |
|---|---|
void |
AbstractLookAndFeelColors.addListener(LookAndFeelColorsListener listener)
|
void |
LookAndFeelColors.addListener(LookAndFeelColorsListener listener)
Adds a listener to this object, the listener must be informed when a color changes. |
void |
AbstractLookAndFeelColors.removeListener(LookAndFeelColorsListener listener)
|
void |
LookAndFeelColors.removeListener(LookAndFeelColorsListener listener)
Removes a listener from this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||