|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.GroupList
com.jrefinery.report.UnmodifiableGroupList
An unmodifiable list of groups.
| Constructor Summary | |
UnmodifiableGroupList(GroupList list)
Creates a new Unmodifiable GroupList by copying the contents from the given list. |
|
| Method Summary | |
void |
add(Group o)
Adds an object to the list. |
boolean |
remove(java.lang.Object o)
Removes an object from the list. |
| Methods inherited from class com.jrefinery.report.GroupList |
addAll, clear, clone, get, getStyleSheetCollection, iterator, remove, setStyleSheetCollection, size, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnmodifiableGroupList(GroupList list)
list - the base list.| Method Detail |
public boolean remove(java.lang.Object o)
o - the object.
java.lang.UnsupportedOperationException - as this GroupList is not modifiable.public void add(Group o)
add in class GroupListo - the object (must be an instance of the Group class).
java.lang.UnsupportedOperationException - as this GroupList is not modifiable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||