|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
planetj.property.PropertyGroupList
A List containing PropertyGroup objects
Constructor Summary | |
PropertyGroupList()
PropertyGroupList constructor comment. |
|
PropertyGroupList(java.util.Collection c)
PropertyGroupList constructor comment. |
|
PropertyGroupList(int initialCapacity)
PropertyGroupList constructor comment. |
Method Summary | |
boolean |
add(java.lang.Object o)
Adds a PropertyGroup to this List |
boolean |
add(PropertyGroup pPG)
Adds a PropertyGroup to this List |
void |
clonePropertyGroups(java.lang.String name)
Any property groups containing in this PropertyGroupList with the specified name are replaced with their clone. |
PropertyGroup |
getPropertyGroup(int i)
Gets the PropertyGroup object at the specified index |
PropertyGroup |
getPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
java.util.List |
getPropertyGroups(java.lang.String pName)
Gets a List containing only PropertyGroups with the specified name. |
java.lang.String |
toString()
|
Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
Constructor Detail |
public PropertyGroupList()
public PropertyGroupList(int initialCapacity)
initialCapacity
- intpublic PropertyGroupList(java.util.Collection c)
c
- java.util.CollectionMethod Detail |
public boolean add(java.lang.Object o)
public boolean add(PropertyGroup pPG)
public void clonePropertyGroups(java.lang.String name)
public PropertyGroup getPropertyGroup(int i)
public PropertyGroup getPropertyGroup(java.lang.String groupName)
public java.util.List getPropertyGroups(java.lang.String pName)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |