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

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

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.