public class JFormattedTextFieldNavigationManager extends Object
Created on 3/21/15.
| Modifier | Constructor and Description |
|---|---|
protected |
JFormattedTextFieldNavigationManager(JFormatterTextFieldInternalGroups groups,
JFormattedTextField component) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canGoLeft(KeyEvent e) |
protected boolean |
canGoRight(KeyEvent e) |
protected boolean |
canTransferFocus(KeyEvent e) |
protected boolean |
canTransferFocusBackward(KeyEvent e) |
protected JFormatterTextFieldInternalGroup |
getCurrentGroup(JFormattedTextField source) |
protected JFormatterTextFieldInternalGroup |
getGroup(JFormattedTextField source,
int caretPosition) |
protected void |
goLeft(JFormattedTextField source,
int caretPosition) |
protected void |
goRight(JFormattedTextField source,
int caretPosition) |
protected void |
gotoComponent(JFormattedTextField source,
JFormatterTextFieldInternalGroup group) |
static void |
install(JFormattedTextField component) |
protected void |
selectComponent(JFormatterTextFieldInternalGroup currentGroup) |
static void |
uninstall(JFormattedTextField component) |
protected JFormattedTextFieldNavigationManager(JFormatterTextFieldInternalGroups groups, JFormattedTextField component)
public static void install(JFormattedTextField component)
public static void uninstall(JFormattedTextField component)
protected void gotoComponent(JFormattedTextField source, JFormatterTextFieldInternalGroup group)
protected void selectComponent(JFormatterTextFieldInternalGroup currentGroup)
protected JFormatterTextFieldInternalGroup getCurrentGroup(JFormattedTextField source)
protected JFormatterTextFieldInternalGroup getGroup(JFormattedTextField source, int caretPosition)
protected void goRight(JFormattedTextField source, int caretPosition)
protected void goLeft(JFormattedTextField source, int caretPosition)
protected boolean canGoRight(KeyEvent e)
protected boolean canGoLeft(KeyEvent e)
protected boolean canTransferFocus(KeyEvent e)
protected boolean canTransferFocusBackward(KeyEvent e)
Copyright © 2008–2021 Ultreia.io. All rights reserved.