|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.DockRelocatorAdapter
public abstract class DockRelocatorAdapter
An implementation of DockRelocatorListener that contains only empty
methods.
| Constructor Summary | |
|---|---|
DockRelocatorAdapter()
|
|
| Method Summary | |
|---|---|
void |
cancel(DockController controller,
Dockable dockable)
Invoked when a drag and drop operation was initiated, but canceld. |
void |
drag(DockController controller,
Dockable dockable,
DockStation station)
Invoked when a drag and drop operation has been confirmed. |
void |
drop(DockController controller,
Dockable dockable,
DockStation station)
Invoked after a Dockable was dropped. |
void |
init(DockController controller,
Dockable dockable)
Invoked when a drag and drop operation is initiated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockRelocatorAdapter()
| Method Detail |
|---|
public void cancel(DockController controller,
Dockable dockable)
DockRelocatorListenerDockRelocatorListener.init(DockController, Dockable).
was called.
cancel in interface DockRelocatorListenercontroller - the origin of the eventdockable - the element that has been grabbed
public void drag(DockController controller,
Dockable dockable,
DockStation station)
DockRelocatorListenerdockable
is dragged from its old parent.
drag in interface DockRelocatorListenercontroller - the origin of the eventdockable - the Dockable which was draggedstation - the future parent of dockableDockRelocatorListener.drop(DockController, Dockable, DockStation)
public void drop(DockController controller,
Dockable dockable,
DockStation station)
DockRelocatorListenerDockable was dropped.
drop in interface DockRelocatorListenercontroller - the origin of the eventdockable - the Dockable which was draggedstation - the new parent of dockableDockRelocatorListener.drag(DockController, Dockable, DockStation)
public void init(DockController controller,
Dockable dockable)
DockRelocatorListener
init in interface DockRelocatorListenercontroller - the origin of the eventdockable - the element that has been grabbed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||