|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelPropertyDescriptor
Method Summary | |
---|---|
java.lang.Object |
getModel()
|
java.lang.Object |
getProperty()
|
IModelPropertySource2<?> |
getSource()
|
boolean |
isIdentity()
|
boolean |
isResettable()
Return true if property may be reset to no-value. |
boolean |
isSet()
Return true if property has a value. |
boolean |
isSettable()
Return true if property may be set to some changed value. |
boolean |
isVolatile()
|
void |
resetProperty()
|
void |
setProperty(java.lang.Object object)
|
Methods inherited from interface org.eclipse.ui.views.properties.IPropertyDescriptor |
---|
createPropertyEditor, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith |
Method Detail |
---|
java.lang.Object getModel()
java.lang.Object getProperty()
IModelPropertySource2<?> getSource()
boolean isIdentity()
boolean isResettable()
boolean isSet()
boolean isSettable()
boolean isVolatile()
void resetProperty()
void setProperty(java.lang.Object object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |