FreeHEP API
Version v1.2.2

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,v 1.1 2003/06/10 18:26:16 duns Exp $
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.
 

Method Detail

beginUpdate

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


endUpdate

public void endUpdate()
Ends the CompoundEdit


postEdit

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


FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.