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

Packages that use CFocusListener
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of CFocusListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CFocusListener
 void CControl.addFocusListener(CFocusListener listener)
          Adds a new focus listener to this control.
 void CControl.removeFocusListener(CFocusListener listener)
          Removes a listener from this control.
 

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

Methods in bibliothek.gui.dock.common.intern that return CFocusListener
 CFocusListener CDockableAccess.getFocusListener()
          A focus listener which will be informed whenever the owner of this CDockableAccess experiences a change in the focus.
 CFocusListener CListenerCollection.getFocusListener()
          Gets a CFocusListener which forwards all calls to its methods to the listener registered at this collection.
 CFocusListener[] CListenerCollection.getFocusListeners()
          Gets all currently registered CFocusListeners collected in an array.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CFocusListener
 void AbstractCDockable.addFocusListener(CFocusListener listener)
           
 void CDockable.addFocusListener(CFocusListener listener)
          Adds a focus listener to this dockable.
 void CListenerCollection.addFocusListener(CFocusListener listener)
          Adds a CFocusListener to this collection.
 void AbstractCDockable.removeFocusListener(CFocusListener listener)
           
 void CDockable.removeFocusListener(CFocusListener listener)
          Removes a focus listener from this dockable.
 void CListenerCollection.removeFocusListener(CFocusListener listener)
          Removes a listener from this collection.