org.eclipse.emf.ecp.ui.common
Interface TableSelectionComposite

All Superinterfaces:
CompositeProvider

public interface TableSelectionComposite
extends CompositeProvider

Author:
Eugen Neufeld

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

Method Detail

getViewer

org.eclipse.jface.viewers.TableViewer getViewer()
Returns the TableViewer.

Returns:
the viewer

getSelection

Object[] getSelection()
Returns the selected objects.

Returns:
the selection


Copyright © 2014. All Rights Reserved.