Uses of Interface
bibliothek.gui.dock.control.relocator.VetoableDockRelocatorListener

Packages that use VetoableDockRelocatorListener
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

Uses of VetoableDockRelocatorListener in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control with parameters of type VetoableDockRelocatorListener
 void DockRelocator.addVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)
          Adds a listener to this manager.
 void DockRelocator.removeVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)
          Removes a listener from this manager.
 

Uses of VetoableDockRelocatorListener in bibliothek.gui.dock.control.relocator
 

Methods in bibliothek.gui.dock.control.relocator that return VetoableDockRelocatorListener
protected  VetoableDockRelocatorListener[] AbstractDockRelocator.vetoableListeners()
          Gets all the VetoableDockRelocatorListener that are currently registered.
 

Methods in bibliothek.gui.dock.control.relocator with parameters of type VetoableDockRelocatorListener
 void AbstractDockRelocator.addVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)
           
 void AbstractDockRelocator.removeVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)