Generation Framework

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 declared as ProviderPriority
static ProviderPriority ProviderPriority.LOWEST_LITERAL
          The 'Lowest' literal object
static ProviderPriority ProviderPriority.LOW_LITERAL
          The 'Low' literal object
static ProviderPriority ProviderPriority.MEDIUM_LITERAL
          The 'Medium' literal object
static ProviderPriority ProviderPriority.HIGH_LITERAL
          The 'High' literal object
static ProviderPriority ProviderPriority.HIGHEST_LITERAL
          The 'Highest' literal object
 

Methods in org.eclipse.gmf.codegen.gmfgen that return ProviderPriority
static ProviderPriority ProviderPriority.get(java.lang.String literal)
          Returns the 'Provider Priority' literal with the specified literal value
static ProviderPriority ProviderPriority.getByName(java.lang.String name)
          Returns the 'Provider Priority' literal with the specified name
static ProviderPriority ProviderPriority.get(int value)
          Returns the 'Provider Priority' literal with the specified integer value
 ProviderPriority ProviderClassNames.getNotationViewProviderPriority()
          Returns the value of the 'Notation View Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getEditPartProviderPriority()
          Returns the value of the 'Edit Part Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getPaletteProviderPriority()
          Returns the value of the 'Palette Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getModelingAssistantProviderPriority()
          Returns the value of the 'Modeling Assistant Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getPropertyProviderPriority()
          Returns the value of the 'Property Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getIconProviderPriority()
          Returns the value of the 'Icon Provider Priority' attribute.
 ProviderPriority ProviderClassNames.getParserProviderPriority()
          Returns the value of the 'Parser Provider Priority' attribute.
 ProviderPriority BatchValidation.getValidationProviderPriority()
          Returns the value of the 'Validation 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 BatchValidation.getValidationDecoratorProviderPriority()
          Returns the value of the 'Validation Decorator Provider Priority' attribute.
 ProviderPriority Shortcuts.getShortcutsDecoratorProviderPriority()
          Returns the value of the 'Shortcuts Decorator Provider Priority' attribute.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ProviderPriority
 void ProviderClassNames.setNotationViewProviderPriority(ProviderPriority value)
          Sets the value of the 'Notation View Provider Priority' attribute
 void ProviderClassNames.setEditPartProviderPriority(ProviderPriority value)
          Sets the value of the 'Edit Part Provider Priority' attribute
 void ProviderClassNames.setPaletteProviderPriority(ProviderPriority value)
          Sets the value of the 'Palette Provider Priority' attribute
 void ProviderClassNames.setModelingAssistantProviderPriority(ProviderPriority value)
          Sets the value of the 'Modeling Assistant Provider Priority' attribute
 void ProviderClassNames.setPropertyProviderPriority(ProviderPriority value)
          Sets the value of the 'Property Provider Priority' attribute
 void ProviderClassNames.setIconProviderPriority(ProviderPriority value)
          Sets the value of the 'Icon Provider Priority' attribute
 void ProviderClassNames.setParserProviderPriority(ProviderPriority value)
          Sets the value of the 'Parser Provider Priority' attribute
 void BatchValidation.setValidationProviderPriority(ProviderPriority value)
          Sets the value of the 'Validation 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 BatchValidation.setValidationDecoratorProviderPriority(ProviderPriority value)
          Sets the value of the 'Validation Decorator Provider Priority' attribute
 void Shortcuts.setShortcutsDecoratorProviderPriority(ProviderPriority value)
          Sets the value of the 'Shortcuts Decorator 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.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.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.PALETTE_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Palette Provider Priority' attribute
protected  ProviderPriority GenDiagramImpl.paletteProviderPriority
          The cached value of the 'Palette 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.PROPERTY_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Property Provider Priority' attribute
protected  ProviderPriority GenDiagramImpl.propertyProviderPriority
          The cached value of the 'Property 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.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 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_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Validation Provider Priority' attribute
protected  ProviderPriority GenDiagramImpl.validationProviderPriority
          The cached value of the 'Validation 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.VALIDATION_DECORATOR_PROVIDER_PRIORITY_EDEFAULT
          The default value of the 'Validation Decorator Provider Priority' attribute
protected  ProviderPriority GenDiagramImpl.validationDecoratorProviderPriority
          The cached value of the 'Validation Decorator Provider Priority' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ProviderPriority
 ProviderPriority GenDiagramImpl.getShortcutsDecoratorProviderPriority()
           
 ProviderPriority GenDiagramImpl.getValidationProviderPriority()
           
 ProviderPriority GenDiagramImpl.getMetricProviderPriority()
           
 ProviderPriority GenDiagramImpl.getValidationDecoratorProviderPriority()
           
 ProviderPriority GenDiagramImpl.getNotationViewProviderPriority()
           
 ProviderPriority GenDiagramImpl.getEditPartProviderPriority()
           
 ProviderPriority GenDiagramImpl.getPaletteProviderPriority()
           
 ProviderPriority GenDiagramImpl.getModelingAssistantProviderPriority()
           
 ProviderPriority GenDiagramImpl.getPropertyProviderPriority()
           
 ProviderPriority GenDiagramImpl.getIconProviderPriority()
           
 ProviderPriority GenDiagramImpl.getParserProviderPriority()
           
 ProviderPriority GenDiagramImpl.getMarkerNavigationProviderPriority()
           
 ProviderPriority GMFGenFactoryImpl.createProviderPriorityFromString(EDataType eDataType, java.lang.String initialValue)
           
 

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


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.