public class IstiGapContent
extends javax.swing.text.GapContent
| Constructor and Description |
|---|
IstiGapContent() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getArray() |
protected int |
getGapEnd() |
protected int |
getGapStart() |
void |
insert(int where,
char[] chars)
Inserts characters into the content.
|
protected void |
replace(int position,
int rmSize,
java.lang.Object addItems,
int addSize) |
public void insert(int where,
char[] chars)
throws javax.swing.text.BadLocationException
where - the starting position >= 0, < length()chars - the characters to insertjavax.swing.text.BadLocationException - if the specified position is invalidprotected void replace(int position,
int rmSize,
java.lang.Object addItems,
int addSize)
protected final java.lang.Object getArray()
protected final int getGapStart()
protected final int getGapEnd()