public class PropertyMapGroup extends PropertyGroup
| Constructor and Description |
|---|
PropertyMapGroup(PropertyMapGroup superGroup,
java.lang.String name,
java.lang.String description)
Creates a group with a super group.
|
PropertyMapGroup(java.lang.String name,
java.lang.String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMap |
getDefaultMap()
Returns the property map containing the default values for properties in this group.
|
addProperty, getDescription, getName, getProperties, getProperty, getProperty, getPropertyCount, getSuperGroup, hasProperty, toStringpublic PropertyMapGroup(java.lang.String name,
java.lang.String description)
name - the name of this groupdescription - the description for this grouppublic PropertyMapGroup(PropertyMapGroup superGroup, java.lang.String name, java.lang.String description)
superGroup - the super group from which to inherit propertiesname - the name of this groupdescription - the description for this grouppublic PropertyMap getDefaultMap()