| Package | Description |
|---|---|
| bibliothek.gui.dock.facile.lookandfeel |
Generic helper classes for the
LookAndFeelList |
| bibliothek.gui.dock.support.lookandfeel |
Offers a list containing factories for various
LookAndFeels. |
| Modifier and Type | Class and Description |
|---|---|
class |
DockableCollector
A
ComponentCollector which collects all Components accessible
through the known Dockables of a DockFrontend. |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleComponentCollector
A simple implementation of
ComponentCollector that just returns
always the same Component. |
| Modifier and Type | Method and Description |
|---|---|
void |
LookAndFeelList.addComponentCollector(ComponentCollector c)
Adds a set of root-
Components to this list, the set of
roots will be used to find all JComponents
which need to be updated when the LookAndFeel changes. |
void |
LookAndFeelList.removeComponentCollector(ComponentCollector c)
Removes an earlier added set of roots.
|
Copyright © 2018. All rights reserved.