Class JFormatterTextFieldInternalGroup

java.lang.Object
org.nuiton.jaxx.widgets.jformattedtextfield.JFormatterTextFieldInternalGroup

public class JFormatterTextFieldInternalGroup
extends java.lang.Object
Represent a group of the mask inside a JFormattedTextField using a MaskFormatter. Created on 3/20/15.
Since:
2.23
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Details

    • JFormatterTextFieldInternalGroup

      public JFormatterTextFieldInternalGroup​(int startIndex, int endIndex, int endGroupIndex)
  • Method Details

    • getStartIndex

      public int getStartIndex()
    • getEndIndex

      public int getEndIndex()
    • getEndGroupIndex

      public int getEndGroupIndex()
    • containsPosition

      public boolean containsPosition​(int position)
    • isFirstGroup

      public boolean isFirstGroup()
    • isLastGroup

      public boolean isLastGroup()
    • getPreviousGroup

      public JFormatterTextFieldInternalGroup getPreviousGroup()
    • getNextGroup

      public JFormatterTextFieldInternalGroup getNextGroup()
    • setPreviousGroup

      public void setPreviousGroup​(JFormatterTextFieldInternalGroup previousGroup)
    • setNextGroup

      public void setNextGroup​(JFormatterTextFieldInternalGroup nextGroup)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object