|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface is needed to populate property sheet items; it is the same as IPropertySource except that the object is passed as the first parameter for each method.
Method Summary | |
---|---|
java.lang.Object |
getEditableValue(java.lang.Object object)
This returns the value to be edited. |
IItemPropertyDescriptor |
getPropertyDescriptor(java.lang.Object object,
java.lang.Object propertyID)
This returns the property descriptor with the given ID. |
java.util.List |
getPropertyDescriptors(java.lang.Object object)
This does the same thing as IPropertySource.getPropertyDescriptors. |
Method Detail |
public java.util.List getPropertyDescriptors(java.lang.Object object)
public IItemPropertyDescriptor getPropertyDescriptor(java.lang.Object object, java.lang.Object propertyID)
public java.lang.Object getEditableValue(java.lang.Object object)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |