org.eclipse.emf.ecp.spi.common.ui
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.spi.common.ui.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 © 2015. All Rights Reserved.