Uses of Interface
bibliothek.gui.dock.event.FocusVetoListener

Packages that use FocusVetoListener
bibliothek.gui.dock.control   
bibliothek.gui.dock.station   
 

Uses of FocusVetoListener in bibliothek.gui.dock.control
 

Fields in bibliothek.gui.dock.control with type parameters of type FocusVetoListener
private  java.util.List<FocusVetoListener> MouseFocusObserver.vetos
          A list of listeners which can cancel a call to the controller
 

Methods in bibliothek.gui.dock.control with parameters of type FocusVetoListener
 void MouseFocusObserver.addVetoListener(FocusVetoListener listener)
          Adds a listener to this controller which can cancel a call to the DockController.
 void MouseFocusObserver.removeVetoListener(FocusVetoListener listener)
          Removes a listener from this controller
 

Uses of FocusVetoListener in bibliothek.gui.dock.station
 

Classes in bibliothek.gui.dock.station that implement FocusVetoListener
private  class FlapDockStation.ControllerListener