org.eclipse.emf.ecp.ui.common
Interface SelectionComposite<T extends org.eclipse.jface.viewers.StructuredViewer>

Type Parameters:
T - The type of StructuredViewer to be shown in the SelectionComposite.
All Superinterfaces:
CompositeProvider
All Known Implementing Classes:
CheckedEStructuralFeatureCompositeImpl, SelectModelClassCompositeImpl, SelectModelElementCompositeImpl

public interface SelectionComposite<T extends org.eclipse.jface.viewers.StructuredViewer>
extends CompositeProvider

Author:
Eugen Neufeld

Method Summary
 Object[] getSelection()
          Returns the selected objects.
 T getViewer()
          Returns the StructuredViewer.
 
Methods inherited from interface org.eclipse.emf.ecp.ui.common.CompositeProvider
createUI, dispose
 

Method Detail

getViewer

T getViewer()
Returns the StructuredViewer.

Returns:
the viewer

getSelection

Object[] getSelection()
Returns the selected objects.

Returns:
the selection


Copyright © 2014. All Rights Reserved.