|
EGF Engine Release 0.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FactoryComponent in org.eclipse.egf.core.ui |
---|
Methods in org.eclipse.egf.core.ui that return types with arguments of type FactoryComponent | |
---|---|
List<FactoryComponent> |
EgfUiActivator.getAllFactoryComponents()
Return all factory components located in both workspace and running Eclipse platform. |
List<FactoryComponent> |
EgfUiActivator.getTargetPlatformFactoryComponents()
Return all factory components located in the running Eclipse platform. |
List<FactoryComponent> |
EgfUiActivator.getWorkspaceFactoryComponents()
Return all factory components located in the workspace. |
Uses of FactoryComponent in org.eclipse.egf.core.ui.data.explorer |
---|
Methods in org.eclipse.egf.core.ui.data.explorer that return types with arguments of type FactoryComponent | |
---|---|
List<FactoryComponent> |
FactoryComponentWorkingSet.getFactoryComponents()
Get all existing factory components in the workspace. |
Collection<FactoryComponent> |
FactoryComponentInWorkspace.getFactoryComponents()
Get all existing factory components in the workspace. |
Methods in org.eclipse.egf.core.ui.data.explorer with parameters of type FactoryComponent | |
---|---|
boolean |
FactoryComponentInWorkspace.addFactoryComponent(FactoryComponent factoryComponent_p)
Add given factory component to this factory components container. |
void |
FactoryComponentInWorkspace.removeFactoryComponent(FactoryComponent factoryComponent_p)
Remove given factory component from this factory components container. |
Uses of FactoryComponent in org.eclipse.egf.core.ui.data.fc |
---|
Methods in org.eclipse.egf.core.ui.data.fc that return types with arguments of type FactoryComponent | |
---|---|
Collection<FactoryComponent> |
FactoryComponentInPlatform.getFactoryComponents()
Get all existing factory components in the running Eclipse instance. |
Uses of FactoryComponent in org.eclipse.egf.core.ui.internal.data |
---|
Methods in org.eclipse.egf.core.ui.internal.data that return FactoryComponent | |
---|---|
FactoryComponent |
UiReferencedFactoryComponent.getFactoryComponent()
Return the underlying factory component. |
Methods in org.eclipse.egf.core.ui.internal.data with parameters of type FactoryComponent | |
---|---|
UiReferencedFactoryComponent |
UiReferencedFactoryComponentContainer.getUiReferencedFactoryComponent(FactoryComponent factoryComponent_p)
Get the UiReferencedFactoryComponent for given factory component. |
Constructors in org.eclipse.egf.core.ui.internal.data with parameters of type FactoryComponent | |
---|---|
UiReferencedFactoryComponent(UiReferencedFactoryComponentContainer uiReferencedFactoryComponentContainer_p,
FactoryComponent fc_p)
Constructor. |
Uses of FactoryComponent in org.eclipse.egf.core.ui.internal.dialogs |
---|
Methods in org.eclipse.egf.core.ui.internal.dialogs that return types with arguments of type FactoryComponent | |
---|---|
protected List<FactoryComponent> |
FactoryComponentSelectionDialog.getInitialInput()
Return the initial factory components. |
Method parameters in org.eclipse.egf.core.ui.internal.dialogs with type arguments of type FactoryComponent | |
---|---|
void |
FactoryComponentSelectionDialog.setFilteredFactoryComponents(List<FactoryComponent> filteredFactoryComponents_p)
Set given factory component as filtered and non displayed in the dialog. |
Uses of FactoryComponent in org.eclipse.egf.model |
---|
Methods in org.eclipse.egf.model that return FactoryComponent | |
---|---|
FactoryComponent |
ModelFactory.createFactoryComponent()
Returns a new object of class 'Factory Component' |
Uses of FactoryComponent in org.eclipse.egf.model.data.helper |
---|
Methods in org.eclipse.egf.model.data.helper that return FactoryComponent | |
---|---|
static FactoryComponent |
ModelHelper.createEmptyMinimalFC(String factoryComponentName_p)
Create a new Factory Component empty skeleton. |
FactoryComponent |
IFactoryComponentLoadingHelper.getFactoryComponent(IFactoryComponentDescriptor factoryComponentDescriptor_p)
Get a factory component for given descriptor. |
FactoryComponent |
IFactoryComponentLoadingHelper.getFactoryComponent(String factoryComponentId_p)
Get a factory component for given id. |
static FactoryComponent |
ModelHelper.getFactoryComponentContainer(NamedModelElementWithId modelElement_p)
Get the factory component where given model element is a child of. |
static FactoryComponent |
ModelHelper.getFactoryComponentFrom(String factoryComponentName_p,
Collection<FactoryComponent> factoryComponents_p)
Get the factory component for specified factory component name in given fc collection. |
Methods in org.eclipse.egf.model.data.helper with parameters of type FactoryComponent | |
---|---|
static FactoryComponentInvocation |
ModelHelper.addFactoryComponentInvocation(FactoryComponent owningFC_p,
String referencedFCId_p)
Add a new factory component invocation to given FC. |
static void |
ModelHelper.addViewpointTypeId(String patternViewpointId_p,
ViewpointType viewpointType_p,
FactoryComponent factoryComponent_p)
Add a viewpoint id in the specification of given factory component. |
static Contract |
ModelHelper.getContract(FactoryComponent factoryComponent_p)
Get the contract for given factory component. |
static List<ContractElement> |
ModelHelper.getMandatoryContractElement(FactoryComponent factoryComponent_p)
Return a list of 'mandatory' contract element owned by specified factory component. |
static List<MappingModel> |
ModelHelper.getMappings(FactoryComponent factoryComponent_p)
Get all mappings contained in given factory component. |
static MappingViewpoint |
ModelHelper.getMappingViewpoint(FactoryComponent factoryComponent_p)
Get mapping viewpoint for given factory component. |
static PatternViewpoint |
ModelHelper.getPatternViewpoint(FactoryComponent factoryComponent_p)
Get the pattern viewpoint for given factory component. |
static ProductionPlan |
ModelHelper.getProductionPlan(FactoryComponent factoryComponent_p)
Get the production plan for given factory component. |
Method parameters in org.eclipse.egf.model.data.helper with type arguments of type FactoryComponent | |
---|---|
static FactoryComponent |
ModelHelper.getFactoryComponentFrom(String factoryComponentName_p,
Collection<FactoryComponent> factoryComponents_p)
Get the factory component for specified factory component name in given fc collection. |
Uses of FactoryComponent in org.eclipse.egf.model.impl |
---|
Classes in org.eclipse.egf.model.impl that implement FactoryComponent | |
---|---|
class |
FactoryComponentImpl
An implementation of the model object 'FactoryComponent'. |
Methods in org.eclipse.egf.model.impl that return FactoryComponent | |
---|---|
FactoryComponent |
ModelFactoryImpl.createFactoryComponent()
|
Uses of FactoryComponent in org.eclipse.egf.model.util |
---|
Methods in org.eclipse.egf.model.util with parameters of type FactoryComponent | |
---|---|
T |
ModelSwitch.caseFactoryComponent(FactoryComponent object)
Returns the result of interpreting the object as an instance of 'Factory Component' |
boolean |
ModelValidator.validateFactoryComponent(FactoryComponent factoryComponent,
DiagnosticChain diagnostics,
Map<Object,Object> context)
|
Uses of FactoryComponent in org.eclipse.egf.pattern.production |
---|
Methods in org.eclipse.egf.pattern.production that return types with arguments of type FactoryComponent | |
---|---|
protected static Couple<FactoryComponent,Context> |
PatternProducer.createFactoryComponentSkeleton(String fcName_p,
String referencedFcId_p)
Create a factory component with given name. |
Methods in org.eclipse.egf.pattern.production with parameters of type FactoryComponent | |
---|---|
protected static boolean |
PatternProducer.generateFactoryComponent(FactoryComponent fc_p)
Generate given factory component in current thread. |
Uses of FactoryComponent in org.eclipse.egf.pde |
---|
Methods in org.eclipse.egf.pde that return FactoryComponent | |
---|---|
FactoryComponent |
EgfPdeActivator.getFactoryComponent(IProject project_p)
Return the factory component for given project. |
FactoryComponent |
EgfPdeActivator.getFactoryComponentForPluginId(String pluginId_p)
Return the factory component contained by given plug-in id. |
protected FactoryComponent |
EgfPdeActivator.getFactoryComponentForProject(IProject project_p)
Get the related factory component from the factory component registry for given project. |
Methods in org.eclipse.egf.pde that return types with arguments of type FactoryComponent | |
---|---|
Collection<FactoryComponent> |
EgfPdeActivator.getFactoryComponentsInTargetPlatform()
Get all factory components in the target platform referenced by the current running Eclipse IDE instance. |
Collection<FactoryComponent> |
EgfPdeActivator.getFactoryComponentsInWorkspace()
Get the collection of existing factory components in current workspace. |
Methods in org.eclipse.egf.pde with parameters of type FactoryComponent | |
---|---|
protected IPluginModelBase |
EgfPdeActivator.getPluginModelForFactoryComponent(FactoryComponent factoryComponent_p)
Return the plug-in model for given factory component. |
|
EGF Engine Release 0.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.