org.freehep.swing.undo
Interface UndoableEditProcessor


public interface UndoableEditProcessor

Allows for the (compound) processing of UndoableEdits. One can use UndoableEditSupport to implement this.

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

Method Summary
 void beginUpdate()
          Starts a new CompoundEdit and adds subsequent edits to it.
 void endUpdate()
          Ends the CompoundEdit
 void postEdit(UndoableEdit edit)
          Post (execute) the edit.
 boolean supports(UndoableEdit edit)
          Return true if this interface supports this edit
 

Method Detail

beginUpdate

void beginUpdate()
Starts a new CompoundEdit and adds subsequent edits to it.


endUpdate

void endUpdate()
Ends the CompoundEdit


postEdit

void postEdit(UndoableEdit edit)
Post (execute) the edit.


supports

boolean supports(UndoableEdit edit)
Return true if this interface supports this edit



Copyright © 2000-2007 FreeHEP. All Rights Reserved.