HomeSort by relevance Sort by last modified time
    Searched refs:PerformancesView (Results 1 - 7 of 7) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 70 public abstract class PerformancesView extends ViewPart implements ISelectionChangedListener, IPreferenceChangeListener {
184 public PerformancesView() {
223 if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+LAST_BUILD+" will be taken into account!\nDo you want to continue?")) {
233 PerformancesView resultsView = getSiblingView();
400 abstract PerformancesView getSiblingView();
464 PerformancesView.this.viewFilters.add(FILTER_BASELINE_BUILDS);
466 PerformancesView.this.viewFilters.remove(FILTER_BASELINE_BUILDS);
561 PerformancesView.this.results.readLocal(PerformancesView.this.dataDir, monitor, LAST_BUILD);
ComponentsView.java 85 public class ComponentsView extends PerformancesView {
99 PerformancesView buildsView;
133 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#createPartControl(org.eclipse.swt.widgets.Composite)
237 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#fillLocalPullDown(org.eclipse.jface.action.IMenuManager)
305 PerformancesView getSiblingView() {
307 this.buildsView = (PerformancesView) getWorkbenchView("org.eclipse.test.internal.performance.results.ui.BuildsView");
314 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#makeActions()
437 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent)
BuildsView.java 60 public class BuildsView extends PerformancesView {
276 PerformancesView componentsView;
322 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#createPartControl(org.eclipse.swt.widgets.Composite)
401 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#fillContextMenu(org.eclipse.jface.action.IMenuManager)
412 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#fillLocalPullDown(org.eclipse.jface.action.IMenuManager)
442 PerformancesView getSiblingView() {
444 this.componentsView = (PerformancesView) getWorkbenchView("org.eclipse.test.internal.performance.results.ui.ComponentsView");
451 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#makeActions()
511 final PerformancesView siblingView = getSiblingView();
580 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent
    [all...]
ComponentResultsView.java 140 PerformancesView performancesView = (PerformancesView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.ComponentsView");
141 if (performancesView != null) {
142 performancesView.viewer.addSelectionChangedListener(ComponentResultsView.this);
ConfigTab.java 163 final ComponentsView componentsView = (ComponentsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.ComponentsView");
PerformanceResultsPreferencePage.java 165 this.buildsView = (BuildsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.BuildsView");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 252 milliseconds