public class TopologyApplet.BidiDocumentHandler
extends javax.swing.text.DocumentFilter
Constructor and Description |
---|
BidiDocumentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
insertString(javax.swing.text.DocumentFilter.FilterBypass fb,
int offset,
java.lang.String str,
javax.swing.text.AttributeSet attr) |
void |
remove(javax.swing.text.DocumentFilter.FilterBypass fb,
int offset,
int length) |
void |
replace(javax.swing.text.DocumentFilter.FilterBypass fb,
int offset,
int length,
java.lang.String str,
javax.swing.text.AttributeSet attr) |
public void insertString(javax.swing.text.DocumentFilter.FilterBypass fb, int offset, java.lang.String str, javax.swing.text.AttributeSet attr) throws javax.swing.text.BadLocationException
insertString
in class javax.swing.text.DocumentFilter
javax.swing.text.BadLocationException
public void remove(javax.swing.text.DocumentFilter.FilterBypass fb, int offset, int length) throws javax.swing.text.BadLocationException
remove
in class javax.swing.text.DocumentFilter
javax.swing.text.BadLocationException
public void replace(javax.swing.text.DocumentFilter.FilterBypass fb, int offset, int length, java.lang.String str, javax.swing.text.AttributeSet attr) throws javax.swing.text.BadLocationException
replace
in class javax.swing.text.DocumentFilter
javax.swing.text.BadLocationException