|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.controls.JTextComponentUndoSupport
public final class JTextComponentUndoSupport
A utility class adding undo/redo support to a JTextComponent
| Constructor Summary | |
|---|---|
JTextComponentUndoSupport(javax.swing.text.JTextComponent textComponent)
|
|
| Method Summary | |
|---|---|
void |
clearUndo()
Clears the undo stack |
void |
commitCombinedEdit()
Commits the combined edits (if any) that have been accrued since startCombiningEdits() was called. |
void |
startCombiningEdits()
Calling this causes the undoable edits to be combined until commitCombinedEdits() is called. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JTextComponentUndoSupport(javax.swing.text.JTextComponent textComponent)
| Method Detail |
|---|
public void clearUndo()
public void startCombiningEdits()
public void commitCombinedEdit()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||