org.gerhardb.jibs.viewer.sortscreen
Class BigUndo

java.lang.Object
  extended byjavax.swing.undo.AbstractUndoableEdit
      extended byjavax.swing.undo.CompoundEdit
          extended byorg.gerhardb.jibs.viewer.sortscreen.BigUndo
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit

public class BigUndo
extends javax.swing.undo.CompoundEdit

Undoes

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.CompoundEdit
edits
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
BigUndo(java.lang.String msg)
           
 
Method Summary
 java.lang.String getPresentationName()
           
 java.lang.String getRedoPresentationName()
           
 java.lang.String getUndoPresentationName()
           
 
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, isInProgress, isSignificant, lastEdit, redo, toString, undo
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigUndo

public BigUndo(java.lang.String msg)
Parameters:
msg - Message to display on undo.
Method Detail

getPresentationName

public java.lang.String getPresentationName()

getUndoPresentationName

public java.lang.String getUndoPresentationName()

getRedoPresentationName

public java.lang.String getRedoPresentationName()


Copyright © 2002 Gerhard Beck. All rights reserved. Subject to GPL.