|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.gmf.codegen.gmfgen.util.GMFGenAdapterFactory
public class GMFGenAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
GMFGenPackage
Field Summary | |
---|---|
protected static GMFGenPackage |
modelPackage
The cached model package |
protected GMFGenSwitch<Adapter> |
modelSwitch
The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
GMFGenAdapterFactory()
Creates an instance of the adapter factory |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static GMFGenPackage modelPackage
protected GMFGenSwitch<Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public GMFGenAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- the object to adapt.
target
.public Adapter createGenEditorGeneratorAdapter()
Gen Editor Generator
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenEditorGenerator
public Adapter createGenDiagramAdapter()
Gen Diagram
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDiagram
public Adapter createGenEditorViewAdapter()
Gen Editor View
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenEditorView
public Adapter createGenPreferencePageAdapter()
Gen Preference Page
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenPreferencePage
public Adapter createGenCustomPreferencePageAdapter()
Gen Custom Preference Page
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenCustomPreferencePage
public Adapter createGenStandardPreferencePageAdapter()
Gen Standard Preference Page
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenStandardPreferencePage
public Adapter createGenDiagramPreferencesAdapter()
Gen Diagram Preferences
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDiagramPreferences
public Adapter createGenFontAdapter()
Gen Font
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenFont
public Adapter createGenStandardFontAdapter()
Gen Standard Font
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenStandardFont
public Adapter createGenCustomFontAdapter()
Gen Custom Font
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenCustomFont
public Adapter createGenColorAdapter()
Gen Color
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenColor
public Adapter createGenRGBColorAdapter()
Gen RGB Color
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenRGBColor
public Adapter createGenConstantColorAdapter()
Gen Constant Color
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenConstantColor
public Adapter createBatchValidationAdapter()
Batch Validation
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
BatchValidation
public Adapter createProviderClassNamesAdapter()
Provider Class Names
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProviderClassNames
public Adapter createShortcutsAdapter()
Shortcuts
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Shortcuts
public Adapter createPackageNamesAdapter()
Package Names
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PackageNames
public Adapter createLinkConstraintsAdapter()
Link Constraints
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LinkConstraints
public Adapter createEditorCandiesAdapter()
Editor Candies
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EditorCandies
public Adapter createEditPartCandiesAdapter()
Edit Part Candies
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EditPartCandies
public Adapter createMeasurementUnitAdapter()
Measurement Unit
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MeasurementUnit
public Adapter createGenDiagramUpdaterAdapter()
Gen Diagram Updater
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDiagramUpdater
public Adapter createGenPluginAdapter()
Gen Plugin
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenPlugin
public Adapter createElementTypeAdapter()
Element Type
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ElementType
public Adapter createMetamodelTypeAdapter()
Metamodel Type
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MetamodelType
public Adapter createSpecializationTypeAdapter()
Specialization Type
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SpecializationType
public Adapter createNotationTypeAdapter()
Notation Type
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
NotationType
public Adapter createGenCommonBaseAdapter()
Gen Common Base
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenCommonBase
public Adapter createBehaviourAdapter()
Behaviour
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Behaviour
public Adapter createCustomBehaviourAdapter()
Custom Behaviour
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CustomBehaviour
public Adapter createSharedBehaviourAdapter()
Shared Behaviour
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SharedBehaviour
public Adapter createOpenDiagramBehaviourAdapter()
Open Diagram Behaviour
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
OpenDiagramBehaviour
public Adapter createGenContainerBaseAdapter()
Gen Container Base
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenContainerBase
public Adapter createGenNodeAdapter()
Gen Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNode
public Adapter createGenTopLevelNodeAdapter()
Gen Top Level Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenTopLevelNode
public Adapter createGenChildNodeAdapter()
Gen Child Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenChildNode
public Adapter createGenChildSideAffixedNodeAdapter()
Gen Child Side Affixed Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenChildSideAffixedNode
public Adapter createGenChildLabelNodeAdapter()
Gen Child Label Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenChildLabelNode
public Adapter createGenCompartmentAdapter()
Gen Compartment
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenCompartment
public Adapter createGenChildContainerAdapter()
Gen Child Container
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenChildContainer
public Adapter createGenLinkAdapter()
Gen Link
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenLink
public Adapter createGenLabelAdapter()
Gen Label
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenLabel
public Adapter createGenNodeLabelAdapter()
Gen Node Label
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNodeLabel
public Adapter createGenExternalNodeLabelAdapter()
Gen External Node Label
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenExternalNodeLabel
public Adapter createGenLinkLabelAdapter()
Gen Link Label
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenLinkLabel
public Adapter createModelFacetAdapter()
Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ModelFacet
public Adapter createLinkModelFacetAdapter()
Link Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LinkModelFacet
public Adapter createLabelModelFacetAdapter()
Label Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LabelModelFacet
public Adapter createTypeModelFacetAdapter()
Type Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TypeModelFacet
public Adapter createFeatureLabelModelFacetAdapter()
Feature Label Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FeatureLabelModelFacet
public Adapter createDesignLabelModelFacetAdapter()
Design Label Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DesignLabelModelFacet
public Adapter createTypeLinkModelFacetAdapter()
Type Link Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TypeLinkModelFacet
public Adapter createFeatureLinkModelFacetAdapter()
Feature Link Model Facet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FeatureLinkModelFacet
public Adapter createViewmapAdapter()
Viewmap
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Viewmap
public Adapter createAttributesAdapter()
Attributes
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Attributes
public Adapter createColorAttributesAdapter()
Color Attributes
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ColorAttributes
public Adapter createStyleAttributesAdapter()
Style Attributes
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StyleAttributes
public Adapter createResizeConstraintsAdapter()
Resize Constraints
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ResizeConstraints
public Adapter createDefaultSizeAttributesAdapter()
Default Size Attributes
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DefaultSizeAttributes
public Adapter createLabelOffsetAttributesAdapter()
Label Offset Attributes
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
LabelOffsetAttributes
public Adapter createFigureViewmapAdapter()
Figure Viewmap
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FigureViewmap
public Adapter createSnippetViewmapAdapter()
Snippet Viewmap
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SnippetViewmap
public Adapter createInnerClassViewmapAdapter()
Inner Class Viewmap
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
InnerClassViewmap
public Adapter createParentAssignedViewmapAdapter()
Parent Assigned Viewmap
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ParentAssignedViewmap
public Adapter createPaletteAdapter()
Palette
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Palette
public Adapter createEntryBaseAdapter()
Entry Base
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EntryBase
public Adapter createAbstractToolEntryAdapter()
Abstract Tool Entry
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AbstractToolEntry
public Adapter createToolEntryAdapter()
Tool Entry
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ToolEntry
public Adapter createStandardEntryAdapter()
Standard Entry
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
StandardEntry
public Adapter createToolGroupItemAdapter()
Tool Group Item
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ToolGroupItem
public Adapter createSeparatorAdapter()
Separator
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Separator
public Adapter createToolGroupAdapter()
Tool Group
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ToolGroup
public Adapter createGenElementInitializerAdapter()
Gen Element Initializer
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenElementInitializer
public Adapter createGenFeatureSeqInitializerAdapter()
Gen Feature Seq Initializer
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenFeatureSeqInitializer
public Adapter createGenFeatureValueSpecAdapter()
Gen Feature Value Spec
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenFeatureValueSpec
public Adapter createGenReferenceNewElementSpecAdapter()
Gen Reference New Element Spec
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenReferenceNewElementSpec
public Adapter createGenFeatureInitializerAdapter()
Gen Feature Initializer
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenFeatureInitializer
public Adapter createGenLinkConstraintsAdapter()
Gen Link Constraints
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenLinkConstraints
public Adapter createGenAuditRootAdapter()
Gen Audit Root
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenAuditRoot
public Adapter createGenAuditContainerAdapter()
Gen Audit Container
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenAuditContainer
public Adapter createGenAuditRuleAdapter()
Gen Audit Rule
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenAuditRule
public Adapter createGenRuleTargetAdapter()
Gen Rule Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenRuleTarget
public Adapter createGenDomainElementTargetAdapter()
Gen Domain Element Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDomainElementTarget
public Adapter createGenDiagramElementTargetAdapter()
Gen Diagram Element Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDiagramElementTarget
public Adapter createGenDomainAttributeTargetAdapter()
Gen Domain Attribute Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDomainAttributeTarget
public Adapter createGenNotationElementTargetAdapter()
Gen Notation Element Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNotationElementTarget
public Adapter createGenMetricContainerAdapter()
Gen Metric Container
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenMetricContainer
public Adapter createGenMetricRuleAdapter()
Gen Metric Rule
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenMetricRule
public Adapter createGenAuditedMetricTargetAdapter()
Gen Audited Metric Target
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenAuditedMetricTarget
public Adapter createGenAuditableAdapter()
Gen Auditable
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenAuditable
public Adapter createGenMeasurableAdapter()
Gen Measurable
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenMeasurable
public Adapter createGenExpressionProviderContainerAdapter()
Gen Expression Provider Container
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenExpressionProviderContainer
public Adapter createGenExpressionProviderBaseAdapter()
Gen Expression Provider Base
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenExpressionProviderBase
public Adapter createGenJavaExpressionProviderAdapter()
Gen Java Expression Provider
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenJavaExpressionProvider
public Adapter createGenExpressionInterpreterAdapter()
Gen Expression Interpreter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenExpressionInterpreter
public Adapter createGenDomainModelNavigatorAdapter()
Gen Domain Model Navigator
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenDomainModelNavigator
public Adapter createGenNavigatorAdapter()
Gen Navigator
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNavigator
public Adapter createGenNavigatorChildReferenceAdapter()
Gen Navigator Child Reference
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNavigatorChildReference
public Adapter createGenNavigatorPathAdapter()
Gen Navigator Path
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNavigatorPath
public Adapter createGenNavigatorPathSegmentAdapter()
Gen Navigator Path Segment
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenNavigatorPathSegment
public Adapter createGenPropertySheetAdapter()
Gen Property Sheet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenPropertySheet
public Adapter createGenPropertyTabAdapter()
Gen Property Tab
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenPropertyTab
public Adapter createGenStandardPropertyTabAdapter()
Gen Standard Property Tab
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenStandardPropertyTab
public Adapter createGenCustomPropertyTabAdapter()
Gen Custom Property Tab
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenCustomPropertyTab
public Adapter createGenPropertyTabFilterAdapter()
Gen Property Tab Filter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenPropertyTabFilter
public Adapter createTypeTabFilterAdapter()
Type Tab Filter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TypeTabFilter
public Adapter createCustomTabFilterAdapter()
Custom Tab Filter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CustomTabFilter
public Adapter createGenContributionItemAdapter()
Gen Contribution Item
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenContributionItem
public Adapter createGenSharedContributionItemAdapter()
Gen Shared Contribution Item
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenSharedContributionItem
public Adapter createGenGroupMarkerAdapter()
Gen Group Marker
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenGroupMarker
public Adapter createGenSeparatorAdapter()
Gen Separator
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenSeparator
public Adapter createGenActionFactoryContributionItemAdapter()
Gen Action Factory Contribution Item
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenActionFactoryContributionItem
public Adapter createGenContributionManagerAdapter()
Gen Contribution Manager
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenContributionManager
public Adapter createGenMenuManagerAdapter()
Gen Menu Manager
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenMenuManager
public Adapter createGenToolBarManagerAdapter()
Gen Tool Bar Manager
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenToolBarManager
public Adapter createGenApplicationAdapter()
Gen Application
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenApplication
public Adapter createGenRuleBaseAdapter()
Gen Rule Base
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenRuleBase
public Adapter createValueExpressionAdapter()
Value Expression
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ValueExpression
public Adapter createGenConstraintAdapter()
Gen Constraint
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GenConstraint
public Adapter createEObjectAdapter()
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.