|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
IPropertyModel
| Method Summary | |
|---|---|
void |
addListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listPd)
Add a value to a list of values. |
void |
addPropertyChangeListener(IPropertyChangeListener pcl)
Add a property change listener. |
void |
addPropertyChangeListener(IPropertyDescriptor pd,
IPropertyChangeListener pcl)
Add a property change listener. |
IPropertyModel |
createChildModel(java.lang.Object o)
Create a child model. |
java.lang.Object |
createNewListValue(IListPropertyDescriptor listPd)
Create a new list of values for the list property descriptor. |
void |
dispose()
Dispose the object. |
IObjectConverter |
findConverter(java.lang.Class cFromType,
java.lang.Class cToType)
Find a converter by name. |
IPropertyDescriptor |
findDescriptor(java.lang.String sName)
Find a descriptor by name. |
java.lang.Object[] |
getListValues(IListPropertyDescriptor listPd)
Get the list of values for the list property descriptor. |
java.lang.Object |
getValue(IPropertyDescriptor pd)
Get the value for the property descriptor. |
IPropertyDescriptor[] |
propertyDescriptors()
Return the list of property descriptors. |
void |
removeListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listP)
Remove a value from the list of values. |
void |
removePropertyChangeListener(IPropertyChangeListener pcl)
Remove a property change listener. |
void |
removePropertyChangeListener(IPropertyDescriptor pd,
IPropertyChangeListener pcl)
Remove a property change listener. |
void |
setValue(IPropertyDescriptor pd,
java.lang.Object oValue)
Set the value for the property descriptor. |
| Method Detail |
public IPropertyDescriptor[] propertyDescriptors()
public IPropertyDescriptor findDescriptor(java.lang.String sName)
sName -
public IObjectConverter findConverter(java.lang.Class cFromType,
java.lang.Class cToType)
cFromType - cToType -
public java.lang.Object getValue(IPropertyDescriptor pd)
throws java.lang.Exception
pd -
java.lang.Exception
public void setValue(IPropertyDescriptor pd,
java.lang.Object oValue)
throws java.lang.Exception
pd - oValue -
java.lang.Exception
public java.lang.Object[] getListValues(IListPropertyDescriptor listPd)
throws java.lang.Exception
listPd -
java.lang.Exceptionpublic java.lang.Object createNewListValue(IListPropertyDescriptor listPd)
listPd -
public void addListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listPd)
throws java.lang.Exception
oNewValue - listPd -
java.lang.Exception
public void removeListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listP)
throws java.lang.Exception
oNewValue - listP -
java.lang.Exceptionpublic void addPropertyChangeListener(IPropertyChangeListener pcl)
pcl - public void removePropertyChangeListener(IPropertyChangeListener pcl)
pcl -
public void addPropertyChangeListener(IPropertyDescriptor pd,
IPropertyChangeListener pcl)
pd - pcl -
public void removePropertyChangeListener(IPropertyDescriptor pd,
IPropertyChangeListener pcl)
pd - pcl -
public IPropertyModel createChildModel(java.lang.Object o)
throws java.lang.Exception
o -
java.lang.Exceptionpublic void dispose()
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||