Searched defs:tip (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalToolTipUI.java59 private JToolTip tip; field in class:MetalToolTipUI
73 tip = (JToolTip)c;
82 tip = null;
86 JToolTip tip = (JToolTip)c;
94 String tipText = tip.getTipText();
99 String accelString = getAcceleratorString(tip);
103 Insets insets = tip.getInsets();
116 SwingUtilities2.drawString(tip, g, tipText, paintTextR.x,
124 SwingUtilities2.drawString(tip, g, accelString,
125 tip
155 getAcceleratorString(JToolTip tip) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DToolTipManager.java62 /** 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; field in class:ToolTipManager
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
[all...]
H A DJTabbedPane.java689 * @param tip the tooltip to be displayed for this tab
699 public void insertTab(String title, Icon icon, Component component, String tip, int index) { argument
720 new Page(this, title != null? title : "", icon, null, component, tip));
738 if (!haveRegistered && tip != null) {
753 * Adds a <code>component</code> and <code>tip</code>
761 * @param tip the tooltip to be displayed for this tab
766 public void addTab(String title, Icon icon, Component component, String tip) { argument
767 insertTab(title, icon, component, tip, pages.size());
1156 * @return a string containing the tool tip text at <code>index</code>
1164 return pages.get(index).tip;
2041 String tip; field in class:JTabbedPane.Page
2048 Page(JTabbedPane parent, String title, Icon icon, Icon disabledIcon, Component component, String tip) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp136 const TypeInstPtr* tip = TypeInstPtr::make(field_holder->java_mirror()); local
137 obj = _gvn.makecon(tip);
H A Dcfgnode.cpp944 const TypePtr* tip = ti->make_ptr(); local
945 const TypeInstPtr* tiip = (tip != NULL) ? tip->isa_instptr() : NULL;

Completed in 41 milliseconds