Uses of Class
bibliothek.gui.dock.event.FocusVetoListener.FocusVeto

Packages that use FocusVetoListener.FocusVeto
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
 

Uses of FocusVetoListener.FocusVeto in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return FocusVetoListener.FocusVeto
 FocusVetoListener.FocusVeto ControlVetoFocusListener.vetoFocus(MouseFocusObserver controller, Dockable dockable)
           
 FocusVetoListener.FocusVeto ControlVetoFocusListener.vetoFocus(MouseFocusObserver controller, DockTitle title)
           
 

Uses of FocusVetoListener.FocusVeto in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return FocusVetoListener.FocusVeto
protected  FocusVetoListener.FocusVeto MouseFocusObserver.fireVetoDockable(Dockable dockable)
          Asks all FocusVetoListener through their method FocusVetoListener.vetoFocus(MouseFocusObserver, Dockable) whether they want cancel a call to the DockController.
protected  FocusVetoListener.FocusVeto MouseFocusObserver.fireVetoTitle(DockTitle title)
          Asks all FocusVetoListener through their method FocusVetoListener.vetoFocus(MouseFocusObserver, DockTitle) whether they want cancel a call to the DockController.
 

Methods in bibliothek.gui.dock.control with parameters of type FocusVetoListener.FocusVeto
protected  void MouseFocusObserver.handleVeto(AWTEvent event, FocusVetoListener.FocusVeto veto)
          Handles the veto that was given when trying to forward event.
 

Uses of FocusVetoListener.FocusVeto in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event that return FocusVetoListener.FocusVeto
static FocusVetoListener.FocusVeto FocusVetoListener.FocusVeto.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FocusVetoListener.FocusVeto[] FocusVetoListener.FocusVeto.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 FocusVetoListener.FocusVeto FocusVetoListener.vetoFocus(MouseFocusObserver controller, Dockable dockable)
          Invoked when the focus should change because the user did something with dockable.
 FocusVetoListener.FocusVeto FocusVetoListener.vetoFocus(MouseFocusObserver controller, DockTitle title)
          Invoked when the focus should change because the user did something with title.