|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
uk.ac.kcl.cch.jb.pliny.commands.FixupLinksCommand
used as a part of a compound command created by
ResourceObjectsXYLayoutPolicy.getAddCommand(org.eclipse.gef.Request)
to handle all Link
s between a set of
LinkableObject
s that are involved
in a move from one display resource to another.
Constructor Summary | |
FixupLinksCommand(Set linkableObjects)
sets of this command to process the LinkableObjects contained within the given Set. |
Method Summary | |
void |
execute()
|
void |
redo()
|
void |
undo()
|
Methods inherited from class org.eclipse.gef.commands.Command |
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FixupLinksCommand(Set linkableObjects)
linkableObjects
- set of LinkableObjects to work with.Method Detail |
public void execute()
public void undo()
public void redo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |