|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editors.views.outline.propertyManager.ReadableProperty
com.aptana.ide.editors.views.outline.propertyManager.EditableProperty
public class EditableProperty
| Field Summary | |
|---|---|
protected org.eclipse.jface.viewers.ICellEditorValidator |
validator
validator |
| Fields inherited from class com.aptana.ide.editors.views.outline.propertyManager.ReadableProperty |
|---|
defaultValue, value |
| Constructor Summary | |
|---|---|
EditableProperty(java.lang.String ID,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
org.eclipse.ui.views.properties.PropertyDescriptor |
getCustomPropertyDescriptor()
This method can be overridden by suclasses. |
org.eclipse.jface.viewers.ICellEditorValidator |
getValidator()
getValidator |
void |
setUnderlyingValue(java.lang.Object newValue)
Sets the value of the EditableProperty and fires the PropertyChange event WARNING: this setValue is designed to work with the PropertiesView. |
void |
setValidator(org.eclipse.jface.viewers.ICellEditorValidator validator)
setValidator |
void |
setValue(java.lang.Object newValue)
setValue |
| Methods inherited from class com.aptana.ide.editors.views.outline.propertyManager.ReadableProperty |
|---|
addPropertyChangeListener, getDefaultValue, getID, getName, getPropertyDescriptor, getSubPropertyManager, getUnderlyingDefaultValue, getUnderlyingValue, getValue, hasDefaultValue, hasDynamicPropertyDescriptor, hasSubProperties, hasValue, notifyPropertyChangeListeners, removePropertyChangeListener, setCategory, setDefaultValue, setLabelProvider, setSubPropertyManager, setUnderlyingDefaultValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.jface.viewers.ICellEditorValidator validator
| Constructor Detail |
|---|
public EditableProperty(java.lang.String ID,
java.lang.String name)
ID - The ID of the EditableProperty, usually Class.PropertyNamename - The text to be shown to the user| Method Detail |
|---|
public void setUnderlyingValue(java.lang.Object newValue)
setUnderlyingValue in class ReadablePropertynewValue - The new PropertyValuepublic void setValue(java.lang.Object newValue)
ReadableProperty
setValue in class ReadablePropertyReadableProperty.setValue(java.lang.Object)public org.eclipse.jface.viewers.ICellEditorValidator getValidator()
public void setValidator(org.eclipse.jface.viewers.ICellEditorValidator validator)
validator - public org.eclipse.ui.views.properties.PropertyDescriptor getCustomPropertyDescriptor()
ReadableProperty
getCustomPropertyDescriptor in class ReadablePropertyReadableProperty.getCustomPropertyDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||