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

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

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
protected  CDockablePropertyListener[] AbstractCDockable.propertyListeners()
          Gets the list of property listeners.
 

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 AbstractCDockable.removeCDockablePropertyListener(CDockablePropertyListener listener)
           
 void CDockable.removeCDockablePropertyListener(CDockablePropertyListener listener)
          Removes a property listener from this dockable.