|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.ui.views.properties.TextPropertyDescriptor
org.eclipse.gmt.umlx.editor.property.descriptors.RawStringPropertyDescriptor
org.eclipse.gmt.umlx.editor.property.descriptors.StringPropertyDescriptor<M>
org.eclipse.gmt.umlx.editor.property.descriptors.ReadOnlyPropertyDescriptor<M>
public class ReadOnlyPropertyDescriptor<M extends org.eclipse.emf.ecore.EObject>
Constructor Summary | |
---|---|
ReadOnlyPropertyDescriptor(PropertyId propertyId,
EModelPropertySource<M> propertySource,
org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
Method Summary | |
---|---|
java.lang.Object |
getProperty()
|
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. |
void |
resetProperty()
|
void |
setProperty(java.lang.Object object)
|
Methods inherited from class org.eclipse.gmt.umlx.editor.property.descriptors.StringPropertyDescriptor |
---|
getModel, getSource, isIdentity, isVolatile |
Methods inherited from class org.eclipse.gmt.umlx.editor.property.descriptors.RawStringPropertyDescriptor |
---|
fromModel, toModel, toString |
Methods inherited from class org.eclipse.ui.views.properties.TextPropertyDescriptor |
---|
createPropertyEditor |
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor |
---|
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.views.properties.IPropertyDescriptor |
---|
createPropertyEditor, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith |
Constructor Detail |
---|
public ReadOnlyPropertyDescriptor(PropertyId propertyId, EModelPropertySource<M> propertySource, org.eclipse.emf.ecore.EStructuralFeature eFeature)
Method Detail |
---|
public java.lang.Object getProperty()
public boolean isResettable()
IModelPropertyDescriptor
public boolean isSet()
IModelPropertyDescriptor
public boolean isSettable()
IModelPropertyDescriptor
isSettable
in interface IModelPropertyDescriptor
isSettable
in class StringPropertyDescriptor<M extends org.eclipse.emf.ecore.EObject>
public void resetProperty()
public void setProperty(java.lang.Object object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |