Interface IWorkbenchPartTestable


public interface IWorkbenchPartTestable
This interface provides methods that allow introspection of workbench parts. Instances may be obtained by calling IAdaptable.getAdapter(Class) on org.eclipse.ui.IWorkbenchPartSite.

This interface is not intended to be implemented or extended by clients.

Since:
3.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Composite provided to the parts org.eclipse.ui.IWorkbenchPart.createPartControl(Composite) method.
  • Method Details

    • getControl

      Composite getControl()
      Get the Composite provided to the parts org.eclipse.ui.IWorkbenchPart.createPartControl(Composite) method.
      Returns:
      the composite