Package org.apache.pivot.wtk.text
Contains classes representing a text object model.
-
Interface Summary Interface Description BlockListener Block listener interface.BulletedListListener BulletedList listener interface.ComponentNodeListener Component node listener interface.ElementListener Element listener interface.ImageNodeListener Image node listener interface.NodeListener Node listener interface.NumberedListListener NumberedList listener interface.TextNodeListener Text node listener interface. -
Class Summary Class Description Block Abstract base class for block elements.BlockListener.Adapter Deprecated. Since 2.1 and Java 8 the interface itself has default implementations.BlockListener.Listeners Block listeners.BulletedList Element representing a bulleted list.BulletedListListener.Adapter Deprecated. Since 2.1 and Java 8 the interface itself has default implementations.BulletedListListener.Listeners Bulleted list listeners.ComponentNode Node representing a live Pivot component to be inserted into aTextPane
.ComponentNodeListener.Listeners The component node listeners.Document Node representing the root of an element hierarchy.Element Abstract base class for elements.ElementListener.Adapter Deprecated. Since 2.1 and Java 8 the interface itself has default implementations.ElementListener.Listeners Element listeners.ImageNode Node representing an image to be inserted into aTextPane
.ImageNodeListener.Listeners The image node listeners.List Abstract base class for list elements.List.Item Element representing a list item.Node Abstract base class for document nodes.NodeListener.Adapter Deprecated. Since 2.1 and Java 8 the interface itself has default implementations.NodeListener.Listeners The node listeners.NumberedList Element representing a numbered list.NumberedListListener.Adapter Deprecated. Since 2.1 and Java 8 the interface itself has default implementations.NumberedListListener.Listeners Numbered list listeners.Paragraph Element representing a paragraph.PlainTextSerializer Implementation of theSerializer
interface that reads and writes a plain text document.TextNode Node representing a sequence of characters.TextNodeListener.Listeners Text node listeners.TextSpan Element representing an inline range of styled characters. -
Enum Summary Enum Description BulletedList.Style List bullet styles.NumberedList.Style List numbering styles.