Modifier and Type | Class and Description |
---|---|
class |
ECPProjectSelectionModelClassCompositeImpl |
Modifier and Type | Method and Description |
---|---|
static SelectionComposite<org.eclipse.jface.viewers.TreeViewer> |
CompositeFactory.getSelectModelClassComposite(Collection<org.eclipse.emf.ecore.EPackage> unsupportedEPackages,
Collection<org.eclipse.emf.ecore.EPackage> filteredEPackages,
Collection<org.eclipse.emf.ecore.EClass> filteredEClasses)
Creates a
SelectionComposite to select an EClass . |
static SelectionComposite<org.eclipse.jface.viewers.TableViewer> |
CompositeFactory.getTableSelectionComposite(Object rootObject,
boolean multiSelection)
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.EObject |
SelectModelElementWizardFactory.openCreateNewModelElementDialog(SelectionComposite<org.eclipse.jface.viewers.TreeViewer> selectionComposite) |
static <T extends org.eclipse.emf.ecore.EObject,V extends org.eclipse.jface.viewers.StructuredViewer> |
SelectModelElementWizardFactory.openModelElementSelectionDialog(SelectionComposite<V> tableSelectionComposite)
Open a model element selection dialog using a specific table selection composite.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedEStructuralFeatureCompositeImpl
This class provides a list with
EStructuralFeature s that can be
selected with a checkbox. |
class |
SelectModelClassCompositeImpl
Helper class for creating a dialog which allows to select an
EClass . |
class |
SelectModelElementCompositeImpl
This class provides a composite which displays available EObejcts to the user.
|
Modifier and Type | Method and Description |
---|---|
static SelectionComposite<org.eclipse.jface.viewers.TreeViewer> |
ECPCompositeFactory.getSelectModelClassComposite(Collection<org.eclipse.emf.ecore.EPackage> unsupportedEPackages,
Collection<org.eclipse.emf.ecore.EPackage> filteredEPackages,
Collection<org.eclipse.emf.ecore.EClass> filteredEClasses) |
static SelectionComposite<org.eclipse.jface.viewers.TreeViewer> |
ECPCompositeFactory.getSelectModelClassComposite(ECPProject project) |
Modifier and Type | Method and Description |
---|---|
SelectionComposite<? extends org.eclipse.jface.viewers.StructuredViewer> |
SelectionCompositeStrategy.getSelectionViewer(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
Collection<? extends org.eclipse.emf.ecore.EObject> extent)
Query the viewer to present from which the user will select object(s) to reference.
|
Modifier and Type | Class and Description |
---|---|
class |
TableSelectionCompositeImpl
Implementation of a table selection composite that is described by a view model.
|
Copyright © 2019. All rights reserved.