Searched refs:TOOL_TIP_TEXT_KEY (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DScreenMenuPropertyListener.java80 if (JComponent.TOOL_TIP_TEXT_KEY.equals(propertyName)) {
H A DAquaSpinnerUI.java644 } else if (JComponent.TOOL_TIP_TEXT_KEY.equals(propertyName)) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java314 public static final String TOOL_TIP_TEXT_KEY = "ToolTipText"; field in class:JComponent
2993 * @see #TOOL_TIP_TEXT_KEY
3000 putClientProperty(TOOL_TIP_TEXT_KEY, text);
3016 * @see #TOOL_TIP_TEXT_KEY
3019 return (String)getClientProperty(TOOL_TIP_TEXT_KEY);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSpinnerUI.java1012 else if (JComponent.TOOL_TIP_TEXT_KEY.equals(propertyName)) {
H A DBasicComboBoxUI.java1754 else if ( propertyName == JComponent.TOOL_TIP_TEXT_KEY ) {

Completed in 487 milliseconds