org.freehep.swing.undo
Interface DoableEdit

All Superinterfaces:
UndoableEdit
All Known Implementing Classes:
AbstractDoableEdit, AnimatedCompoundEdit, AnimatedEdit

public interface DoableEdit
extends UndoableEdit

Allows the Edit to be used to execute the action the first time using the redo() method.

Version:
$Id: DoableEdit.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Method Summary
 
Methods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.