Searched defs:getContext (Results 76 - 100 of 113) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java65 public SynthContext getContext(JComponent c) { method in class:SynthInternalFrameTitlePane
66 return getContext(c, getComponentState(c));
69 public SynthContext getContext(JComponent c, int state) { method in class:SynthInternalFrameTitlePane
70 return SynthContext.getContext(SynthContext.class, c,
112 SynthContext context = getContext(this, ENABLED);
150 SynthContext context = getContext(this, ENABLED);
224 SynthContext context = getContext(this);
312 SynthContext context = getContext(this);
338 SynthContext context = getContext(this);
369 SynthContext context = getContext(
[all...]
H A DSynthMenuItemLayoutHelper.java242 public SynthContext getContext() { method in class:SynthMenuItemLayoutHelper
H A DSynthProgressBarUI.java90 SynthContext context = getContext(c, ENABLED);
125 SynthContext context = getContext(progressBar, ENABLED);
136 public SynthContext getContext(JComponent c) { method in class:SynthProgressBarUI
137 return getContext(c, getComponentState(c));
140 private SynthContext getContext(JComponent c, int state) { method in class:SynthProgressBarUI
141 return SynthContext.getContext(SynthContext.class, c,
157 SynthContext context = getContext(c);
209 SynthContext context = getContext(c);
230 SynthContext context = getContext(c);
H A DSynthScrollBarUI.java79 SynthContext context = getContext(c, ENABLED);
129 context = getContext(c, Region.SCROLL_BAR_TRACK, ENABLED);
133 context = getContext(c, Region.SCROLL_BAR_THUMB, ENABLED);
161 SynthContext context = getContext(scrollbar, ENABLED);
166 context = getContext(scrollbar, Region.SCROLL_BAR_TRACK, ENABLED);
171 context = getContext(scrollbar, Region.SCROLL_BAR_THUMB, ENABLED);
183 public SynthContext getContext(JComponent c) { method in class:SynthScrollBarUI
184 return getContext(c, SynthLookAndFeel.getComponentState(c));
187 private SynthContext getContext(JComponent c, int state) { method in class:SynthScrollBarUI
188 return SynthContext.getContext(SynthContex
192 private SynthContext getContext(JComponent c, Region region) { method in class:SynthScrollBarUI
196 private SynthContext getContext(JComponent c, Region region, int state) { method in class:SynthScrollBarUI
[all...]
H A DSynthScrollPaneUI.java80 SynthContext context = getContext(c);
100 SynthContext context = getContext(c);
139 SynthContext context = getContext(c, ENABLED);
178 SynthContext context = getContext(c, ENABLED);
209 public SynthContext getContext(JComponent c) { method in class:SynthScrollPaneUI
210 return getContext(c, getComponentState(c));
213 private SynthContext getContext(JComponent c, int state) { method in class:SynthScrollPaneUI
214 return SynthContext.getContext(SynthContext.class, c,
249 SynthContext context = getContext(jc);
H A DSynthSpinnerUI.java124 SynthContext context = getContext(c, ENABLED);
151 SynthContext context = getContext(spinner, ENABLED);
258 SynthContext context = getContext(spinner);
276 public SynthContext getContext(JComponent c) { method in class:SynthSpinnerUI
277 return getContext(c, SynthLookAndFeel.getComponentState(c));
280 private SynthContext getContext(JComponent c, int state) { method in class:SynthSpinnerUI
281 return SynthContext.getContext(SynthContext.class, c,
299 SynthContext context = getContext(c);
320 SynthContext context = getContext(c);
H A DSynthToolBarUI.java99 SynthContext context = getContext(
104 context = getContext(c, Region.TOOL_BAR_DRAG_WINDOW, null, ENABLED);
108 context = getContext(c, ENABLED);
128 SynthContext context = getContext(toolBar, ENABLED);
136 context = getContext(toolBar, Region.TOOL_BAR_CONTENT,
142 context = getContext(toolBar, Region.TOOL_BAR_DRAG_WINDOW,
176 public SynthContext getContext(JComponent c) { method in class:SynthToolBarUI
177 return getContext(c, SynthLookAndFeel.getComponentState(c));
180 private SynthContext getContext(JComponent c, int state) { method in class:SynthToolBarUI
181 return SynthContext.getContext(SynthContex
185 private SynthContext getContext(JComponent c, Region region, SynthStyle style) { method in class:SynthToolBarUI
190 private SynthContext getContext(JComponent c, Region region, method in class:SynthToolBarUI
[all...]
H A DSynthSliderUI.java113 SynthContext context = getContext(slider, ENABLED);
118 context = getContext(slider, Region.SLIDER_TRACK, ENABLED);
123 context = getContext(slider, Region.SLIDER_THUMB, ENABLED);
148 SynthContext context = getContext(c, ENABLED);
191 context = getContext(c, Region.SLIDER_TRACK, ENABLED);
196 context = getContext(c, Region.SLIDER_THUMB, ENABLED);
248 SynthContext trackContext = getContext(slider,
255 SynthContext context = getContext(slider);
283 SynthContext context = getContext(slider);
351 SynthContext context = getContext(slide
720 public SynthContext getContext(JComponent c) { method in class:SynthSliderUI
724 private SynthContext getContext(JComponent c, int state) { method in class:SynthSliderUI
729 private SynthContext getContext(JComponent c, Region subregion) { method in class:SynthSliderUI
733 private SynthContext getContext(JComponent c, Region subregion, int state) { method in class:SynthSliderUI
[all...]
H A DSynthTabbedPaneUI.java131 SynthContext context = getContext(c, ENABLED);
162 tabContext = getContext(c, Region.TABBED_PANE_TAB, ENABLED);
170 tabAreaContext = getContext(c, Region.TABBED_PANE_TAB_AREA, ENABLED);
178 tabContentContext = getContext(c, Region.TABBED_PANE_CONTENT, ENABLED);
208 SynthContext context = getContext(tabPane, ENABLED);
233 public SynthContext getContext(JComponent c) { method in class:SynthTabbedPaneUI
234 return getContext(c, SynthLookAndFeel.getComponentState(c));
237 private SynthContext getContext(JComponent c, int state) { method in class:SynthTabbedPaneUI
238 return SynthContext.getContext(SynthContext.class, c,
242 private SynthContext getContext(JComponen method in class:SynthTabbedPaneUI
[all...]
H A DSynthTableUI.java134 SynthContext context = getContext(c, ENABLED);
221 SynthContext context = getContext(table, ENABLED);
244 public SynthContext getContext(JComponent c) { method in class:SynthTableUI
245 return getContext(c, SynthLookAndFeel.getComponentState(c));
248 private SynthContext getContext(JComponent c, int state) { method in class:SynthTableUI
249 return SynthContext.getContext(SynthContext.class, c,
271 SynthContext context = getContext(c);
300 SynthContext context = getContext(c);
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DSpecialCaseMap.java275 public String[] getContext() { method in class:SpecialCaseMap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DSAXConnector.java74 this.context = next.getContext();
83 public UnmarshallingContext getContext() { method in class:SAXConnector
H A DUnmarshallerImpl.java317 Object retVal = handler.getContext().getResult();
318 handler.getContext().clearResult();
360 Object retVal = h.getContext().getResult();
361 h.getContext().clearResult();
399 return h.getContext().getResult();
546 public UnmarshallingContext getContext() { method in class:UnmarshallerImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java100 MessageUpdatableContext context = getContext(packet);
137 MessageUpdatableContext context = getContext(packet);
166 MessageUpdatableContext context = getContext(packet);
295 abstract MessageUpdatableContext getContext(Packet p); method in class:HandlerTube
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java261 * @see sun.java2d.pipe.hw.BufferedContextProvider#getContext
264 public D3DContext getContext() { method in class:D3DGraphicsConfig
265 return device.getContext();
H A DD3DGraphicsDevice.java478 D3DContext getContext() { method in class:D3DGraphicsDevice
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DLinkInfoImpl.java367 public int getContext() { method in class:LinkInfoImpl
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java498 public Context getContext() { method in class:JavacTaskImpl
/openjdk7/jdk/src/share/classes/sun/misc/
H A DLauncher.java139 // ExtClassLoader.getContext().
237 private static AccessControlContext getContext(File[] dirs) method in class:Launcher.ExtClassLoader
274 // AppClassLoader.getContext(). This proved overly restrictive
341 private static AccessControlContext getContext(File[] cp) method in class:Launcher.AppClassLoader
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java287 public TypeContext getContext (int index) { method in class:ContextStack
298 public TypeContext getContext () { method in class:ContextStack
/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaintContext.java69 public static PaintContext getContext(BufferedImage bufImg, method in class:TexturePaintContext
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java190 * @see sun.java2d.pipe.hw.BufferedContextProvider#getContext
192 public final OGLContext getContext() { method in class:CGLGraphicsConfig
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java147 public JAXBContextImpl getContext() { method in class:MarshallerImpl
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java192 * @see sun.java2d.pipe.hw.BufferedContextProvider#getContext
195 public final OGLContext getContext() { method in class:WGLGraphicsConfig
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java78 public SynthContext getContext(JComponent c) { method in class:SynthFileChooserUI
83 protected SynthContext getContext(JComponent c, int state) { method in class:SynthFileChooserUI
107 style.uninstallDefaults(getContext(c, ENABLED));
110 SynthContext context = getContext(c, ENABLED);
137 SynthContext context = getContext(fc, ENABLED);
197 SynthContext context = getContext(getFileChooser(), ENABLED);
207 SynthContext context = getContext(c);
223 SynthContext context = getContext(c);
559 SynthContext context = getContext(jc);

Completed in 83 milliseconds

12345