Lines Matching defs:tip
62 /** The Window tip is being displayed in. This will be non-null if
63 * the Window tip is in differs from that of insideComponent's Window.
66 JToolTip tip;
103 * @param flag true to enable the tip, false otherwise
286 tip = insideComponent.createToolTip();
287 tip.setTipText(toolTipText);
288 size = tip.getPreferredSize();
342 tipWindow = popupFactory.getPopup(insideComponent, tip,
352 window = SwingUtilities.windowForComponent(tip);
374 tip = null;
394 // add keylistener here to trigger tip for access
430 * This determines whether the tool tip should be shown.
493 * Any tool tip showing should be hidden.
533 SwingUtilities.convertPointToScreen(loc, tip);
536 bounds.width = tip.getWidth();
537 bounds.height = tip.getHeight();
564 * Any tool tip showing should be hidden.
589 * Determines whether the tool tip should be displayed.
821 // put a focuschange listener on to bring the tip down