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 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 Composite
getControl()
Get theComposite
provided to the partsIWorkbenchPart.createPartControl(Composite)
method.
-
-
-
Method Detail
-
getControl
Composite getControl()
Get theComposite
provided to the partsIWorkbenchPart.createPartControl(Composite)
method.- Returns:
- the composite
-
-