|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.text.DocumentFilter
org.inb.swing.RegExDocumentFilter
public class RegExDocumentFilter
Document Filter based on Regular Expressions
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.text.DocumentFilter |
|---|
DocumentFilter.FilterBypass |
| Constructor Summary | |
|---|---|
RegExDocumentFilter(String regex)
|
|
| Method Summary | |
|---|---|
void |
insertString(DocumentFilter.FilterBypass fb,
int offset,
String string,
AttributeSet attr)
|
void |
remove(DocumentFilter.FilterBypass fb,
int offset,
int length)
|
void |
replace(DocumentFilter.FilterBypass fb,
int offset,
int length,
String text,
AttributeSet attrs)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegExDocumentFilter(String regex)
| Method Detail |
|---|
public void remove(DocumentFilter.FilterBypass fb,
int offset,
int length)
throws BadLocationException
remove in class DocumentFilterBadLocationException
public void insertString(DocumentFilter.FilterBypass fb,
int offset,
String string,
AttributeSet attr)
throws BadLocationException
insertString in class DocumentFilterBadLocationException
public void replace(DocumentFilter.FilterBypass fb,
int offset,
int length,
String text,
AttributeSet attrs)
throws BadLocationException
replace in class DocumentFilterBadLocationException
|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||