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

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

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

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

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

Methods in bibliothek.gui.dock.common.intern that return CDockableListener
protected  CDockableListener[] AbstractCDockable.listeners()
          Gets the list of listeners.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockableListener
 void AbstractCDockable.addCDockableListener(CDockableListener listener)
          Adds a listener to this dockable, the listener will be informed of changes of this dockable.
 void CDockable.addCDockableListener(CDockableListener listener)
          Adds a listener to this dockable, the listener will be informed of changes of this dockable.
 void AbstractCDockable.removeCDockableListener(CDockableListener listener)
          Removes a listener from this dockable.
 void CDockable.removeCDockableListener(CDockableListener listener)
          Removes a listener from this dockable.