|
Project: com.ibm.rational.teamapi.scout | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rational.teamapi.scout.DefaultPropertySource
public abstract class DefaultPropertySource
An abstract class providing a null implementation for the methods of IPropertySource used for editing a property.
Constructor Summary | |
---|---|
DefaultPropertySource()
|
Method Summary | |
---|---|
java.lang.Object |
getEditableValue()
Returns null, indicating editing is not possible |
boolean |
isPropertySet(java.lang.Object id)
Returns false, indicating value is not edited |
void |
resetPropertyValue(java.lang.Object id)
Does nothing |
void |
setPropertyValue(java.lang.Object id,
java.lang.Object value)
Does nothing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource |
---|
getPropertyDescriptors, getPropertyValue |
Constructor Detail |
---|
public DefaultPropertySource()
Method Detail |
---|
public java.lang.Object getEditableValue()
getEditableValue
in interface org.eclipse.ui.views.properties.IPropertySource
public boolean isPropertySet(java.lang.Object id)
isPropertySet
in interface org.eclipse.ui.views.properties.IPropertySource
public void resetPropertyValue(java.lang.Object id)
resetPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
public void setPropertyValue(java.lang.Object id, java.lang.Object value)
setPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
|
Generated Tue 3-Mar-2009 02:02 AM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |