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