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
Methods inherited from class javax.swing.undo.CompoundEdit |
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo |
TellEdit
public TellEdit(Object t)
getToldObject
public Object getToldObject()
setToldObject
public void setToldObject(Object t)