org.apache.pivot.wtk
Class TextArea.Paragraph
java.lang.Object
org.apache.pivot.wtk.TextArea.Paragraph
- Enclosing class:
- TextArea
public static final class TextArea.Paragraph
- extends Object
Class representing a paragraph of text.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextArea.Paragraph
public TextArea.Paragraph()
getCharacters
public CharSequence getCharacters()
getTextArea
public TextArea getTextArea()
append
public void append(char character)
clear
public void clear()
insertText
public void insertText(CharSequence text,
int index)
removeText
public void removeText(int index)
removeText
public void removeText(int index,
int count)
getOffset
public int getOffset()
getParagraphListeners
public ListenerList<TextArea.ParagraphListener> getParagraphListeners()