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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DAction.java141 * non-<code>null</code> value for <code>LARGE_ICON_KEY</code> or
158 * <td>either <code>LARGE_ICON_KEY</code> or
162 * <code>LARGE_ICON_KEY</code>; if the value is <code>null</code> they
247 * <code>LARGE_ICON_KEY</code>. The menu will use the
249 * <code>LARGE_ICON_KEY</code>.
328 * <code>LARGE_ICON_KEY</code>. The menu will use the
329 * <code>SMALL_ICON</code> and the button the <code>LARGE_ICON_KEY</code>.
336 public static final String LARGE_ICON_KEY = "SwingLargeIconKey"; field in interface:Action
H A DJToolBar.java543 a.getValue(Action.LARGE_ICON_KEY) != null)) {
H A DAbstractButton.java1231 } else if (propertyName == Action.LARGE_ICON_KEY) {
1275 icon = (Icon)a.getValue(Action.LARGE_ICON_KEY);
1284 if (a.getValue(Action.LARGE_ICON_KEY) == null) {

Completed in 41 milliseconds