Home | History | Annotate | Download | only in ui

Lines Matching refs:tooltip

38 import org.eclipse.swt.widgets.ToolTip;
177 // Listen to mouse track events to display the table cell corresponding tooltip.
179 ToolTip currentTooltip;
187 ToolTip tooltip = (ToolTip) ConfigTab.this.toolTips.get(cellPosition);
188 if (tooltip != null) {
190 tooltip.setLocation(location);
191 tooltip.setVisible(true);
192 this.currentTooltip = tooltip;
211 * Create and store a tooltip with the given information and at the given position.
214 ToolTip toolTip = new ToolTip(this.table.getShell(), toolTipStyle);
215 toolTip.setAutoHide(true);
216 toolTip.setText(toolTipText);
217 toolTip.setMessage(/*"("+col+","+row+") "+*/toolTipMessage);
218 this.toolTips.put(position, toolTip);
298 ToolTip toolTip = (ToolTip) this.toolTips.get(cells.next());
299 toolTip.dispose();
362 // Reset tooltip info
394 // Compute the tooltip to display on the cell
448 // Add information in tooltip when history shows big variation
497 // Set tooltip
514 // Set the tooltip over the build name