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

12345

/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java116 public Object getContext() { return active ? global : null; } method in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java336 public final OGLContext getContext() { method in class:OGLSurfaceData
337 return graphicsConfig.getContext();
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java181 * @see sun.java2d.pipe.hw.BufferedContextProvider#getContext
184 public final OGLContext getContext() { method in class:GLXGraphicsConfig
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java846 public final int getContext() method in class:LocPathIterator
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthComboBoxUI.java125 SynthContext context = getContext(comboBox, ENABLED);
182 SynthContext context = getContext(comboBox, ENABLED);
206 public SynthContext getContext(JComponent c) { method in class:SynthComboBoxUI
207 return getContext(c, getComponentState(c));
210 private SynthContext getContext(JComponent c, int state) { method in class:SynthComboBoxUI
211 return SynthContext.getContext(SynthContext.class, c,
321 SynthContext context = getContext(c);
341 SynthContext context = getContext(c);
H A DSynthTreeUI.java104 SynthContext context = getContext(tree, ENABLED);
153 context = getContext(tree, Region.TREE_CELL, ENABLED);
171 public SynthContext getContext(JComponent c) { method in class:SynthTreeUI
172 return getContext(c, SynthLookAndFeel.getComponentState(c));
175 private SynthContext getContext(JComponent c, int state) { method in class:SynthTreeUI
176 return SynthContext.getContext(SynthContext.class, c,
180 private SynthContext getContext(JComponent c, Region region) { method in class:SynthTreeUI
181 return getContext(c, region, getComponentState(c, region));
184 private SynthContext getContext(JComponent c, Region region, int state) { method in class:SynthTreeUI
185 return SynthContext.getContext(SynthContex
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKPainter.java1440 private SynthContext getContext(Component c) { method in class:GTKPainter.ListTableFocusBorder
1449 context = ((SynthUI)ui).getContext((JComponent)c);
1458 SynthContext context = getContext(c);
1470 SynthContext context = getContext(c);
1489 SynthContext context = getContext((JComponent)c);
1505 SynthContext context = getContext((JComponent)c);
1517 private SynthContext getContext(JComponent c) { method in class:GTKPainter.TitledBorder
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java187 ByteArrayOutputStream getContext() { method in class:CodingChooser
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java415 public final D3DContext getContext() { method in class:D3DSurfaceData
416 return graphicsDevice.getContext();
964 getContext().invalidateContext();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java259 public UnmarshallingContext getContext() { method in class:UnmarshallingContext.State
560 public UnmarshallingContext getContext() { method in class:UnmarshallingContext
1036 Loader loader = state.getContext().selectRootLoader(state,ea);
1070 state.getContext().result = o;
1085 UnmarshallingContext context = state.getContext();
1101 state.getContext().recordOuterPeer(e);
1102 state.getContext().result = e;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java848 // the following is for the benefit of JavacProcessingEnvironment.getContext()
1515 public Context getContext() { method in class:JavacProcessingEnvironment
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java245 annotations = schemaBuilder.makeAnnotations(parent.comments, getContext());
249 annotations = schemaBuilder.makeAnnotations(null, getContext());
335 annotations = schemaBuilder.makeAnnotations(null, getContext());
382 annotations = schemaBuilder.makeAnnotations(null, getContext());
389 annotations = schemaBuilder.makeAnnotations(comments, getContext());
420 getContext());
505 annotations = schemaBuilder.makeAnnotations(null, getContext());
794 getContext(),
905 dpb.addParam(name, buf.toString(), getContext(), getNs(), startLocation, annotations);
1356 return new NameClassChoiceState(getContext());
1362 int getContext() { method in class:SchemaParser.AnyNameState
1400 int getContext() { method in class:SchemaParser.NsNameState
1609 private Context getContext() { method in class:SchemaParser
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java301 private Context getContext() { method in class:CompactSyntax
389 return sb.makeAnnotations(comments, getContext());
397 a = sb.makeAnnotations(null, getContext());
407 return sb.makeAnnotations(comments, getContext());
416 return sb.makeAnnotations(comments, getContext());
1552 if (a == null) a = sb.makeAnnotations(null, getContext()); a.addElement(e);
1703 if (a == null) a = sb.makeAnnotations(null, getContext()); a.addElement(e);
1846 {if (true) return sb.makeValue("", "token", s.getString(), getContext(), defaultNamespace, s.getLocation(), a);}
1876 {if (true) return sb.makeValue(datatypeUri, datatype, s, getContext(), defaultNamespace, loc, a);}
2082 dpb.addParam(name.getString(), value, getContext(), defaultNamespac
[all...]

Completed in 769 milliseconds

12345