|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.text.DocumentFilter
public class DocumentFilter
| Nested Class Summary | |
|---|---|
static class |
DocumentFilter.FilterBypass
|
| Constructor Summary | |
|---|---|
DocumentFilter()
|
|
| 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 attr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentFilter()
| Method Detail |
|---|
public void insertString(DocumentFilter.FilterBypass fb,
int offset,
String string,
AttributeSet attr)
throws BadLocationException
BadLocationException
public void remove(DocumentFilter.FilterBypass fb,
int offset,
int length)
throws BadLocationException
BadLocationException
public void replace(DocumentFilter.FilterBypass fb,
int offset,
int length,
String text,
AttributeSet attr)
throws BadLocationException
BadLocationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||