|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.controls.JetPropertyGroup
public class JetPropertyGroup
Only For Designer's Inspector(Property Group)
Constructor Summary | |
---|---|
JetPropertyGroup(java.lang.String name)
Constructor. |
|
JetPropertyGroup(java.lang.String name,
java.util.Vector properties)
Constructor. |
Method Summary | |
---|---|
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. |
java.lang.String |
getName()
get the group name |
java.util.Vector |
getProperties()
get the JetProperty List. |
void |
removeProperty(JetProperty property)
Removes the specified JetProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JetPropertyGroup(java.lang.String name)
name
- : the group namepublic JetPropertyGroup(java.lang.String name, java.util.Vector properties)
name
- : the group nameproeprties
- : a JetProperty List.Method Detail |
---|
public 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 java.util.Vector getProperties()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |