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

Packages that use VetoableDockFrontendListener
bibliothek.gui   
bibliothek.gui.dock.event   
bibliothek.gui.dock.frontend   
 

Uses of VetoableDockFrontendListener in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type VetoableDockFrontendListener
 void DockFrontend.addVetoableListener(VetoableDockFrontendListener listener)
          Adds listener to this frontend.
 void DockFrontend.removeVetoableListener(VetoableDockFrontendListener listener)
          Removes listener from this frontend.
 

Uses of VetoableDockFrontendListener in bibliothek.gui.dock.event
 

Classes in bibliothek.gui.dock.event that implement VetoableDockFrontendListener
 class VetoableDockFrontendAdapter
          Standard implementation of VetoableDockFrontendListener, does nothing in its methods.
 

Uses of VetoableDockFrontendListener in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return VetoableDockFrontendListener
protected  VetoableDockFrontendListener[] VetoManager.vetoableListeners()
          Gets an independent array containing all currently registered VetoableDockFrontendListeners.
 

Methods in bibliothek.gui.dock.frontend with parameters of type VetoableDockFrontendListener
 void VetoManager.addVetoableListener(VetoableDockFrontendListener listener)
          Adds listener to this frontend.
 void VetoManager.removeVetoableListener(VetoableDockFrontendListener listener)
          Removes listener from this frontend.