org.media.hyperpad
Class UndoHandler

java.lang.Object
  |
  +--org.media.hyperpad.UndoHandler
All Implemented Interfaces:
EventListener, UndoableEditListener

public class UndoHandler
extends Object
implements UndoableEditListener

Class meant to handle the edit events for HyperPad.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String

Constructor Summary
UndoHandler()
           
 
Method Summary
protected  void refresh(int source)
           
protected  void setRedo(boolean status)
           
protected  void setUndo(boolean status)
           
 void undoableEditHappened(UndoableEditEvent e)
           
protected  void updateRedo()
           
protected  void updateUndo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoHandler

public UndoHandler()
Method Detail

undoableEditHappened

public void undoableEditHappened(UndoableEditEvent e)
Specified by:
undoableEditHappened in interface UndoableEditListener

refresh

protected void refresh(int source)

updateUndo

protected void updateUndo()

updateRedo

protected void updateRedo()

setUndo

protected void setUndo(boolean status)

setRedo

protected void setRedo(boolean status)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."