ilog.views.appframe.docview.project
Class IlvAbstractDataContainerUndoableEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ilog.views.appframe.docview.project.IlvAbstractDataContainerUndoableEdit
- All Implemented Interfaces:
- Serializable, UndoableEdit
- Direct Known Subclasses:
- IlvAddNodeEdit, IlvNodePropertyChangeEdit, IlvRemoveNodeEdit
public class IlvAbstractDataContainerUndoableEdit
- extends AbstractUndoableEdit
Abstract implementation of the UndoableEdit
interface that serves as a base for undoable edits on data containers.
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo |
IlvAbstractDataContainerUndoableEdit
public IlvAbstractDataContainerUndoableEdit(IlvDataContainer dataContainer)
- Constructs an undoable edit that occurred on the specified
dataContainer.
getDataContainer
public IlvDataContainer getDataContainer()
- Returns the data container on which an edit has occurred.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.