| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.beans.FeatureDescriptor
|
+--com.togethersoft.openapi.ide.inspector.IdeInspectorProperty
|
+--com.togethersoft.openapi.ide.inspector.util.property.ReadOnlyProperty
Represents read-only inspector property.
| Fields inherited from class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty |
MULTI_VALUE_TAG, PROP_VALUE, UNDEFINED_VALUE |
| Constructor Summary | |
ReadOnlyProperty(Object value, Class valueType)Constructs ReadOnlyProperty with specified value and value type. | |
| Method Summary | |
boolean | canSetValue(Object value)Checks whether it is possible to set new value to this property. |
Object | getValue()Returns value of this property. |
boolean | isReadable()Checks whether it is possible to read value of this property. |
boolean | isWritable()Checks whether it is possible to write value to this property. |
void | setValue(Object value)Stub method. |
| Methods inherited from class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty |
addPropertyChangeListener, firePropertyChange, getPropertyEditor, getValueType, removePropertyChangeListener, setPropertyEditor, update |
| Methods inherited from class java.beans.FeatureDescriptor |
getName, setName, getDisplayName, setDisplayName, isExpert, setExpert, isHidden, setHidden, isPreferred, setPreferred, getShortDescription, setShortDescription, setValue, getValue, attributeNames |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
| Constructor Detail |
public ReadOnlyProperty(Object value, Class valueType)
| Method Detail |
public boolean canSetValue(Object value)
public Object getValue()
public boolean isReadable()
public boolean isWritable()
public void setValue(Object value)
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||