Searched refs:AquaUtils (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPanelUI.java32 import com.apple.laf.AquaUtils.RecyclableSingleton;
33 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
47 AquaUtils.fillRect(g, c);
H A DAquaButtonToggleUI.java31 import com.apple.laf.AquaUtils.*;
H A DAquaToolTipUI.java34 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaButtonCheckBoxUI.java34 import com.apple.laf.AquaUtils.*;
H A DAquaButtonRadioUI.java34 import com.apple.laf.AquaUtils.*;
H A DAquaFocus.java40 import com.apple.laf.AquaUtils.Painter;
112 static class FocusedIcon extends AquaUtils.ShadowBorder implements Icon {
H A DAquaLabelUI.java36 import com.apple.laf.AquaUtils.RecyclableSingleton;
37 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaMnemonicHandler.java33 import com.apple.laf.AquaUtils.RecyclableSingleton;
34 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaToolBarUI.java35 import com.apple.laf.AquaUtils.*;
76 AquaUtils.fillRect(g, c, c.getBackground(), 0, 0, w - 1, h - 1);
142 AquaUtils.fillRect(g, c);
H A DAquaGroupBorder.java35 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaHighlighter.java37 import com.apple.laf.AquaUtils.RecyclableSingleton;
H A DAquaInternalFrameBorderMetrics.java31 import com.apple.laf.AquaUtils.RecyclableSingleton;
H A DAquaNativeResources.java34 import com.apple.laf.AquaUtils.RecyclableSingleton;
H A DAquaPopupMenuSeparatorUI.java34 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaScrollRegionBorder.java40 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaSplitPaneDividerUI.java38 import com.apple.laf.AquaUtils.LazyKeyedSingleton;
39 import com.apple.laf.AquaUtils.RecyclableSingleton;
40 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
133 return AquaUtils.generateLightenedImage(arrowImage.getScaledInstance(w, h, Image.SCALE_SMOOTH), 50);
H A DAquaImageFactory.java47 import com.apple.laf.AquaUtils.RecyclableObject;
48 import com.apple.laf.AquaUtils.RecyclableSingleton;
74 final Image lockIcon = AquaUtils.getCImageCreator().createImageFromFile("/System/Library/CoreServices/SecurityAgent.app/Contents/Resources/Security.icns", kAlertIconSize, kAlertIconSize);
97 return AquaUtils.getCImageCreator().createImageOfFile(path, height, width);
236 return invertedImage = new IconUIResource(new ImageIcon(AquaUtils.generateLightenedImage(getImage(), 100)));
270 return new InvertableImageIcon(AquaUtils.generateLightenedImage(eastArrow.get(), 25));
274 return new InvertableImageIcon(AquaUtils.generateLightenedImage(Toolkit.getDefaultToolkit().getImage("NSImage://NSMenuItemSelection"), 25));
278 return new InvertableImageIcon(AquaUtils.generateLightenedImage(Toolkit.getDefaultToolkit().getImage("NSImage://NSMenuMixedState"), 25));
H A DAquaTextFieldUI.java35 import com.apple.laf.AquaUtils.JComponentPainter;
124 if (!isOpaque && AquaUtils.hasOpaqueBeenExplicitlySet(c)) return;
H A DAquaTextPasswordFieldUI.java37 import com.apple.laf.AquaUtils.RecyclableSingleton;
38 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
H A DAquaToolBarSeparatorUI.java34 import com.apple.laf.AquaUtils.*;
H A DAquaIcon.java39 import com.apple.laf.AquaUtils.RecyclableSingleton;
225 return AquaUtils.getCImageCreator().createImageOfFile(file.getAbsolutePath(), getIconWidth(), getIconHeight());
298 return AquaUtils.getCImageCreator().createSystemImageFromSelector(selector, getIconWidth(), getIconHeight());
H A DAquaRootPaneUI.java37 import com.apple.laf.AquaUtils.RecyclableSingleton;
38 import com.apple.laf.AquaUtils.RecyclableSingletonFromDefaultConstructor;
326 AquaUtils.fillRect(g, c);
H A DAquaFonts.java35 import com.apple.laf.AquaUtils.RecyclableSingleton;
H A DAquaTabbedPaneContrastUI.java67 AquaUtils.paintDropShadowText(g2d, tabPane, font, metrics, textRect.x, textRect.y, 0, 1, textColor, shadowColor, title);
H A DAquaMenuItemUI.java151 AquaUtils.blinkMenu(new AquaUtils.Selectable() {

Completed in 220 milliseconds

123