|
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, undo, redo, die, addEdit, canUndo, canRedo, isInProgress, isSignificant, getPresentationName, getUndoPresentationName, getRedoPresentationName, replaceEdit, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class AbstractUndoableEdit | |
|---|---|
| toString, undo, redo, die, addEdit, canUndo, canRedo, isSignificant, getPresentationName, getUndoPresentationName, getRedoPresentationName, replaceEdit, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, 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.