|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.control.relocator.MoveOperation
public class MoveOperation
This operation calls DockStation.move().
| Constructor Summary | |
|---|---|
MoveOperation(DockController controller,
DockStation station)
Creates a new operation |
|
| Method Summary | |
|---|---|
void |
execute(Dockable selection,
DockRelocatorListener listener)
Executes this operation. |
DockStation |
getStation()
Gets the station which is the target of this operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MoveOperation(DockController controller,
DockStation station)
controller - the controller in whose realm this operation worksstation - the target of this operation| Method Detail |
|---|
public DockStation getStation()
RelocateOperation
getStation in interface RelocateOperationnull
public void execute(Dockable selection,
DockRelocatorListener listener)
RelocateOperation
execute in interface RelocateOperationselection - the element that is moved aroundlistener - a listener to be informed about events happening because of this operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||