edu.cmu.archevol.provider
Class PathsItemPropertyDescriptor

java.lang.Object
  extended by org.eclipse.emf.edit.provider.ItemPropertyDescriptor
      extended by edu.cmu.archevol.provider.PathsItemPropertyDescriptor
All Implemented Interfaces:
org.eclipse.emf.edit.provider.IItemPropertyDescriptor, org.eclipse.emf.edit.provider.IItemPropertyDescriptor.OverrideableCommandOwner

public class PathsItemPropertyDescriptor
extends org.eclipse.emf.edit.provider.ItemPropertyDescriptor

Paths Item Property Descriptor class

Author:
swesarat

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
Nested classes/interfaces inherited from interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
org.eclipse.emf.edit.provider.IItemPropertyDescriptor.OverrideableCommandOwner
 
Field Summary
 
Fields inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
BOOLEAN_VALUE_IMAGE, GENERIC_VALUE_IMAGE, INTEGRAL_VALUE_IMAGE, REAL_VALUE_IMAGE, TEXT_VALUE_IMAGE
 
Constructor Summary
PathsItemPropertyDescriptor(org.eclipse.emf.common.notify.AdapterFactory adapterFactory, org.eclipse.emf.common.util.ResourceLocator resourceLocator, String displayName, String description, org.eclipse.emf.ecore.EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags, String nameString)
           
 
Method Summary
 
Methods inherited from class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
canSetProperty, collectReachableObjectsOfType, getCategory, getChoiceOfValues, getCommandOwner, getDefaultValue, getDescription, getDisplayName, getEditingDomain, getFeature, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getPropertyValue, getReachableObjectsOfType, isCompatibleWith, isMany, isMultiLine, isPropertySet, isSortChoices, resetPropertyValue, setCommandOwner, setPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathsItemPropertyDescriptor

public PathsItemPropertyDescriptor(org.eclipse.emf.common.notify.AdapterFactory adapterFactory,
                                   org.eclipse.emf.common.util.ResourceLocator resourceLocator,
                                   String displayName,
                                   String description,
                                   org.eclipse.emf.ecore.EStructuralFeature feature,
                                   boolean isSettable,
                                   boolean multiLine,
                                   boolean sortChoices,
                                   Object staticImage,
                                   String category,
                                   String[] filterFlags,
                                   String nameString)