org.eclipse.gmt.umlx.editor.property.descriptors
Class GLinkElementBendpointsPropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by org.eclipse.ui.views.properties.TextPropertyDescriptor
          extended by org.eclipse.gmt.umlx.editor.property.descriptors.RawStringPropertyDescriptor
              extended by org.eclipse.gmt.umlx.editor.property.descriptors.StringPropertyDescriptor<GLinkElement>
                  extended by org.eclipse.gmt.umlx.editor.property.descriptors.GLinkElementBendpointsPropertyDescriptor
All Implemented Interfaces:
IModelPropertyDescriptor, org.eclipse.ui.views.properties.IPropertyDescriptor

public class GLinkElementBendpointsPropertyDescriptor
extends StringPropertyDescriptor<GLinkElement>


Constructor Summary
GLinkElementBendpointsPropertyDescriptor(EModelPropertySource<? extends GLinkElement> propertySource, java.lang.String displayName)
           
 
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.
 void resetProperty()
           
 void setProperty(java.lang.Object object)
           
 
Methods inherited from class org.eclipse.gmt.umlx.editor.property.descriptors.StringPropertyDescriptor
getModel, getSource, isIdentity, isSettable, 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

GLinkElementBendpointsPropertyDescriptor

public GLinkElementBendpointsPropertyDescriptor(EModelPropertySource<? extends GLinkElement> propertySource,
                                                java.lang.String displayName)
Method Detail

getProperty

public java.lang.Object getProperty()

isResettable

public boolean isResettable()
Description copied from interface: IModelPropertyDescriptor
Return true if property may be reset to no-value.

Returns:
true if no-value allowed

isSet

public boolean isSet()
Description copied from interface: IModelPropertyDescriptor
Return true if property has a value.

Returns:
true if value exists

resetProperty

public void resetProperty()

setProperty

public void setProperty(java.lang.Object object)