|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of ProviderPriority in org.eclipse.gmf.codegen.gmfgen.impl |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |