Package org.eclipse.ui.testing
Interface IWorkbenchPartTestable
-
public interface IWorkbenchPartTestableThis interface provides methods that allow introspection of workbench parts. Instances may be obtained by callingIAdaptable.getAdapter(Class)onIWorkbenchPartSite.This interface is not intended to be implemented or extended by clients.
- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositegetControl()Get theCompositeprovided to the partsIWorkbenchPart.createPartControl(Composite)method.
-
-
-
Method Detail
-
getControl
Composite getControl()
Get theCompositeprovided to the partsIWorkbenchPart.createPartControl(Composite)method.- Returns:
- the composite
-
-