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

/openjdk10/jdk/test/javax/swing/JTabbedPane/8134116/
H A DBug8134116.java183 insertTab( String title, Icon icon, Component component, String tip, int index ) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalToolTipUI.java60 private JToolTip tip; field in class:MetalToolTipUI
175 getAcceleratorString(JToolTip tip) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dparse3.cpp137 const TypeInstPtr* tip = TypeInstPtr::make(field_holder->java_mirror()); local
H A Dcfgnode.cpp969 const TypePtr* tip = ti->make_ptr(); local
H A Dlibrary_call.cpp6106 const TypeInstPtr* tip = TypeInstPtr::make(fromKls->java_mirror()); local
6166 const TypeInstPtr* tip = TypeInstPtr::make(fromKls->java_mirror()); local
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DToolTipManager.java68 JToolTip tip; field in class:ToolTipManager
[all...]
H A DJTabbedPane.java705 public void insertTab(String title, Icon icon, Component component, String tip, int index) { argument
772 public void addTab(String title, Icon icon, Component component, String tip) { argument
2045 String tip; field in class:JTabbedPane.Page
2052 Page(JTabbedPane parent, String title, Icon icon, Icon disabledIcon, Component component, String tip) argument
[all...]

Completed in 246 milliseconds