|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.control.relocator.MergeOperation
public class MergeOperation
Uses a Merger to merge two DockStations.
| Constructor Summary | |
|---|---|
MergeOperation(DockController controller,
Merger merger,
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 MergeOperation(DockController controller,
Merger merger,
DockStation station)
controller - the controller in whose realm this operation worksmerger - the merger that will be used to merge the stationsstation - 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 | |||||||||