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