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

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.URIPropertyDescriptor
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

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


Constructor Summary
URIPropertyDescriptor(PropertyId propertyId)
           
 
Method Summary
static java.lang.String fromModel(org.eclipse.emf.common.util.URI uri)
           
static org.eclipse.emf.common.util.URI 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

URIPropertyDescriptor

public URIPropertyDescriptor(PropertyId propertyId)
Method Detail

fromModel

public static java.lang.String fromModel(org.eclipse.emf.common.util.URI uri)

toModel

public static org.eclipse.emf.common.util.URI toModel(java.lang.Object string)

toString

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