Uses of Interface
bibliothek.gui.dock.support.lookandfeel.LookAndFeelListener
Packages that use LookAndFeelListener
-
Uses of LookAndFeelListener in bibliothek.gui.dock.support.lookandfeel
Methods in bibliothek.gui.dock.support.lookandfeel that return LookAndFeelListenerModifier and TypeMethodDescriptionprotected LookAndFeelListener[]LookAndFeelList.listeners()Gets allLookAndFeelListenerthat are known to this list.Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type LookAndFeelListenerModifier and TypeMethodDescriptionvoidLookAndFeelList.addLookAndFeelListener(LookAndFeelListener listener) Adds a listener to this list, the listener will be notified whenever theLookAndFeelis changed.voidLookAndFeelList.removeLookAndFeelListener(LookAndFeelListener listener) Removes a listener from this list.