@Deprecated public class IntegerArrayFilter extends DocumentFilter
IntegerArrayFilter provide a document filter that accepts only int arraysDocumentFilter.FilterBypass| Constructor and Description |
|---|
IntegerArrayFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
insertString(DocumentFilter.FilterBypass fb,
int offset,
String string,
AttributeSet attr)
Deprecated.
|
void |
onValidationError(String text)
Deprecated.
Callback method when an validation error occurs.
|
void |
remove(DocumentFilter.FilterBypass fb,
int offset,
int length)
Deprecated.
|
void |
replace(DocumentFilter.FilterBypass fb,
int offset,
int length,
String text,
AttributeSet attrs)
Deprecated.
|
protected boolean |
validate(String text)
Deprecated.
Validate the given string that it is a int array
|
public void insertString(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr) throws BadLocationException
insertString in class DocumentFilterBadLocationExceptionpublic void onValidationError(String text)
text - the text to validatepublic void remove(DocumentFilter.FilterBypass fb, int offset, int length) throws BadLocationException
remove in class DocumentFilterBadLocationExceptionpublic void replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs) throws BadLocationException
replace in class DocumentFilterBadLocationExceptionprotected boolean validate(String text)
text - the textCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.