|
||||||||||
PREV CLASS NEXT CLASS | 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
private class TextUndoManager.StructuredEdit
Field Summary | |
---|---|
private long |
editedTime
|
Fields inherited from class javax.swing.undo.CompoundEdit |
---|
edits |
Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
---|
RedoName, UndoName |
Constructor Summary | |
---|---|
private |
TextUndoManager.StructuredEdit()
|
Method Summary | |
---|---|
boolean |
addEdit(javax.swing.undo.UndoableEdit edit)
|
boolean |
canUndo()
|
protected long |
editedTime()
|
boolean |
isInProgress()
|
Methods inherited from class javax.swing.undo.CompoundEdit |
---|
canRedo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, 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 |
Field Detail |
---|
private long editedTime
Constructor Detail |
---|
private TextUndoManager.StructuredEdit()
Method Detail |
---|
public boolean addEdit(javax.swing.undo.UndoableEdit edit)
addEdit
in interface javax.swing.undo.UndoableEdit
addEdit
in class javax.swing.undo.CompoundEdit
public boolean canUndo()
canUndo
in interface javax.swing.undo.UndoableEdit
canUndo
in class javax.swing.undo.CompoundEdit
protected long editedTime()
public boolean isInProgress()
isInProgress
in class javax.swing.undo.CompoundEdit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |