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

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DUNIXToolkit.java153 BufferedImage img = getStockIcon(-1, str[2], size, dir.ordinal(), null);
200 public BufferedImage getStockIcon(final int widgetType, final String stockId, method in class:UNIXToolkit
221 * local BufferedImage and then returned via getStockIcon.
242 // getStockIcon().
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java865 private Icon getStockIcon(SynthContext context, String key, int type) { method in class:GTKStyle
905 tk.getStockIcon(widgetType, key, type, direction.ordinal(), null);
989 * An Icon that is fetched using getStockIcon.
1051 getStockIcon(context, key, size);
1058 getStockIcon(context, key,size);

Completed in 110 milliseconds