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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java40 import com.apple.laf.AquaIcon.InvertableIcon;
373 if (item.isArmed() && checkIcon instanceof InvertableIcon) {
374 ((InvertableIcon)checkIcon).getInvertedIcon().paintIcon(item, g, checkIconRect.x, checkIconRect.y);
401 if (c instanceof JMenu && (model.isArmed() || model.isSelected()) && arrowIcon instanceof InvertableIcon) {
402 ((InvertableIcon)arrowIcon).getInvertedIcon().paintIcon(c, g, arrowIconRect.x, arrowIconRect.y);
H A DAquaIcon.java42 interface InvertableIcon extends Icon { interface in class:AquaIcon
H A DAquaImageFactory.java44 import com.apple.laf.AquaIcon.InvertableIcon;
227 static class InvertableImageIcon extends ImageIcon implements InvertableIcon, UIResource {

Completed in 27 milliseconds