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 - dev@tchemit.fr
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
JFormatterTextFieldInternalGroups
protected JFormatterTextFieldInternalGroups(Set<JFormatterTextFieldInternalGroup> componentPositions)
-
-
Method Detail
-
create
public static JFormatterTextFieldInternalGroups create(String mask)
-
getGroupLastIndex
protected static int getGroupLastIndex(String mask, int i, int length)
-
addGroup
protected static JFormatterTextFieldInternalGroup addGroup(Set<JFormatterTextFieldInternalGroup> componentPositions, JFormatterTextFieldInternalGroup previousGroup, int endIndex, int endSymbolIndex)
-
getGroupAtPosition
public JFormatterTextFieldInternalGroup getGroupAtPosition(int position)
-
iterator
public Iterator<JFormatterTextFieldInternalGroup> iterator()
- Specified by:
iteratorin interfaceIterable<JFormatterTextFieldInternalGroup>
-
-