dip.gui.undo
Class XAbstractUndoableEdit

java.lang.Object
  extended byjavax.swing.undo.AbstractUndoableEdit
      extended bydip.gui.undo.XAbstractUndoableEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit
Direct Known Subclasses:
UndoAddMultipleOrders, UndoAddOrder, UndoDeleteMultipleOrders, UndoDeleteOrder, UndoEditAddUnit, UndoEditRemoveUnit, UndoEditSCOwner, UndoResolve

public abstract class XAbstractUndoableEdit
extends javax.swing.undo.AbstractUndoableEdit
implements java.io.Serializable

XAbstractUndoableEdit is the base class for all jDip undoable edits. it provides base functionality and ensures serialization goes smoothly.

See Also:
Serialized Form

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

undoRedoManager

protected UndoRedoManager undoRedoManager
Constructor Detail

XAbstractUndoableEdit

public XAbstractUndoableEdit(UndoRedoManager urm)
Constructs an XAbstractUndoableEdit object.

UndoRedoManager must not be null.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.