Package org.eclipse.ui.testing
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 TypeMethodDescriptionGet theComposite
provided to the parts org.eclipse.ui.IWorkbenchPart.createPartControl(Composite) method.