Uses of Class
org.apache.pivot.wtk.TextPane
- 
Packages that use TextPane Package Description 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.wtkMethods in org.apache.pivot.wtk with parameters of type TextPane Modifier and Type Method Description voidTextPaneCharacterListener.Adapter. charactersInserted(TextPane textPane, int index, int count)Deprecated.default voidTextPaneCharacterListener. charactersInserted(TextPane textPane, int index, int count)Called when characters have been inserted into a text pane.voidTextPaneCharacterListener.Listeners. charactersInserted(TextPane textPane, int index, int count)voidTextPaneCharacterListener.Adapter. charactersRemoved(TextPane textPane, int index, int count)Deprecated.default voidTextPaneCharacterListener. charactersRemoved(TextPane textPane, int index, int count)Called when characters have been removed from a text pane.voidTextPaneCharacterListener.Listeners. charactersRemoved(TextPane textPane, int index, int count)voidTextPaneListener.Adapter. documentChanged(TextPane textPane, Document previousDocument)Deprecated.default voidTextPaneListener. documentChanged(TextPane textPane, Document previousDocument)Called when a text pane's document has changed.voidTextPaneListener.Listeners. documentChanged(TextPane textPane, Document previousText)voidTextPaneListener.Adapter. editableChanged(TextPane textPane)Deprecated.default voidTextPaneListener. editableChanged(TextPane textPane)Called when a text pane's editable state has changed.voidTextPaneListener.Listeners. editableChanged(TextPane textPane)voidTextPaneSelectionListener.Listeners. selectionChanged(TextPane textPane, int previousSelectionStart, int previousSelectionLength)voidTextPaneSelectionListener. 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.skinMethods in org.apache.pivot.wtk.skin with parameters of type TextPane Modifier and Type Method Description voidTextPaneSkin. documentChanged(TextPane textPane, Document previousDocument)voidTextPaneSkin. editableChanged(TextPane textPane)voidTextPaneSkin. selectionChanged(TextPane textPane, int previousSelectionStart, int previousSelectionLength)
 
-