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

Packages that use CDockablePropertyListener
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.event Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of CDockablePropertyListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CDockablePropertyListener
 void CControl.addPropertyListener(CDockablePropertyListener listener)
          Adds a global property listener.
 void CControl.removePropertyListener(CDockablePropertyListener listener)
          Removes a global listener from this control.
 

Uses of CDockablePropertyListener in bibliothek.gui.dock.common.event
 

Classes in bibliothek.gui.dock.common.event that implement CDockablePropertyListener
 class CDockableAdapter
          A class implementing all methods of CDockableStateListener and CDockablePropertyListener.
 

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

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

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