public final class SimpleEditorPaneTraversal
extends java.lang.Object
Constructor and Description |
---|
SimpleEditorPaneTraversal(javax.swing.JEditorPane ep)
Constructor, Stores a backup copy of the original traversal keys
of this editor 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 SimpleEditorPaneTraversal(javax.swing.JEditorPane ep)
ep
- The editor panel object.public void changeTraveralKeys()
public void restoreTraveralKeys()