public class JetPropertyGroup extends Object
| Constructor and Description |
|---|
JetPropertyGroup(String name)
Constructor.
|
JetPropertyGroup(String name,
Vector properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(JetProperty property)
Adds the specified JetProperty to the end
|
void |
addPropertyAt(JetProperty property,
int index)
Adds the specified JetProperty to the specified index.
|
String |
getName()
get the group name
|
Vector |
getProperties()
get the JetProperty List.
|
void |
removeProperty(JetProperty property)
Removes the specified JetProperty
|
public JetPropertyGroup(String name)
name - : the group namepublic void addProperty(JetProperty property)
property - : the JetProperty to be addedpublic void addPropertyAt(JetProperty property, int index)
property - : the JetProperty to be addedindex - : the index.public void removeProperty(JetProperty property)
property - : the JetProperty to be removedpublic Vector getProperties()
public String getName()
© insightsoftware. All rights reserved.