Uses of Interface
org.eclipse.emf.ecp.ui.common.SelectionComposite

Packages that use SelectionComposite
org.eclipse.emf.ecp.internal.ui.composites   
org.eclipse.emf.ecp.ui.common   
 

Uses of SelectionComposite in org.eclipse.emf.ecp.internal.ui.composites
 

Classes in org.eclipse.emf.ecp.internal.ui.composites that implement SelectionComposite
 class CheckedEStructuralFeatureCompositeImpl
          This class provides a list with EStructuralFeatures 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.
 

Uses of SelectionComposite in org.eclipse.emf.ecp.ui.common
 

Methods in org.eclipse.emf.ecp.ui.common that return SelectionComposite
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)
           
static SelectionComposite<org.eclipse.jface.viewers.TreeViewer> CompositeFactory.getSelectModelClassComposite(ECPProject project)
           
static SelectionComposite<org.eclipse.jface.viewers.TableViewer> CompositeFactory.getTableSelectionComposite(Object rootObject)
           
 



Copyright © 2014. All Rights Reserved.