|
|||||||||
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>
public abstract class StringPropertyDescriptor<M>
Constructor Summary | |
---|---|
StringPropertyDescriptor(PropertyId propertyId,
EModelPropertySource<? extends M> propertySource)
|
Method Summary | |
---|---|
M |
getModel()
|
IModelPropertySource2<? extends M> |
getSource()
|
boolean |
isIdentity()
|
boolean |
isSettable()
Return true if property may be set to some changed value. |
boolean |
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.gmt.umlx.editor.property.IModelPropertyDescriptor |
---|
getProperty, isResettable, isSet, resetProperty, setProperty |
Methods inherited from interface org.eclipse.ui.views.properties.IPropertyDescriptor |
---|
createPropertyEditor, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith |
Constructor Detail |
---|
public StringPropertyDescriptor(PropertyId propertyId, EModelPropertySource<? extends M> propertySource)
Method Detail |
---|
public M getModel()
getModel
in interface IModelPropertyDescriptor
public IModelPropertySource2<? extends M> getSource()
getSource
in interface IModelPropertyDescriptor
public boolean isIdentity()
isIdentity
in interface IModelPropertyDescriptor
public boolean isSettable()
IModelPropertyDescriptor
isSettable
in interface IModelPropertyDescriptor
public boolean isVolatile()
isVolatile
in interface IModelPropertyDescriptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |