|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextArea | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
Uses of TextArea in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk with parameters of type TextArea | |
---|---|
void |
TextAreaCharacterListener.charactersInserted(TextArea textArea,
int index,
int count)
Called when characters have been inserted into a text area. |
void |
TextAreaCharacterListener.Adapter.charactersInserted(TextArea textArea,
int index,
int count)
|
void |
TextAreaCharacterListener.charactersRemoved(TextArea textArea,
int index,
int count)
Called when characters have been removed from a text area. |
void |
TextAreaCharacterListener.Adapter.charactersRemoved(TextArea textArea,
int index,
int count)
|
void |
TextAreaListener.documentChanged(TextArea textArea,
Document previousDocument)
Called when a text area's document has changed. |
void |
TextAreaListener.Adapter.documentChanged(TextArea textArea,
Document previousDocument)
|
void |
TextAreaListener.editableChanged(TextArea textArea)
Called when a text area's editable state has changed. |
void |
TextAreaListener.Adapter.editableChanged(TextArea textArea)
|
void |
TextAreaSelectionListener.selectionChanged(TextArea textArea,
int previousSelectionStart,
int previousSelectionLength)
Called when a text area's selection state has changed. |
void |
TextAreaListener.textKeyChanged(TextArea textArea,
String previousTextKey)
Called when a text area's text key has changed. |
void |
TextAreaListener.Adapter.textKeyChanged(TextArea textArea,
String previousTextKey)
|
Uses of TextArea in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin with parameters of type TextArea | |
---|---|
void |
TextAreaSkin.documentChanged(TextArea textArea,
Document previousDocument)
|
void |
TextAreaSkin.editableChanged(TextArea textArea)
|
void |
TextAreaSkin.selectionChanged(TextArea textArea,
int previousSelectionStart,
int previousSelectionLength)
|
void |
TextAreaSkin.textKeyChanged(TextArea textArea,
String previousTextKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |