corina.manip
Class Reverse

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--corina.manip.Reverse
All Implemented Interfaces:
Serializable, UndoableEdit

public class Reverse
extends AbstractUndoableEdit

See Also:
Serialized Form

Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Method Summary
 String getPresentationName()
           
 void redo()
           
static AbstractUndoableEdit reverse(Sample s)
           
 void undo()
           
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

reverse

public static AbstractUndoableEdit reverse(Sample s)

undo

public void undo()
          throws CannotUndoException
Overrides:
undo in class AbstractUndoableEdit

redo

public void redo()
          throws CannotRedoException
Overrides:
redo in class AbstractUndoableEdit

getPresentationName

public String getPresentationName()
Overrides:
getPresentationName in class AbstractUndoableEdit