Searched refs:CURRENT_TOOLTIP (Results 1 – 1 of 1) sorted by relevance
54 private static Shell CURRENT_TOOLTIP; field in ToolTip115 toolTipHide(CURRENT_TOOLTIP, event); in ToolTip()439 CURRENT_TOOLTIP = null; in toolTipHide()458 if (CURRENT_TOOLTIP != null) { in toolTipOpen()459 toolTipHide(CURRENT_TOOLTIP, null); in toolTipOpen()462 CURRENT_TOOLTIP = shell; in toolTipOpen()469 toolTipShow(CURRENT_TOOLTIP, event); in toolTipOpen()574 if (CURRENT_TOOLTIP != null && !CURRENT_TOOLTIP.isDisposed()) { in setHideOnMouseDown()578 if (CURRENT_TOOLTIP != null in setHideOnMouseDown()594 toolTipHide(CURRENT_TOOLTIP, null); in hide()[all …]