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

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
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor
Direct Known Subclasses:
OclPropertyDescriptor, StringPropertyDescriptor

public class RawStringPropertyDescriptor
extends org.eclipse.ui.views.properties.TextPropertyDescriptor


Constructor Summary
RawStringPropertyDescriptor(PropertyId propertyId)
           
 
Method Summary
static java.lang.String fromModel(java.lang.String string)
           
static java.lang.String toModel(java.lang.Object string)
           
 java.lang.String 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
 

Constructor Detail

RawStringPropertyDescriptor

public RawStringPropertyDescriptor(PropertyId propertyId)
Method Detail

fromModel

public static java.lang.String fromModel(java.lang.String string)

toModel

public static java.lang.String toModel(java.lang.Object string)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object