|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit
class TextUndoManager.StructuredEdit extends CompoundEdit
Constructor Summary | |
TextUndoManager.StructuredEdit()
|
Method Summary | |
---|---|
boolean
|
addEdit(UndoableEdit edit)
|
boolean
|
canUndo()
|
protected long
|
editedTime()
|
boolean
|
isInProgress()
|
Methods inherited from class CompoundEdit | |
---|---|
toString, end, addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, redo, undo, replaceEdit, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class AbstractUndoableEdit | |
---|---|
toString, addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
TextUndoManager.StructuredEdit()
Method Detail |
---|
public boolean addEdit(UndoableEdit edit)
public boolean canUndo()
protected long editedTime()
public boolean isInProgress()
Copyright © 2003-2009 The Codehaus. All rights reserved.