Eclipse Platform
Release 3.3

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 IWorkbenchPartSite.

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

Since:
3.3

Method Summary
 Composite getControl()
          Get the Composite provided to the parts IWorkbenchPart.createPartControl(Composite) method.
 

Method Detail

getControl

public Composite getControl()
Get the Composite provided to the parts IWorkbenchPart.createPartControl(Composite) method.

Returns:
the composite

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.