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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java135 public static final String SELECTED_ICON_CHANGED_PROPERTY = "selectedIcon";
173 private Icon selectedIcon = null; field in class:AbstractButton
519 * @return the <code>selectedIcon</code> property
523 return selectedIcon;
528 * @param selectedIcon the icon used as the "selected" image
535 public void setSelectedIcon(Icon selectedIcon) { argument
536 Icon oldValue = this.selectedIcon;
537 this.selectedIcon = selectedIcon;
544 if (selectedIcon !
[all...]

Completed in 34 milliseconds