public class JFormatterTextFieldInternalGroup extends Object
JFormattedTextField using a MaskFormatter.
Created on 3/20/15.| Constructor and Description |
|---|
JFormatterTextFieldInternalGroup(int startIndex,
int endIndex,
int endGroupIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPosition(int position) |
int |
getEndGroupIndex() |
int |
getEndIndex() |
JFormatterTextFieldInternalGroup |
getNextGroup() |
JFormatterTextFieldInternalGroup |
getPreviousGroup() |
int |
getStartIndex() |
boolean |
isFirstGroup() |
boolean |
isLastGroup() |
void |
setNextGroup(JFormatterTextFieldInternalGroup nextGroup) |
void |
setPreviousGroup(JFormatterTextFieldInternalGroup previousGroup) |
String |
toString() |
public JFormatterTextFieldInternalGroup(int startIndex,
int endIndex,
int endGroupIndex)
public int getStartIndex()
public int getEndIndex()
public int getEndGroupIndex()
public boolean containsPosition(int position)
public boolean isFirstGroup()
public boolean isLastGroup()
public JFormatterTextFieldInternalGroup getPreviousGroup()
public JFormatterTextFieldInternalGroup getNextGroup()
public void setPreviousGroup(JFormatterTextFieldInternalGroup previousGroup)
public void setNextGroup(JFormatterTextFieldInternalGroup nextGroup)
Copyright © 2008–2020 Ultreia.io. All rights reserved.