|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.AbstractPropertyModel
org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.beans.BeanPropertyModel
BeanPropertyModel
| Constructor Summary | |
|---|---|
BeanPropertyModel(java.lang.Object oBean)
Constructor. |
|
BeanPropertyModel(java.lang.Object oBean,
ObjectConverterRegistry reg)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listPd)
Add a list value. |
IPropertyModel |
createChildModel(java.lang.Object o)
Create a child model for the object. |
java.lang.Object |
createNewListValue(IListPropertyDescriptor listPd)
Create a new list value. |
void |
dispose()
Dispose the object. |
java.lang.Object[] |
getListValues(IListPropertyDescriptor listPd)
Get the list values. |
java.lang.Object |
getValue(IPropertyDescriptor pd)
Return the value for the descriptor. |
void |
removeListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listPd)
Remove a list value. |
void |
setValue(IPropertyDescriptor pd,
java.lang.Object oValue)
Set the value for the descriptor. |
| Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.AbstractPropertyModel |
|---|
add, addPropertyChangeListener, addPropertyChangeListener, findConverter, findDescriptor, firePropertyChange, getConverterRegistry, propertyDescriptors, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BeanPropertyModel(java.lang.Object oBean)
throws java.lang.Exception
oBean -
java.lang.Exception
public BeanPropertyModel(java.lang.Object oBean,
ObjectConverterRegistry reg)
throws java.lang.Exception
oBean - reg -
java.lang.Exception| Method Detail |
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 IPropertyModel createChildModel(java.lang.Object o)
throws java.lang.Exception
createChildModel in interface IPropertyModelcreateChildModel in class AbstractPropertyModeljava.lang.Exceptionpublic java.lang.Object[] getListValues(IListPropertyDescriptor listPd)
getListValues in interface IPropertyModelgetListValues in class AbstractPropertyModelpublic java.lang.Object createNewListValue(IListPropertyDescriptor listPd)
createNewListValue in interface IPropertyModelcreateNewListValue in class AbstractPropertyModel
public void addListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listPd)
addListValue in interface IPropertyModeladdListValue in class AbstractPropertyModel
public void removeListValue(java.lang.Object oNewValue,
IListPropertyDescriptor listPd)
removeListValue in interface IPropertyModelremoveListValue in class AbstractPropertyModelpublic void dispose()
IPropertyModel
dispose in interface IPropertyModeldispose in class AbstractPropertyModel
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||