public class PropertyGroupProperty extends ValueHandlerProperty
Constructor and Description |
---|
PropertyGroupProperty(PropertyGroup group,
java.lang.String name,
java.lang.Class type,
java.lang.String description,
PropertyValueHandler valueHandler,
PropertyGroup propertyGroup)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PropertyGroup |
getPropertyGroup()
Returns the property group.
|
getValue, removeValue, setValue, valueIsRemovable, valueIsSet
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
public PropertyGroupProperty(PropertyGroup group, java.lang.String name, java.lang.Class type, java.lang.String description, PropertyValueHandler valueHandler, PropertyGroup propertyGroup)
group
- the property groupname
- the property nametype
- the property typedescription
- the property descriptionvalueHandler
- handles values for this propertypropertyGroup
- the property group. Values for properties in this group can be stored in the value containers
that are this properties values.public PropertyGroup getPropertyGroup()