Package | Description |
---|---|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
Modifier and Type | Method and Description |
---|---|
void |
DockRelocator.addVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)
Adds a listener to this manager.
|
void |
DockRelocator.removeVetoableDockRelocatorListener(VetoableDockRelocatorListener listener)
Removes a listener from this manager.
|
Modifier and Type | Class and Description |
---|---|
class |
VetoableDockRelocatorAdapter
An adapter class to
VetoableDockRelocatorListener , can be used to implement VetoableDockRelocatorListener
without the need to implement all methods. |
Modifier and Type | Method and Description |
---|---|
protected VetoableDockRelocatorListener[] |
AbstractDockRelocator.vetoableListeners()
Gets all the
VetoableDockRelocatorListener that are currently registered. |
Modifier and Type | Method and Description |
---|---|
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) |