|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||