public final class SimpleTextAreaTraversal
extends java.lang.Object
Constructor and Description |
---|
SimpleTextAreaTraversal(javax.swing.JTextArea ta)
Constructor, Stores a backup copy of the original traversal keys
of this text area.
|
Modifier and Type | Method and Description |
---|---|
void |
changeTraveralKeys()
Replaces the original traversal keys with new ones.
|
void |
restoreTraveralKeys()
Restores the original traversal keys.
|
public SimpleTextAreaTraversal(javax.swing.JTextArea ta)
ta
- The text area object.public void changeTraveralKeys()
public void restoreTraveralKeys()