|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ListContainer | ListContainer is a container which maintains List(s) as element(s). |
ListDecorator | ListDecorator is a decorator which decides how to decorate a List and its ListItems. |
Class Summary | |
---|---|
AbstractListContainer | AbstractListContainer is an abstract implementation of the ListContainer interface, with a default implementation for every method defined in ListContainer , except getListContainerElement(). |
BulletDecorator | BulletDecorator is an implementation of the ListDecorator interface, decorates a given List as bullet list. |
ImageDecorator | ImageDecorator is an implementation of the ListDecorator interface, decorates a given List as image list. |
List | This class represents a list. |
ListItem | ListItem represents an item in a list. |
NumberDecorator | NumberDecorator is an implementation of the ListDecorator interface, decorates a given List as number list. |
OutLineDecorator | OutLineDecorator is an implementation of the ListDecorator interface, decorates a given List as a special number list with outline. |
Enum Summary | |
---|---|
ListDecorator.ListType | The supported list types till now. |
Provide convenient methods to handle list in ODF document.
Class List represents a list. It can contain list header, followed by any number of list item elements. ListItem represents an item in a list. ListItem represents list item, which can have text content or sub List.
ListContainer is a container which maintains List(s) as element(s). List(s) can be added, removed and iterated in this container. All of the components which need to hold a List, must implement this interface. TextDocument is a typical ListContainer.
ListDecorator is a decorator which decides how to decorate a List and its ListItems. BulletDecorator, NumberDecorator, ImageDecorator and OutLineDecorator are default implementations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |