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

Packages that use CVetoFocusListener
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 CVetoFocusListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CVetoFocusListener
 void CControl.addVetoFocusListener(CVetoFocusListener listener)
          Adds a new veto focus listener to this control.
 void CControl.removeVetoFocusListener(CVetoFocusListener listener)
          Removes a listener from this control.
 

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

Methods in bibliothek.gui.dock.common.intern that return CVetoFocusListener
 CVetoFocusListener CListenerCollection.getVetoFocusListener()
          Gets a CVetoFocusListener which forwards all calls to its methods to the listeners registered in this collection.
 CVetoFocusListener[] CListenerCollection.getVetoFocusListeners()
          Gets all the CVetoFocusListener that are collected in this collection.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CVetoFocusListener
 void CListenerCollection.addVetoFocusListener(CVetoFocusListener listener)
          Adds a listener to this collection.
 void CListenerCollection.removeVetoFocusListener(CVetoFocusListener listener)
          Removes a listener from this collection
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CVetoFocusListener
ControlVetoFocusListener(CControl control, CVetoFocusListener callback)
          Creates a new veto focus listener.