Uses of Interface
bibliothek.gui.dock.common.event.CDockableStateListener

Packages that use CDockableStateListener
bibliothek.gui.dock.common   
bibliothek.gui.dock.common.event   
bibliothek.gui.dock.common.intern   
 

Uses of CDockableStateListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CDockableStateListener
 void CControl.addStateListener(CDockableStateListener listener)
          Adds a global state listener.
 void CControl.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 CDockableStateListener
 class CDockableAdapter
          A class implementing all methods of CDockableStateListener and CDockablePropertyListener.
 

Uses of CDockableStateListener in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CDockableStateListener
 CDockableStateListener CListenerCollection.getCDockableStateListener()
          Gets a CDockableStateListener which forwards all calls to its methods to the listeners registered at this collection.
 CDockableStateListener[] CListenerCollection.getCDockableStateListeners()
          Gets all currently registered CDockableStateListeners collected in an array.
protected  CDockableStateListener[] AbstractCDockable.stateListeners()
          Deprecated. subclasses should use CListenerCollection.getCDockableStateListener() of AbstractCDockable.listenerCollection if they want to fire an event
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockableStateListener
 void AbstractCDockable.addCDockableStateListener(CDockableStateListener listener)
           
 void CDockable.addCDockableStateListener(CDockableStateListener listener)
          Adds a state listener to this dockable, the listener will be informed of changes of this dockable.
 void CListenerCollection.addCDockableStateListener(CDockableStateListener listener)
          Stores an additional CDockableStateListener in this collection.
 void AbstractCDockable.removeCDockableStateListener(CDockableStateListener listener)
           
 void CDockable.removeCDockableStateListener(CDockableStateListener listener)
          Removes a state listener from this dockable.
 void CListenerCollection.removeCDockableStateListener(CDockableStateListener listener)
          Removes a listener from this collection