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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java157 public static final String DISABLED_SELECTED_ICON_CHANGED_PROPERTY = "disabledSelectedIcon";
174 private Icon disabledSelectedIcon = null; field in class:AbstractButton
542 * clear the disabledSelectedIcon field.
545 disabledSelectedIcon instanceof UIResource) {
547 disabledSelectedIcon = null;
696 * @return the <code>disabledSelectedIcon</code> property
702 if (disabledSelectedIcon == null) {
704 disabledSelectedIcon = UIManager.getLookAndFeel().
710 return disabledSelectedIcon;
715 * @param disabledSelectedIcon th
723 setDisabledSelectedIcon(Icon disabledSelectedIcon) argument
[all...]

Completed in 29 milliseconds