|
EGF Engine Release 0.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Couple in org.eclipse.egf.common.helper |
---|
Methods in org.eclipse.egf.common.helper that return Couple | |
---|---|
static Couple<String,String> |
PatternHelper.deresolveId(String fullId_p)
Get parent library id and local pattern/library id from given full id. |
Uses of Couple in org.eclipse.egf.common.misc |
---|
Methods in org.eclipse.egf.common.misc that return Couple | |
---|---|
Couple<K,V> |
Couple.clone()
|
Uses of Couple in org.eclipse.egf.common.ui.helper |
---|
Methods in org.eclipse.egf.common.ui.helper that return Couple | |
---|---|
static Couple<Label,Text> |
FormHelper.createLabelAndText(FormToolkit toolkit_p,
Composite parent_p,
String labelMessage_p,
String initialText_p,
boolean editable_p)
Create a user text widget with preceding label. |
static Couple<Text,Button> |
FormHelper.createLabelTextAndButton(FormToolkit toolkit_p,
Composite parent_p,
String labelMessage_p,
String buttonLabel_p,
SelectionListener listener_p)
Create a user text widget with preceding label and following button. |
static Couple<Section,Composite> |
FormHelper.createSectionWithChildComposite(FormToolkit toolkit_p,
Composite parent_p,
int sectionStyle_p,
FormHelper.LayoutType layoutType_p,
int childNumColumns_p,
boolean equalWidth_p)
Create a section with a composite child using given child layout type. |
Uses of Couple in org.eclipse.egf.core.ui.wizard |
---|
Methods in org.eclipse.egf.core.ui.wizard that return Couple | |
---|---|
protected Couple<EStructuralFeature,Object> |
AbstractModelElementWizard.getModifiedFeature(ChangeDescription changes_p,
EObject modifiedObject_p)
Get the modified feature with its new value from specified change description and given object. |
Uses of Couple in org.eclipse.egf.pattern.ecore |
---|
Methods in org.eclipse.egf.pattern.ecore that return Couple | |
---|---|
protected Couple<String,String> |
AnnotationHandler.getActionAndParameter(Tree tree_p)
Get a couple composed of the top action (and its parameter) of given tree. |
Methods in org.eclipse.egf.pattern.ecore that return types with arguments of type Couple | |
---|---|
List<Couple<String,String>> |
AnnotationHandler.getOrderedActionsFor(EOperation operation_p)
Get ordered list of pattern code actions for given pattern operation. |
List<Couple<String,String>> |
AnnotationHandler.removeActionsFor(String parameterValue_p,
List<Couple<String,String>> actions_p)
Deprecated. |
Method parameters in org.eclipse.egf.pattern.ecore with type arguments of type Couple | |
---|---|
protected void |
AnnotationHandler.explore(Tree tree_p,
List<Couple<String,String>> actions_p)
Explore current tree level, and fill given pattern code actions list accordingly. |
void |
AnnotationHandler.recomputeAnnotationFromActions(EOperation operation_p,
List<Couple<String,String>> actions_p)
Recompute pattern code annotation for given method using given actions. |
List<Couple<String,String>> |
AnnotationHandler.removeActionsFor(String parameterValue_p,
List<Couple<String,String>> actions_p)
Deprecated. |
void |
AnnotationHandler.replaceParameter(String oldParameterValue_p,
String newParameterValue_p,
List<Couple<String,String>> actions_p)
Replace old parameter value with new one, everywhere it is used in given actions list. |
Uses of Couple in org.eclipse.egf.pattern.internal.production.jet |
---|
Methods in org.eclipse.egf.pattern.internal.production.jet that return Couple | |
---|---|
Couple<StringBuilder,StringBuilder> |
JetProductionContributor.createPatternMatchingTemplates(PatternHandler.PatternData patternData_p,
List<ParameterRelation> parameters_p)
|
Uses of Couple in org.eclipse.egf.pattern.production |
---|
Methods in org.eclipse.egf.pattern.production that return Couple | |
---|---|
protected static Couple<FactoryComponent,Context> |
PatternProducer.createFactoryComponentSkeleton(String fcName_p,
String referencedFcId_p)
Create a factory component with given name. |
Couple<StringBuilder,StringBuilder> |
IProductionContributor.createPatternMatchingTemplates(PatternHandler.PatternData patternData_p,
List<ParameterRelation> parameters_p)
Create pre/post pattern matching templates. |
protected static Couple<String,String> |
GeneratedContentHelper.getPatternTemplateClassDescription(PatternHandler.PatternData patternData_p)
Get generated pattern class description, if applicable. |
Uses of Couple in org.eclipse.egf.pattern.production.template |
---|
Methods in org.eclipse.egf.pattern.production.template that return Couple | |
---|---|
static Couple<String,String> |
TemplateHelper.getPatternTemplatesFolderRelativePaths(String patternShortId_p,
String pluginId_p)
Get templates folder relative paths. |
Uses of Couple in org.eclipse.egf.pattern.ui.editor.page |
---|
Methods in org.eclipse.egf.pattern.ui.editor.page that return Couple | |
---|---|
protected Couple<Viewer,IFormPart> |
PatternImplementationPage.InternalMethodsBlock.createInternalMethodsSection(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p)
Create internal methods section. |
protected Couple<Viewer,IFormPart> |
PatternSpecificationPage.SpecificationBlock.createParametersSection(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p)
Create parameters section. |
protected Couple<Viewer,IFormPart> |
PatternImplementationPage.GenerateMethodBlock.createPublicMethodSection(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p)
Create public method section. |
protected Couple<Viewer,IFormPart> |
PatternImplementationPage.InternalMethodsBlock.doCreateMasterFormContent(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p,
IManagedForm managedForm_p)
|
protected Couple<Viewer,IFormPart> |
PatternImplementationPage.GenerateMethodBlock.doCreateMasterFormContent(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p,
IManagedForm managedForm_p)
|
protected Couple<Viewer,IFormPart> |
PatternSpecificationPage.SpecificationBlock.doCreateMasterFormContent(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p,
IManagedForm managedForm_p)
|
protected abstract Couple<Viewer,IFormPart> |
AbstractPatternBlock.doCreateMasterFormContent(FormToolkit toolkit_p,
Composite parent_p,
PatternHandler.PatternData patternData_p,
IManagedForm managedForm_p)
Do create master form content. |
Uses of Couple in org.eclipse.egf.pattern.ui.internal.editor.page.implementation |
---|
Methods in org.eclipse.egf.pattern.ui.internal.editor.page.implementation that return Couple | |
---|---|
Couple<String,String> |
MethodActionHandler.getAction()
Get action. |
protected static Couple<String,String> |
MethodPatternCodeLabelProvider.getAction(Object object_p)
Get code action (code type, parameter) from given object. |
Constructors in org.eclipse.egf.pattern.ui.internal.editor.page.implementation with parameters of type Couple | |
---|---|
MethodActionHandler(PatternHandler.PatternData patternData_p,
Couple<String,String> action_p)
Constructor. |
Uses of Couple in org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard |
---|
Methods in org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard that return Couple | |
---|---|
protected Couple<Object,Object> |
PatternIdParameterSelectionPage.initializeContent()
Get view initial input content. |
Constructors in org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard with parameters of type Couple | |
---|---|
AbstractPatternCodeWizard(PatternHandler.PatternData patternData_p,
Couple<String,String> patternCodeAction_p)
Constructor. |
|
PatternCodeActionParameterWizard(PatternHandler.PatternData patternData_p,
Couple<String,String> patternCodeAction_p)
Constructor. |
|
PatternCodeActionWizard(PatternHandler.PatternData patternData_p,
Couple<String,String> newPatternCodeAction_p,
List<String> availableActions_p,
boolean allowNextAndBack_p)
Constructor. |
Uses of Couple in org.eclipse.egf.pde.emf.internal.reader.descriptor |
---|
Methods in org.eclipse.egf.pde.emf.internal.reader.descriptor that return Couple | |
---|---|
Couple<String,URI> |
EmfExtensionDescriptor.getGeneratedPackage()
|
Methods in org.eclipse.egf.pde.emf.internal.reader.descriptor with parameters of type Couple | |
---|---|
void |
EmfExtensionDescriptor.setGeneratedPackage(Couple<String,URI> generatedPackage_p)
|
Uses of Couple in org.eclipse.egf.pde.emf.reader.descriptor |
---|
Methods in org.eclipse.egf.pde.emf.reader.descriptor that return Couple | |
---|---|
Couple<String,URI> |
IEmfExtensionDescriptor.getGeneratedPackage()
Get generated package data as defined by emf generated package extension. |
|
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.