Searched defs:accContext (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
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 46 milliseconds