Searched refs:accContext (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthMenuItemUI.java129 SynthContext accContext = getContext(mi, Region.MENU_ITEM_ACCELERATOR,
132 accStyle = SynthLookAndFeel.updateStyle(accContext, this);
133 accContext.dispose();
146 SynthContext accContext = getContext(menuItem,
148 accStyle.uninstallDefaults(accContext);
149 accContext.dispose();
217 SynthContext accContext = getContext(c, Region.MENU_ITEM_ACCELERATOR);
219 context, accContext, c, checkIcon, arrowIcon,
224 accContext.dispose();
276 SynthContext accContext
[all...]
H A DSynthMenuUI.java115 SynthContext accContext = getContext(mi, Region.MENU_ITEM_ACCELERATOR,
118 accStyle = SynthLookAndFeel.updateStyle(accContext, this);
119 accContext.dispose();
146 SynthContext accContext = getContext(menuItem,
148 accStyle.uninstallDefaults(accContext);
149 accContext.dispose();
218 SynthContext accContext = getContext(c, Region.MENU_ITEM_ACCELERATOR);
220 context, accContext, c, checkIcon, arrowIcon,
225 accContext.dispose();
277 SynthContext accContext
[all...]
H A DSynthMenuItemLayoutHelper.java99 private SynthContext accContext; field in class:SynthMenuItemLayoutHelper
107 public SynthMenuItemLayoutHelper(SynthContext context, SynthContext accContext, argument
113 this.accContext = accContext;
115 this.accStyle = accContext.getStyle();
117 this.accGu = accStyle.getGraphicsUtils(accContext);
120 isLeftToRight, style.getFont(context), accStyle.getFont(accContext),
247 return accContext;
H A DSynthGraphicsUtils.java428 SynthContext accContext, JComponent c,
435 context, accContext, mi, checkIcon, arrowIcon,
487 static void paint(SynthContext context, SynthContext accContext, Graphics g, argument
499 context, accContext, mi, checkIcon, arrowIcon, viewRect,
427 getPreferredMenuItemSize(SynthContext context, SynthContext accContext, JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap, String acceleratorDelimiter, boolean useCheckAndArrow, String propertyPrefix) argument

Completed in 135 milliseconds