|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
org.freehep.swing.undo.AbstractDoableEdit
org.freehep.swing.undo.AnimatedEdit
hep.wired.edit.WiredEdit
hep.wired.edit.NoOperation
public class NoOperation
No Operation Edit, useful to fill a compound edit.
Field Summary |
---|
Fields inherited from class hep.wired.edit.WiredEdit |
---|
format |
Fields inherited from class org.freehep.swing.undo.AbstractDoableEdit |
---|
firstTimeDone |
Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
---|
RedoName, UndoName |
Constructor Summary | |
---|---|
NoOperation()
Creates a dummy operation, which can be used as placeholder. |
Method Summary | |
---|---|
boolean |
addEdit(UndoableEdit edit)
|
WiredEdit |
copy(RecordPlot plot)
Creates a copy of the edit which is attached to the plot, and thus can be (re/un)done. |
String |
getPresentationName()
|
void |
redoEdit()
|
void |
undoEdit()
|
Methods inherited from class hep.wired.edit.WiredEdit |
---|
endAnimation, getID, getRecordPlot, setRecordPlot, showAnimation, startAnimation, toString |
Methods inherited from class org.freehep.swing.undo.AnimatedEdit |
---|
createTransformedShape, getFrames, getNextEdit, getParent, getPreviousEdit, redo, setNextEdit, setParent, setPreviousEdit, undo |
Methods inherited from class org.freehep.swing.undo.AbstractDoableEdit |
---|
canRedo, canUndo |
Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
---|
die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.swing.undo.UndoableEdit |
---|
canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit |
Constructor Detail |
---|
public NoOperation()
Method Detail |
---|
public WiredEdit copy(RecordPlot plot)
WiredEdit
copy
in class WiredEdit
public String getPresentationName()
getPresentationName
in interface UndoableEdit
getPresentationName
in class AbstractUndoableEdit
public boolean addEdit(UndoableEdit edit)
addEdit
in interface UndoableEdit
addEdit
in class AbstractUndoableEdit
public void redoEdit()
redoEdit
in class org.freehep.swing.undo.AnimatedEdit
public void undoEdit()
undoEdit
in class org.freehep.swing.undo.AnimatedEdit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |