Groovy Documentation

com.wordpress.tipsforjava.swing
[Java] Class CompoundUndoManager.MyCompoundEdit

java.lang.Object
  javax.swing.undo.AbstractUndoableEdit
      javax.swing.undo.CompoundEdit
          com.wordpress.tipsforjava.swing.CompoundUndoManager.MyCompoundEdit

class CompoundUndoManager.MyCompoundEdit
extends CompoundEdit

Constructor Summary
CompoundUndoManager.MyCompoundEdit()

 
Method Summary
boolean isInProgress()

void undo()

 
Methods inherited from class CompoundEdit
toString, end, undo, canUndo, redo, canRedo, addEdit, getUndoPresentationName, getRedoPresentationName, die, isSignificant, isInProgress, getPresentationName, replaceEdit, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class AbstractUndoableEdit
toString, undo, canUndo, redo, canRedo, addEdit, getUndoPresentationName, getRedoPresentationName, die, isSignificant, getPresentationName, replaceEdit, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

CompoundUndoManager.MyCompoundEdit

CompoundUndoManager.MyCompoundEdit()


 
Method Detail

isInProgress

public boolean isInProgress()


undo

public void undo()


 

Groovy Documentation