|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.report.GroupList
org.jfree.report.states.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(Group o)
Removes an object from the list. |
| Methods inherited from class org.jfree.report.GroupList |
addAll, clear, clone, get, getGroupByName, getGroupCache, getStyleSheetCollection, iterator, registerStyleSheetCollection, size, toString, unregisterStyleSheetCollection, updateStyleSheetCollection |
| 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(Group o)
remove in class GroupListo - 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 | |||||||||