|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odftoolkit.simple.text.list.AbstractListContainer
public abstract class AbstractListContainer
AbstractListContainer is an abstract implementation of the ListContainer interface, with a default implementation for every method defined in ListContainer , except getListContainerElement(). A subclass must implement the abstract method getListContainerElement().
Constructor Summary | |
---|---|
AbstractListContainer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.odftoolkit.simple.text.list.ListContainer |
---|
getListContainerElement |
Constructor Detail |
---|
public AbstractListContainer()
Method Detail |
---|
public List addList()
ListContainer
addList
in interface ListContainer
public List addList(ListDecorator decorator)
ListContainer
addList
in interface ListContainer
decorator
- the specified ListDecorator
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |