All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jp.kyasu.awt.MultipleUndo

java.lang.Object
   |
   +----jp.kyasu.awt.MultipleUndo

public class MultipleUndo
extends Object
implements Undo
A MultipleUndo object can perform multiple undo operations.

Version:
14 Jun 1998
Author:
Kazuki YASUMATSU

Constructor Index

 o MultipleUndo()
Constructs an empty multiple undo object.

Method Index

 o addUndo(Undo)
Adds an undo object.
 o undo()
Performs an undo operation.

Constructors

 o MultipleUndo
 public MultipleUndo()
Constructs an empty multiple undo object.

Methods

 o addUndo
 public void addUndo(Undo undo)
Adds an undo object.

 o undo
 public Undo undo()
Performs an undo operation.

Returns:
the undo operation for this undo object (redo operation), or null if the redo is not supported.
See Also:
Undo

All Packages  Class Hierarchy  This Package  Previous  Next  Index