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.control.focus   
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(FocusController controller, Dockable dockable)
           
 FocusVetoListener.FocusVeto ControlVetoFocusListener.vetoFocus(FocusController controller, DockTitle title)
           
 

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

Methods in bibliothek.gui.dock.control that return FocusVetoListener.FocusVeto
 FocusVetoListener.FocusVeto DefaultFocusController.checkFocusedDockable(DockElementRepresentative source)
           
 FocusVetoListener.FocusVeto DefaultFocusController.setFocusedDockable(DockElementRepresentative source, java.awt.Component component, boolean force, boolean ensureFocusSet, boolean ensureDockableFocused)
           
 

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

Methods in bibliothek.gui.dock.control.focus that return FocusVetoListener.FocusVeto
 FocusVetoListener.FocusVeto FocusController.checkFocusedDockable(DockElementRepresentative source)
          Checks whether source can be used to select the next focused Dockable.
protected  FocusVetoListener.FocusVeto AbstractFocusController.fireVetoDockable(Dockable dockable)
          Asks all FocusVetoListener through their method FocusVetoListener.vetoFocus(FocusController, Dockable) whether they want cancel a call to the DockController.
protected  FocusVetoListener.FocusVeto AbstractFocusController.fireVetoTitle(DockTitle title)
          Asks all FocusVetoListener through their method FocusVetoListener.vetoFocus(FocusController, DockTitle) whether they want cancel a call to the DockController.
 FocusVetoListener.FocusVeto FocusController.setFocusedDockable(DockElementRepresentative source, java.awt.Component component, boolean force, boolean ensureFocusSet, boolean ensureDockableFocused)
          Sets the Dockable which should have the focus.
 

Methods in bibliothek.gui.dock.control.focus with parameters of type FocusVetoListener.FocusVeto
protected  void AbstractMouseFocusObserver.handleVeto(java.awt.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(java.lang.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(FocusController controller, Dockable dockable)
          Invoked when the focus should change because the user did something with dockable.
 FocusVetoListener.FocusVeto FocusVetoListener.vetoFocus(FocusController controller, DockTitle title)
          Invoked when the focus should change because the user did something with title.