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 |
---|---|
RemoteRelocator.Reaction |
RemoteRelocator.drag(int x,
int y,
int modifiers)
This method works on the drag-part of a drag & drop operation.
|
RemoteRelocator.Reaction |
RemoteRelocator.drop(int x,
int y,
int modifiers)
This method works on the drop-part of a drag & drop operation.
|
RemoteRelocator.Reaction |
RemoteRelocator.init(int x,
int y,
int dx,
int dy,
int modifiers)
This method starts or cancels a drag & drop operation.
|
static RemoteRelocator.Reaction |
RemoteRelocator.Reaction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteRelocator.Reaction[] |
RemoteRelocator.Reaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteRelocator.Reaction |
DefaultDockRelocator.dragMouseDragged(int x,
int y,
int modifiers,
DockTitle title,
Dockable dockable,
boolean always,
boolean forceDrag)
Handles a mouse-pressed event.
|
protected RemoteRelocator.Reaction |
DefaultDockRelocator.dragMouseDragged(int x,
int y,
int modifiers,
DockTitle title,
Dockable dockable,
boolean always,
boolean forceDrag,
boolean showMovingImage)
Handles a mouse-pressed event.
|
protected RemoteRelocator.Reaction |
DefaultDockRelocator.dragMousePressed(int x,
int y,
int dx,
int dy,
int modifiers,
Dockable dockable,
boolean forceDrag)
Handles a mouse-pressed event.
|
protected RemoteRelocator.Reaction |
DefaultDockRelocator.dragMouseReleased(int x,
int y,
int modifiers,
Dockable dockable)
Handles a mouse-released event.
|