Uses of Class
org.apache.pivot.wtk.TextPane

Packages that use TextPane
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 TextPane in org.apache.pivot.wtk
 

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.
 

Uses of TextPane in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type TextPane
 void TextPaneSkin.documentChanged(TextPane textPane, Document previousDocument)
           
 void TextPaneSkin.editableChanged(TextPane textPane)
           
 void TextPaneSkin.selectionChanged(TextPane textPane, int previousSelectionStart, int previousSelectionLength)