org.odftoolkit.simple.text.list
public abstract class AbstractListContainer extends Object implements ListContainer
Constructor and Description |
---|
AbstractListContainer() |
Modifier and Type | Method and Description |
---|---|
List |
addList()
Add a new List to this container.
|
List |
addList(ListDecorator decorator)
Add a List with specified ListDecorator to this container.
|
void |
clearList()
Remove all Lists from this container.
|
Iterator<List> |
getListIterator()
Return an Iterator of the Lists in this ListContainer.
|
boolean |
removeList(List list)
Remove the existing List from this container.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListContainerElement
public List addList()
ListContainer
addList
in interface ListContainer
public List addList(ListDecorator decorator)
ListContainer
addList
in interface ListContainer
decorator
- the specified ListDecoratorpublic void clearList()
ListContainer
clearList
in interface ListContainer
public Iterator<List> getListIterator()
ListContainer
getListIterator
in interface ListContainer
Iterator
public boolean removeList(List list)
ListContainer
removeList
in interface ListContainer
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.