Methods in org.apache.pivot.wtk with parameters of type TextPane |
void |
TextPaneCharacterListener.charactersInserted(TextPane textPane,
int index,
int count)
Called when characters have been inserted into a text pane. |
void |
TextPaneCharacterListener.Adapter.charactersInserted(TextPane textPane,
int index,
int count)
|
void |
TextPaneCharacterListener.charactersRemoved(TextPane textPane,
int index,
int count)
Called when characters have been removed from a text pane. |
void |
TextPaneCharacterListener.Adapter.charactersRemoved(TextPane textPane,
int index,
int count)
|
void |
TextPaneListener.documentChanged(TextPane textPane,
Document previousDocument)
Called when a text pane's document has changed. |
void |
TextPaneListener.Adapter.documentChanged(TextPane textPane,
Document previousDocument)
|
void |
TextPaneListener.editableChanged(TextPane textPane)
Called when a text pane's editable state has changed. |
void |
TextPaneListener.Adapter.editableChanged(TextPane textPane)
|
void |
TextPaneSelectionListener.selectionChanged(TextPane textPane,
int previousSelectionStart,
int previousSelectionLength)
Called when a text pane's selection state has changed. |