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
LookAndFeel s. |
Modifier and Type | Class and Description |
---|---|
class |
DockableCollector
A
ComponentCollector which collects all Component s accessible
through the known Dockable s 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-
Component s to this list, the set of
roots will be used to find all JComponent s
which need to be updated when the LookAndFeel changes. |
void |
LookAndFeelList.removeComponentCollector(ComponentCollector c)
Removes an earlier added set of roots.
|