JTP API Documentation

jtp.ui
Class RDFQueryAnswerer.StackEdit

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--jtp.ui.RDFQueryAnswerer.StackEdit
All Implemented Interfaces:
Serializable, UndoableEdit
Enclosing class:
RDFQueryAnswerer

protected static class RDFQueryAnswerer.StackEdit
extends AbstractUndoableEdit

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
RDFQueryAnswerer.StackEdit(Stack stack, Object top)
           
 
Method Summary
 void redo()
           
 void undo()
           
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDFQueryAnswerer.StackEdit

public RDFQueryAnswerer.StackEdit(Stack stack,
                                  Object top)
Method Detail

undo

public void undo()
          throws CannotUndoException
Specified by:
undo in interface UndoableEdit
Overrides:
undo in class AbstractUndoableEdit
CannotUndoException

redo

public void redo()
          throws CannotRedoException
Specified by:
redo in interface UndoableEdit
Overrides:
redo in class AbstractUndoableEdit
CannotRedoException

JTP API Documentation