Searched refs:tipWindow (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java51 private Popup tipWindow; field in class:ClickTooltipDisplayer
156 tipWindow = popupFactory.getPopup(component, tip, location.x, location.y);
157 tipWindow.show();
168 if (tipWindow != null)
170 tipWindow.hide();
171 tipWindow = null;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java52 private Popup tipWindow; field in class:ClickTooltipDisplayer
157 tipWindow = popupFactory.getPopup(component, tip, location.x, location.y);
158 tipWindow.show();
169 if (tipWindow != null)
171 tipWindow.hide();
172 tipWindow = null;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java52 private Popup tipWindow; field in class:ClickTooltipDisplayer
157 tipWindow = popupFactory.getPopup(component, tip, location.x, location.y);
158 tipWindow.show();
169 if (tipWindow != null)
171 tipWindow.hide();
172 tipWindow = null;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java51 private Popup tipWindow; field in class:ClickTooltipDisplayer
156 tipWindow = popupFactory.getPopup(component, tip, location.x, location.y);
157 tipWindow.show();
168 if (tipWindow != null)
170 tipWindow.hide();
171 tipWindow = null;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java52 private Popup tipWindow; field in class:ClickTooltipDisplayer
157 tipWindow = popupFactory.getPopup(component, tip, location.x, location.y);
158 tipWindow.show();
169 if (tipWindow != null)
171 tipWindow.hide();
172 tipWindow = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DClickTooltipDisplayer.java52 private Popup tipWindow; field in class:ClickTooltipDisplayer
153 tipWindow = popupFactory.getPopup(component, tip, location.x, location.y);
154 tipWindow.show();
165 if (tipWindow != null)
167 tipWindow.hide();
168 tipWindow = null;

Completed in 322 milliseconds