Uses of Interface
bibliothek.gui.dock.common.event.CDockableStateListener
Packages that use CDockableStateListener
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CDockableStateListener in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common with parameters of type CDockableStateListenerModifier and TypeMethodDescriptionvoidCControl.addStateListener(CDockableStateListener listener) Adds a global state listener.voidCControl.removeStateListener(CDockableStateListener listener) Removes a global state listener. -
Uses of CDockableStateListener in bibliothek.gui.dock.common.event
Classes in bibliothek.gui.dock.common.event that implement CDockableStateListenerModifier and TypeClassDescriptionclassA class implementing all methods ofCDockableStateListenerandCDockablePropertyListener. -
Uses of CDockableStateListener in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CDockableStateListenerModifier and TypeMethodDescriptionCListenerCollection.getCDockableStateListener()Gets aCDockableStateListenerwhich forwards all calls to its methods to the listeners registered at this collection.CListenerCollection.getCDockableStateListeners()Gets all currently registeredCDockableStateListeners collected in an array.protected CDockableStateListener[]AbstractCDockable.stateListeners()Deprecated.Methods in bibliothek.gui.dock.common.intern with parameters of type CDockableStateListenerModifier and TypeMethodDescriptionvoidAbstractCDockable.addCDockableStateListener(CDockableStateListener listener) voidCDockable.addCDockableStateListener(CDockableStateListener listener) Adds a state listener to this dockable, the listener will be informed of changes of this dockable.voidCListenerCollection.addCDockableStateListener(CDockableStateListener listener) Stores an additionalCDockableStateListenerin this collection.voidAbstractCDockable.removeCDockableStateListener(CDockableStateListener listener) voidCDockable.removeCDockableStateListener(CDockableStateListener listener) Removes a state listener from this dockable.voidCListenerCollection.removeCDockableStateListener(CDockableStateListener listener) Removes a listener from this collection
CListenerCollection.getCDockableStateListener()ofAbstractCDockable.listenerCollectionif they want to fire an event