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, waitgetListContainerElementpublic List addList()
ListContaineraddList in interface ListContainerpublic List addList(ListDecorator decorator)
ListContaineraddList in interface ListContainerdecorator - the specified ListDecoratorpublic void clearList()
ListContainerclearList in interface ListContainerpublic Iterator<List> getListIterator()
ListContainergetListIterator in interface ListContainerIteratorpublic boolean removeList(List list)
ListContainerremoveList in interface ListContainerCopyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.