Uses of Class
org.apache.pivot.wtk.text.Document
-
Packages that use Document 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.org.apache.pivot.wtk.text Contains classes representing a text object model. -
-
Uses of Document in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Document Modifier and Type Method Description Document
TextPane. getDocument()
Methods in org.apache.pivot.wtk with parameters of type Document Modifier and Type Method Description 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
TextPane. setDocument(Document document)
Sets the document that backs the text pane. -
Uses of Document in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Document Modifier and Type Method Description void
TextPaneSkin. documentChanged(TextPane textPane, Document previousDocument)
-
Uses of Document in org.apache.pivot.wtk.text
Methods in org.apache.pivot.wtk.text that return Document Modifier and Type Method Description Document
Document. duplicate(boolean recursive)
Document
PlainTextSerializer. readObject(java.io.InputStream inputStream)
Document
PlainTextSerializer. readObject(java.io.Reader reader)
Methods in org.apache.pivot.wtk.text with parameters of type Document Modifier and Type Method Description java.lang.String
PlainTextSerializer. getMIMEType(Document document)
void
PlainTextSerializer. writeObject(Document document, java.io.OutputStream outputStream)
void
PlainTextSerializer. writeObject(Document document, java.io.Writer writer)
Constructors in org.apache.pivot.wtk.text with parameters of type Document Constructor Description Document(Document document, boolean recursive)
-