JTP API Documentation

jtp.undo
Class TellEdit

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--javax.swing.undo.CompoundEdit
              |
              +--jtp.undo.TellEdit
All Implemented Interfaces:
Serializable, UndoableEdit

public class TellEdit
extends CompoundEdit

A CompoundEdit wrapper for an object that is asserted (i.e., told) to the system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.CompoundEdit
edits
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
TellEdit(Object t)
           
 
Method Summary
 Object getToldObject()
           
 void setToldObject(Object t)
           
 
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TellEdit

public TellEdit(Object t)
Method Detail

getToldObject

public Object getToldObject()

setToldObject

public void setToldObject(Object t)

JTP API Documentation