org.eclipse.emf.facet.widgets.nattable
Interface IWorkbenchPartProvider


public interface IWorkbenchPartProvider

This interface has to be implemented by each EMF Facet NatTableWidget provider so that it can be identified as one. It could be used for instance in workbench selectionListener to customize commands/actions.


Method Summary
 IWorkbenchPart getPart()
           
 

Method Detail

getPart

IWorkbenchPart getPart()
Returns:
the IWorkbenchPart of this provider.