|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.zeus.ui.typesafe.SimpleEditorPaneTraversal
public final class SimpleEditorPaneTraversal
This class can be used to replace the default traversal keys for any JEditorPane object. As you already know when advancing focus inside a form, using the TAB key, when you reach a editor panel you need to press CTRL+TAB in order to advance the focus to the next component. With this class you can address this issue and use the TAB key instead.
Constructor Summary | |
---|---|
SimpleEditorPaneTraversal(javax.swing.JEditorPane ep)
Constructor, Stores a backup copy of the original traversal keys of this editor panel. |
Method Summary | |
---|---|
void |
changeTraveralKeys()
Replaces the original traversal keys with new ones. |
void |
restoreTraveralKeys()
Restores the original traversal keys. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleEditorPaneTraversal(javax.swing.JEditorPane ep)
ep
- The editor panel object.Method Detail |
---|
public void changeTraveralKeys()
public void restoreTraveralKeys()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |