Modifier and Type | Method and Description |
---|---|
Set<Template> |
TemplateProvider.provideTemplates(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference)
Obtains templates wrapping objects that can be assigned to the given
reference of the given owner object. |
Modifier and Type | Method and Description |
---|---|
Template |
DataTemplateFactory.createTemplate()
Returns a new object of class 'Template'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Template> |
TemplateCollection.getTemplates()
Returns the value of the 'Templates' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateImpl
An implementation of the model object 'Template'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Template> |
TemplateCollectionImpl.templates
The cached value of the '
Templates ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Template |
DataTemplateFactoryImpl.createTemplate() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Template> |
TemplateCollectionImpl.getTemplates() |
Modifier and Type | Method and Description |
---|---|
T |
DataTemplateSwitch.caseTemplate(Template object)
Returns the result of interpreting the object as an instance of 'Template'.
|
Modifier and Type | Method and Description |
---|---|
protected Template |
BlankTemplateProvider.createTemplate(org.eclipse.emf.ecore.EClass type,
org.eclipse.emf.ecore.EObject instance)
Creates a blank template for the given type.
|
Modifier and Type | Method and Description |
---|---|
protected Set<Template> |
TemplateCreateNewModelElementStrategyProvider.collectAvailableTemplates(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EReference eReference)
Collect a list of available templates for the given
EReference . |
protected Set<Template> |
SelectSubclassAndTemplateWizard.getAvailableTemplates(org.eclipse.emf.ecore.EClass eClass)
Get all available templates for the given
EClass . |
Optional<Template> |
SelectSubclassAndTemplateWizard.getSelectedTemplate()
Returns the template selected by the user.
|
Set<Template> |
BlankTemplateProvider.provideTemplates(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference) |
Set<Template> |
XmiTemplateProvider.provideTemplates(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference) |
Set<Template> |
BlankTemplateProvider.provideTemplates(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
EClassSelectionStrategy eClassSelectionStrategy)
The actual method which creates the templates.
|
Constructor and Description |
---|
SelectSubclassAndTemplateWizard(String windowTitle,
Set<org.eclipse.emf.ecore.EClass> subClasses,
Set<Template> templates,
EMFFormsLocalizationService localizationService)
Creates a new instance.
|
Copyright © 2019. All rights reserved.