|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
dip.gui.undo.XAbstractUndoableEdit
XAbstractUndoableEdit is the base class for all jDip undoable edits. it provides base functionality and ensures serialization goes smoothly.
Field Summary | |
protected UndoRedoManager |
undoRedoManager
|
Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
Constructor Summary | |
XAbstractUndoableEdit(UndoRedoManager urm)
Constructs an XAbstractUndoableEdit object. |
Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected UndoRedoManager undoRedoManager
Constructor Detail |
public XAbstractUndoableEdit(UndoRedoManager urm)
UndoRedoManager must not be null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |