Uses of Class
org.eclipse.gmf.codegen.gmfgen.ProviderPriority

Packages that use ProviderPriority
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

Uses of ProviderPriority in org.eclipse.gmf.codegen.gmfgen
 

Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type ProviderPriority
static List<ProviderPriority> ProviderPriority.VALUES
          A public read-only list of all the 'Provider Priority' enumerators.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return ProviderPriority
static ProviderPriority ProviderPriority.get(int value)
          Returns the 'Provider Priority' literal with the specified integer value.
static ProviderPriority ProviderPriority.get(String literal)
          Returns the 'Provider Priority' literal with the specified literal value.
static ProviderPriority ProviderPriority.getByName(String name)
          Returns the 'Provider Priority' literal with the specified name.
 ProviderPriority ProviderClassNames.getEditPartProviderPriority()
          Returns the value of the 'Edit Part Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getIconProviderPriority()
          Returns the value of the 'Icon Provider Priority' attribute.
 ProviderPriority BatchValidation.getMarkerNavigationProviderPriority()
          Returns the value of the 'Marker Navigation Provider Priority' attribute.
 ProviderPriority BatchValidation.getMetricProviderPriority()
          Returns the value of the 'Metric Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getModelingAssistantProviderPriority()
          Returns the value of the 'Modeling Assistant Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getNotationViewProviderPriority()
          Returns the value of the 'Notation View Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getParserProviderPriority()
          Returns the value of the 'Parser Provider Priority' attribute.
 ProviderPriority GenParsers.getProviderPriority()
          Returns the value of the 'Provider Priority' attribute.
 ProviderPriority Shortcuts.getShortcutsDecoratorProviderPriority()
          Returns the value of the 'Shortcuts Decorator Provider Priority' attribute.
 ProviderPriority BatchValidation.getValidationDecoratorProviderPriority()
          Returns the value of the 'Validation Decorator Provider Priority' attribute.
 ProviderPriority BatchValidation.getValidationProviderPriority()
          Returns the value of the 'Validation Provider Priority' attribute.
static ProviderPriority ProviderPriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProviderPriority[] ProviderPriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ProviderPriority
 void ProviderClassNames.setEditPartProviderPriority(ProviderPriority value)
          Sets the value of the 'Edit Part Provider Priority' attribute.
 void ProviderClassNames.setIconProviderPriority(ProviderPriority value)
          Sets the value of the 'Icon Provider Priority' attribute.
 void BatchValidation.setMarkerNavigationProviderPriority(ProviderPriority value)
          Sets the value of the 'Marker Navigation Provider Priority' attribute.
 void BatchValidation.setMetricProviderPriority(ProviderPriority value)
          Sets the value of the 'Metric Provider Priority' attribute.
 void ProviderClassNames.setModelingAssistantProviderPriority(ProviderPriority value)
          Sets the value of the 'Modeling Assistant Provider Priority' attribute.
 void ProviderClassNames.setNotationViewProviderPriority(ProviderPriority value)
          Sets the value of the 'Notation View Provider Priority' attribute.
 void ProviderClassNames.setParserProviderPriority(ProviderPriority value)
          Sets the value of the 'Parser Provider Priority' attribute.
 void GenParsers.setProviderPriority(ProviderPriority value)
          Sets the value of the 'Provider Priority' attribute.
 void Shortcuts.setShortcutsDecoratorProviderPriority(ProviderPriority value)
          Sets the value of the 'Shortcuts Decorator Provider Priority' attribute.
 void BatchValidation.setValidationDecoratorProviderPriority(ProviderPriority value)
          Sets the value of the 'Validation Decorator Provider Priority' attribute.
 void BatchValidation.setValidationProviderPriority(ProviderPriority value)
          Sets the value of the 'Validation Provider Priority' attribute.
 

Uses of ProviderPriority in org.eclipse.gmf.codegen.gmfgen.impl
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as ProviderPriority
protected static ProviderPriority GenDiagramImpl.EDIT_PART_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Edit Part Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.editPartProviderPriority
          The cached value of the 'Edit Part Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.ICON_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Icon Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.iconProviderPriority
          The cached value of the 'Icon Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.MARKER_NAVIGATION_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Marker Navigation Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.markerNavigationProviderPriority
          The cached value of the 'Marker Navigation Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.METRIC_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Metric Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.metricProviderPriority
          The cached value of the 'Metric Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.MODELING_ASSISTANT_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Modeling Assistant Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.modelingAssistantProviderPriority
          The cached value of the 'Modeling Assistant Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.NOTATION_VIEW_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Notation View Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.notationViewProviderPriority
          The cached value of the 'Notation View Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.PARSER_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Parser Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.parserProviderPriority
          The cached value of the 'Parser Provider Priority' attribute.
protected static ProviderPriority GenParsersImpl.PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Provider Priority' attribute.
protected  ProviderPriority GenParsersImpl.providerPriority
          The cached value of the 'Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.SHORTCUTS_DECORATOR_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Shortcuts Decorator Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.shortcutsDecoratorProviderPriority
          The cached value of the 'Shortcuts Decorator Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.VALIDATION_DECORATOR_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Validation Decorator Provider Priority' attribute.
protected static ProviderPriority GenDiagramImpl.VALIDATION_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Validation Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.validationDecoratorProviderPriority
          The cached value of the 'Validation Decorator Provider Priority' attribute.
protected  ProviderPriority GenDiagramImpl.validationProviderPriority
          The cached value of the 'Validation Provider Priority' attribute.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ProviderPriority
 ProviderPriority GMFGenFactoryImpl.createProviderPriorityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ProviderPriority GenDiagramImpl.getEditPartProviderPriority()
           
 ProviderPriority GenDiagramImpl.getIconProviderPriority()
           
 ProviderPriority GenDiagramImpl.getMarkerNavigationProviderPriority()
           
 ProviderPriority GenDiagramImpl.getMetricProviderPriority()
           
 ProviderPriority GenDiagramImpl.getModelingAssistantProviderPriority()
           
 ProviderPriority GenDiagramImpl.getNotationViewProviderPriority()
           
 ProviderPriority GenDiagramImpl.getParserProviderPriority()
           
 ProviderPriority GenParsersImpl.getProviderPriority()
           
 ProviderPriority GenParsersImpl.getProviderPriorityGen()
           
 ProviderPriority GenDiagramImpl.getShortcutsDecoratorProviderPriority()
           
 ProviderPriority GenDiagramImpl.getValidationDecoratorProviderPriority()
           
 ProviderPriority GenDiagramImpl.getValidationProviderPriority()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type ProviderPriority
 void GenDiagramImpl.setEditPartProviderPriority(ProviderPriority newEditPartProviderPriority)
           
 void GenDiagramImpl.setIconProviderPriority(ProviderPriority newIconProviderPriority)
           
 void GenDiagramImpl.setMarkerNavigationProviderPriority(ProviderPriority newMarkerNavigationProviderPriority)
           
 void GenDiagramImpl.setMetricProviderPriority(ProviderPriority newMetricProviderPriority)
           
 void GenDiagramImpl.setModelingAssistantProviderPriority(ProviderPriority newModelingAssistantProviderPriority)
           
 void GenDiagramImpl.setNotationViewProviderPriority(ProviderPriority newNotationViewProviderPriority)
           
 void GenDiagramImpl.setParserProviderPriority(ProviderPriority newParserProviderPriority)
           
 void GenParsersImpl.setProviderPriority(ProviderPriority newProviderPriority)
           
 void GenDiagramImpl.setShortcutsDecoratorProviderPriority(ProviderPriority newShortcutsDecoratorProviderPriority)
           
 void GenDiagramImpl.setValidationDecoratorProviderPriority(ProviderPriority newValidationDecoratorProviderPriority)
           
 void GenDiagramImpl.setValidationProviderPriority(ProviderPriority newValidationProviderPriority)
           
 



Copyright © 2012. All Rights Reserved.