Uses of Interface
bibliothek.gui.dock.support.lookandfeel.ComponentCollector
Packages that use ComponentCollector
Package
Description
Generic helper classes for the
LookAndFeelListOffers 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 ComponentCollectorModifier and TypeClassDescriptionclassAComponentCollectorwhich collects allComponents accessible through the knownDockables of aDockFrontend. -
Uses of ComponentCollector in bibliothek.gui.dock.support.lookandfeel
Classes in bibliothek.gui.dock.support.lookandfeel that implement ComponentCollectorModifier and TypeClassDescriptionclassA simple implementation ofComponentCollectorthat just returns always the sameComponent.Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type ComponentCollectorModifier and TypeMethodDescriptionvoidLookAndFeelList.addComponentCollector(ComponentCollector c) Adds a set of root-Components to this list, the set of roots will be used to find allJComponents which need to be updated when theLookAndFeelchanges.voidLookAndFeelList.removeComponentCollector(ComponentCollector c) Removes an earlier added set of roots.