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
 

Classes in bibliothek.gui.dock.control.relocator that implement VetoableDockRelocatorListener
 class VetoableDockRelocatorAdapter
          An adapter class to VetoableDockRelocatorListener, can be used to implement VetoableDockRelocatorListener without the need to implement all methods.
 

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)
           
 boolean DropOperation.execute(Dockable selection, VetoableDockRelocatorListener listener)
           
 boolean MergeOperation.execute(Dockable selection, VetoableDockRelocatorListener listener)
           
 boolean RelocateOperation.execute(Dockable selection, VetoableDockRelocatorListener listener)
          Executes this operation.
 void AbstractDockRelocator.removeVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)