|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextPaneCharacterListener
Text pane character listener interface.
| Nested Class Summary | |
|---|---|
static class |
TextPaneCharacterListener.Adapter
Text pane character listener adapter. |
| Method Summary | |
|---|---|
void |
charactersInserted(TextPane textPane,
int index,
int count)
Called when characters have been inserted into a text pane. |
void |
charactersRemoved(TextPane textPane,
int index,
int count)
Called when characters have been removed from a text pane. |
| Method Detail |
|---|
void charactersInserted(TextPane textPane,
int index,
int count)
textPane - index - count -
void charactersRemoved(TextPane textPane,
int index,
int count)
textPane - index - count -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||