|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jtp.undo.Snapshot
Represents snapshots of JTP's state based on recorded undoable edits.
Constructor Summary | |
Snapshot(UndoableEdit e)
|
Method Summary | |
String |
getDescription()
|
UndoableEdit |
getEdit()
Returns the UndoableEdit associated with this Snapshot. |
void |
setDescription(String newDescription)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Snapshot(UndoableEdit e)
Method Detail |
public UndoableEdit getEdit()
public String getDescription()
public void setDescription(String newDescription)
public String toString()
toString
in class Object
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |