Uses of Class
org.apache.pivot.wtk.TextArea.Paragraph
-
Packages that use TextArea.Paragraph 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 TextArea.Paragraph in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TextArea.Paragraph Modifier and Type Method Description TextArea.Paragraph
TextArea.ParagraphSequence. get(int index)
TextArea.Paragraph
TextArea.ParagraphSequence. update(int index, TextArea.Paragraph paragraph)
Methods in org.apache.pivot.wtk that return types with arguments of type TextArea.Paragraph Modifier and Type Method Description java.util.Iterator<TextArea.Paragraph>
TextArea.ParagraphSequence. iterator()
Sequence<TextArea.Paragraph>
TextArea.ParagraphSequence. remove(int index, int count)
Methods in org.apache.pivot.wtk with parameters of type TextArea.Paragraph Modifier and Type Method Description int
TextArea.ParagraphSequence. add(TextArea.Paragraph paragraph)
int
TextArea.ParagraphSequence. indexOf(TextArea.Paragraph paragraph)
void
TextArea.ParagraphSequence. insert(TextArea.Paragraph paragraph, int index)
int
TextArea.ParagraphSequence. remove(TextArea.Paragraph paragraph)
void
TextArea.ParagraphListener.Adapter. textInserted(TextArea.Paragraph paragraph, int index, int count)
void
TextArea.ParagraphListener.Listeners. textInserted(TextArea.Paragraph paragraph, int index, int count)
void
TextArea.ParagraphListener. textInserted(TextArea.Paragraph paragraph, int index, int count)
Called when text has been inserted into a paragraph.void
TextArea.ParagraphListener.Adapter. textRemoved(TextArea.Paragraph paragraph, int index, int count)
void
TextArea.ParagraphListener.Listeners. textRemoved(TextArea.Paragraph paragraph, int index, int count)
void
TextArea.ParagraphListener. textRemoved(TextArea.Paragraph paragraph, int index, int count)
Called when characters have been removed from a paragraph.TextArea.Paragraph
TextArea.ParagraphSequence. update(int index, TextArea.Paragraph paragraph)
Method parameters in org.apache.pivot.wtk with type arguments of type TextArea.Paragraph Modifier and Type Method Description void
TextAreaContentListener.Adapter. paragraphsRemoved(TextArea textArea, int index, Sequence<TextArea.Paragraph> removed)
Deprecated.void
TextAreaContentListener.Listeners. paragraphsRemoved(TextArea textArea, int index, Sequence<TextArea.Paragraph> removed)
default void
TextAreaContentListener. paragraphsRemoved(TextArea textArea, int index, Sequence<TextArea.Paragraph> removed)
Called when paragraphs have been removed from a text area's paragraph sequence. -
Uses of TextArea.Paragraph in org.apache.pivot.wtk.skin
Method parameters in org.apache.pivot.wtk.skin with type arguments of type TextArea.Paragraph Modifier and Type Method Description void
TextAreaSkin. paragraphsRemoved(TextArea textArea, int index, Sequence<TextArea.Paragraph> removed)
-