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 DocumentTextPane. getDocument()Methods in org.apache.pivot.wtk with parameters of type Document Modifier and Type Method Description 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)voidTextPane. 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 voidTextPaneSkin. 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 DocumentDocument. duplicate(boolean recursive)DocumentPlainTextSerializer. readObject(java.io.InputStream inputStream)DocumentPlainTextSerializer. readObject(java.io.Reader reader)Methods in org.apache.pivot.wtk.text with parameters of type Document Modifier and Type Method Description java.lang.StringPlainTextSerializer. getMIMEType(Document document)voidPlainTextSerializer. writeObject(Document document, java.io.OutputStream outputStream)voidPlainTextSerializer. 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)
-