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.wtk
Methods in org.apache.pivot.wtk with parameters of type TextPane Modifier and Type Method Description void
TextPaneCharacterListener.Adapter. charactersInserted(TextPane textPane, int index, int count)
Deprecated.default void
TextPaneCharacterListener. charactersInserted(TextPane textPane, int index, int count)
Called when characters have been inserted into a text pane.void
TextPaneCharacterListener.Listeners. charactersInserted(TextPane textPane, int index, int count)
void
TextPaneCharacterListener.Adapter. charactersRemoved(TextPane textPane, int index, int count)
Deprecated.default void
TextPaneCharacterListener. charactersRemoved(TextPane textPane, int index, int count)
Called when characters have been removed from a text pane.void
TextPaneCharacterListener.Listeners. charactersRemoved(TextPane textPane, int index, int count)
void
TextPaneListener.Adapter. documentChanged(TextPane textPane, Document previousDocument)
Deprecated.default void
TextPaneListener. documentChanged(TextPane textPane, Document previousDocument)
Called when a text pane's document has changed.void
TextPaneListener.Listeners. documentChanged(TextPane textPane, Document previousText)
void
TextPaneListener.Adapter. editableChanged(TextPane textPane)
Deprecated.default void
TextPaneListener. editableChanged(TextPane textPane)
Called when a text pane's editable state has changed.void
TextPaneListener.Listeners. editableChanged(TextPane textPane)
void
TextPaneSelectionListener.Listeners. selectionChanged(TextPane textPane, int previousSelectionStart, int previousSelectionLength)
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 Modifier and Type Method Description void
TextPaneSkin. documentChanged(TextPane textPane, Document previousDocument)
void
TextPaneSkin. editableChanged(TextPane textPane)
void
TextPaneSkin. selectionChanged(TextPane textPane, int previousSelectionStart, int previousSelectionLength)
-