Class JFormatterTextFieldInternalGroups
java.lang.Object
org.nuiton.jaxx.widgets.jformattedtextfield.JFormatterTextFieldInternalGroups
- All Implemented Interfaces:
Iterable<JFormatterTextFieldInternalGroup>
public class JFormatterTextFieldInternalGroups extends Object implements Iterable<JFormatterTextFieldInternalGroup>
Created on 3/20/15.
- Since:
- 2.23
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Modifier Constructor Description protectedJFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions) -
Method Summary
Modifier and Type Method Description protected static JFormatterTextFieldInternalGroupaddGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex)static JFormatterTextFieldInternalGroupscreate(String mask)JFormatterTextFieldInternalGroupgetGroupAtPosition(int position)protected static intgetGroupLastIndex(String mask, int i, int length)Iterator<JFormatterTextFieldInternalGroup>iterator()
-
Constructor Details
-
JFormatterTextFieldInternalGroups
protected JFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions)
-
-
Method Details
-
create
-
getGroupLastIndex
-
addGroup
protected static JFormatterTextFieldInternalGroup addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex) -
getGroupAtPosition
-
iterator
- Specified by:
iteratorin interfaceIterable<JFormatterTextFieldInternalGroup>
-