Uses of Interface
bibliothek.gui.dock.support.lookandfeel.ComponentCollector

Packages that use ComponentCollector
bibliothek.gui.dock.facile.lookandfeel Generic helper classes for the LookAndFeelList 
bibliothek.gui.dock.support.lookandfeel Offers a list containing factories for various LookAndFeels. 
 

Uses of ComponentCollector in bibliothek.gui.dock.facile.lookandfeel
 

Classes in bibliothek.gui.dock.facile.lookandfeel that implement ComponentCollector
 class DockableCollector
          A ComponentCollector which collects all Components accessible through the known Dockables of a DockFrontend.
 

Uses of ComponentCollector in bibliothek.gui.dock.support.lookandfeel
 

Classes in bibliothek.gui.dock.support.lookandfeel that implement ComponentCollector
 class SingleComponentCollector
          A simple implementation of ComponentCollector that just returns always the same Component.
 

Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type ComponentCollector
 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.