|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.paxtools.command.AbstractAddRemoveCommand
public abstract class AbstractAddRemoveCommand
| Constructor Summary | |
|---|---|
AbstractAddRemoveCommand(Model model,
java.util.Set<BioPAXElement> bpes)
|
|
| Method Summary | |
|---|---|
boolean |
canUndo()
|
boolean |
redo()
|
protected abstract void |
redoAction(BioPAXElement bpe)
|
boolean |
undo()
|
protected abstract void |
undoAction(BioPAXElement bpe)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAddRemoveCommand(Model model,
java.util.Set<BioPAXElement> bpes)
| Method Detail |
|---|
public boolean undo()
undo in interface Commandprotected abstract void undoAction(BioPAXElement bpe)
public boolean canUndo()
public boolean redo()
redo in interface Commandprotected abstract void redoAction(BioPAXElement bpe)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||