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

Packages that use CDockableLocationListener
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

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

Methods in bibliothek.gui.dock.common.intern that return CDockableLocationListener
 CDockableLocationListener CListenerCollection.getCDockableLocationListener()
          Gets a CDockableLocationListener which forwards all calls to its methods to the listeners registered at this collection.
 CDockableLocationListener[] CListenerCollection.getCDockableLocationListeners()
          Gets all currently registered CDockableLocationListeners collected in an array.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockableLocationListener
 void AbstractCDockable.addCDockableLocationListener(CDockableLocationListener listener)
           
 void CDockable.addCDockableLocationListener(CDockableLocationListener listener)
          Adds a listener to this dockable which gets informed if the location or the visibility changes.
 void CListenerCollection.addCDockableLocationListener(CDockableLocationListener listener)
          Stores an additional CDockableLocationListener in this collection.
 void AbstractCDockable.removeCDockableLocationListener(CDockableLocationListener listener)
           
 void CDockable.removeCDockableLocationListener(CDockableLocationListener listener)
          Removes listener from this dockable
 void CListenerCollection.removeCDockableLocationListener(CDockableLocationListener listener)
          Removes a listener from this collection
 void CDockableLocationListenerManager.setListener(CDockableLocationListener listener)
          Sets the listener which will be informed about changes.