Uses of Class
pivot.wtk.TextArea

Packages that use TextArea
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of TextArea in pivot.wtk
 

Methods in 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.charactersRemoved(TextArea textArea, int index, int count)
          Called when characters have been removed from a text area.
 void TextAreaListener.documentChanged(TextArea textArea, Document previousDocument)
          Called when a text area's document has changed.
 void TextAreaListener.editableChanged(TextArea textArea)
          Called when a text area's editable state has changed.
 void TextAreaSelectionListener.selectionChanged(TextArea textArea, int previousSelectionStart, int previousSelectionLength)
          Called when a text area's selection state has changed.
 void TextAreaListener.textKeyChanged(TextArea textArea, java.lang.String previousTextKey)
          Called when a text area's text key has changed.
 

Uses of TextArea in pivot.wtk.skin
 

Methods in 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, java.lang.String previousTextKey)