org.eclipse.ui.tests.rcp.util |
|
Java Source File Name | Type | Comment |
EmptyPerspective.java | Class | This perspective is used for testing api. |
EmptyView.java | Class | Minimal view, for the RCP tests. |
IntervalMeters.java | Class | A set of meters that should be used to check performance of intervals. |
IPerformanceMeterArray.java | Interface | An array of performance meters that can be used for things like interval timing. |
NullMeters.java | Class | An empty array of meters, all calls are ignored. |
OpenWorkbenchIntervalMonitor.java | Class | This implementation of the workbench advisor tracks performance for the intervals between
lifecycle events. |
RCPTestWorkbenchAdvisor.java | Class | This advisor adds the ability to exit the workbench after it has started up.
This is done with a call to close from within the advisor's event idle loop.
The number of times the idle is called before exiting can be configured. |
RestoreWorkbenchIntervalMonitor.java | Class | This implementation of the workbench advisor tracks performance for the intervals between
lifecycle events. |
WorkbenchAdvisorObserver.java | Class | This utility class is used to record the order in which the hooks are called.
It should be subclassed to provide the behaviour needed for a particular test
case. |