Class JFormattedTextFieldNavigationManager
java.lang.Object
org.nuiton.jaxx.widgets.jformattedtextfield.JFormattedTextFieldNavigationManager
public class JFormattedTextFieldNavigationManager extends Object
Manager to navigate inside a JFormattedTextField using a MaskFormatter.
Created on 3/21/15.
- Since:
- 2.23
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Modifier Constructor Description protectedJFormattedTextFieldNavigationManager(JFormatterTextFieldInternalGroups groups, JFormattedTextField component) -
Method Summary
Modifier and Type Method Description protected booleancanGoLeft(KeyEvent e)protected booleancanGoRight(KeyEvent e)protected booleancanTransferFocus(KeyEvent e)protected booleancanTransferFocusBackward(KeyEvent e)protected JFormatterTextFieldInternalGroupgetCurrentGroup(JFormattedTextField source)protected voidgoLeft(JFormattedTextField source, int caretPosition)protected voidgoRight(JFormattedTextField source, int caretPosition)protected voidgotoComponent(JFormattedTextField source, JFormatterTextFieldInternalGroup group)static voidinstall(JFormattedTextField component)protected voidselectComponent(JFormatterTextFieldInternalGroup currentGroup)static voiduninstall(JFormattedTextField component)
-
Constructor Details
-
JFormattedTextFieldNavigationManager
protected JFormattedTextFieldNavigationManager(JFormatterTextFieldInternalGroups groups, JFormattedTextField component)
-
-
Method Details