| Package | Description |
|---|---|
| bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation. |
| Modifier and Type | Class and Description |
|---|---|
class |
DropOperation
This operation calls
StationDropOperation.execute() |
class |
MergeOperation
Uses a
Merger to merge two DockStations. |
| Modifier and Type | Method and Description |
|---|---|
protected RelocateOperation |
DefaultDockRelocator.preparePut(int mouseX,
int mouseY,
int titleX,
int titleY,
Dockable dockable)
Searches a station which can become the parent of
dockable
if the mouse is released at mouseX/mouseY. |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeOperation.destroy(RelocateOperation next) |
void |
RelocateOperation.destroy(RelocateOperation next)
Informs this operation that it will never be used (again) and that it should release any
resources it has acquired.
|
void |
DropOperation.destroy(RelocateOperation next) |
protected boolean |
DefaultDockRelocator.executeOperation(Dockable dockable,
RelocateOperation operation)
Executes the drag and drop event
operation. |
Copyright © 2017 Docking Frames. All rights reserved.