Package | Description |
---|---|
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
Modifier and Type | Method and Description |
---|---|
protected UIListener[] |
ThemeManager.uiListeners()
Gets all the available
UIListener s. |
Modifier and Type | Method and Description |
---|---|
void |
ThemeManager.addUIListener(UIListener listener)
Adds an
UIListener to this manager, the listener gets
notified when the graphical user interface needs an update because
the LookAndFeel changed. |
void |
ThemeManager.removeUIListener(UIListener listener)
Removes a listener from this manager.
|