Uses of Class
org.nuiton.jaxx.widgets.jformattedtextfield.JFormatterTextFieldInternalGroup
-
Packages that use JFormatterTextFieldInternalGroup Package Description org.nuiton.jaxx.widgets.jformattedtextfield -
-
Uses of JFormatterTextFieldInternalGroup in org.nuiton.jaxx.widgets.jformattedtextfield
Methods in org.nuiton.jaxx.widgets.jformattedtextfield that return JFormatterTextFieldInternalGroup Modifier and Type Method Description protected static JFormatterTextFieldInternalGroupJFormatterTextFieldInternalGroups. addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex)protected JFormatterTextFieldInternalGroupJFormattedTextFieldNavigationManager. getCurrentGroup(JFormattedTextField source)protected JFormatterTextFieldInternalGroupJFormattedTextFieldNavigationManager. getGroup(JFormattedTextField source, int caretPosition)JFormatterTextFieldInternalGroupJFormatterTextFieldInternalGroups. getGroupAtPosition(int position)JFormatterTextFieldInternalGroupJFormatterTextFieldInternalGroup. getNextGroup()JFormatterTextFieldInternalGroupJFormatterTextFieldInternalGroup. getPreviousGroup()Methods in org.nuiton.jaxx.widgets.jformattedtextfield that return types with arguments of type JFormatterTextFieldInternalGroup Modifier and Type Method Description Iterator<JFormatterTextFieldInternalGroup>JFormatterTextFieldInternalGroups. iterator()Methods in org.nuiton.jaxx.widgets.jformattedtextfield with parameters of type JFormatterTextFieldInternalGroup Modifier and Type Method Description protected static JFormatterTextFieldInternalGroupJFormatterTextFieldInternalGroups. addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex)protected voidJFormattedTextFieldNavigationManager. gotoComponent(JFormattedTextField source, JFormatterTextFieldInternalGroup group)protected voidJFormattedTextFieldNavigationManager. selectComponent(JFormatterTextFieldInternalGroup currentGroup)voidJFormatterTextFieldInternalGroup. setNextGroup(JFormatterTextFieldInternalGroup nextGroup)voidJFormatterTextFieldInternalGroup. setPreviousGroup(JFormatterTextFieldInternalGroup previousGroup)Method parameters in org.nuiton.jaxx.widgets.jformattedtextfield with type arguments of type JFormatterTextFieldInternalGroup Modifier and Type Method Description protected static JFormatterTextFieldInternalGroupJFormatterTextFieldInternalGroups. addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex)Constructor parameters in org.nuiton.jaxx.widgets.jformattedtextfield with type arguments of type JFormatterTextFieldInternalGroup Constructor Description JFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions)
-