Package org.apache.pivot.wtk.text

Contains classes representing a text object model.

See:
          Description

Interface Summary
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
Block Abstract base class for block elements.
BlockListener.Adapter  
BulletedList Element representing a bulleted list.
BulletedListListener.Adapter  
ComponentNode Node representing a live pivot component.
Document Node representing the root of an element hierarchy.
Element Abstract base class for elements.
ElementListener.Adapter  
ImageNode Node representing an image.
List Abstract base class for list elements.
List.Item Element representing a list item.
Node Abstract base class for document nodes.
NodeListener.Adapter  
NumberedList Element representing a numbered list.
NumberedListListener.Adapter  
Paragraph Element representing a paragraph.
PlainTextSerializer Implementation of the Serializer interface that reads and writes a plain text document.
Span Deprecated. class has been renamed to TextSpan
TextNode Node representing a sequence of characters.
TextSpan Element representing an inline range of styled characters.
 

Enum Summary
BulletedList.Style List bullet styles.
NumberedList.Style List numbering styles.
 

Package org.apache.pivot.wtk.text Description

Contains classes representing a text object model.