HomeSort by relevance Sort by last modified time
    Searched refs:toolTipStyle (Results 1 - 2 of 2) 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/
ConfigTab.java 213 void createToolTip(String toolTipText, String toolTipMessage, int toolTipStyle, Point position) {
214 ToolTip toolTip = new ToolTip(this.table.getShell(), toolTipStyle);
365 int toolTipStyle = SWT.BALLOON;
401 toolTipStyle |= SWT.ICON_WARNING;
444 toolTipStyle |= SWT.ICON_INFORMATION;
471 toolTipStyle |= SWT.ICON_INFORMATION;
488 if (toolTipStyle == SWT.BALLOON && delta >= -0.1) {
489 toolTipStyle |= SWT.ICON_INFORMATION;
492 toolTipStyle |= SWT.ICON_WARNING;
499 createToolTip(toolTipText, toolTipMessage, toolTipStyle, new Point(col, row))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 77 milliseconds