Searched refs:context (Results 76 - 100 of 854) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneUI.java120 SynthContext context = getContext(splitPane, Region.SPLIT_PANE_DIVIDER,
123 dividerStyle = SynthLookAndFeel.updateStyle(context, this);
124 context.dispose();
126 context = getContext(splitPane, ENABLED);
129 style = SynthLookAndFeel.updateStyle(context, this);
132 Object value = style.get(context, "SplitPane.size");
138 value = style.get(context, "SplitPane.oneTouchExpandable");
162 context.dispose();
179 SynthContext context = getContext(splitPane, ENABLED);
181 style.uninstallDefaults(context);
318 paint(SynthContext context, Graphics g) argument
328 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthToolTipUI.java69 SynthContext context = getContext(c, ENABLED);
70 style = SynthLookAndFeel.updateStyle(context, this);
71 context.dispose();
79 SynthContext context = getContext(c, ENABLED);
80 style.uninstallDefaults(context);
81 context.dispose();
137 SynthContext context = getContext(c);
139 SynthLookAndFeel.update(context, g);
140 context.getPainter().paintToolTipBackground(context,
150 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
179 paint(SynthContext context, Graphics g) argument
[all...]
H A DSynthListUI.java73 SynthContext context = getContext(c);
75 SynthLookAndFeel.update(context, g);
76 context.getPainter().paintListBackground(context,
78 context.dispose();
86 public void paintBorder(SynthContext context, Graphics g, int x, argument
88 context.getPainter().paintListBorder(context, g, x, y, w, h);
132 SynthContext context = getContext(list, ENABLED);
135 style = SynthLookAndFeel.updateStyle(context, thi
[all...]
H A DSynthTableHeaderUI.java79 SynthContext context = getContext(c, ENABLED);
81 style = SynthLookAndFeel.updateStyle(context, this);
88 context.dispose();
109 SynthContext context = getContext(header, ENABLED);
111 style.uninstallDefaults(context);
112 context.dispose();
139 SynthContext context = getContext(c);
141 SynthLookAndFeel.update(context, g);
142 context.getPainter().paintTableHeaderBackground(context,
172 paint(SynthContext context, Graphics g) argument
180 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthMenuItemUI.java93 SynthContext context = getContext(mi, ENABLED);
96 style = SynthLookAndFeel.updateStyle(context, this);
100 Object value = style.get(context, prefix + ".textIconGap");
108 Insets insets = (Insets)style.get(context, prefix + ".margin");
116 acceleratorDelimiter = style.getString(context, prefix +
119 arrowIcon = style.getIcon(context, prefix + ".arrowIcon");
121 checkIcon = style.getIcon(context, prefix + ".checkIcon");
127 context.dispose();
141 SynthContext context = getContext(menuItem, ENABLED);
142 style.uninstallDefaults(context);
275 paint(SynthContext context, Graphics g) argument
288 paintBackground(SynthContext context, Graphics g, JComponent c) argument
296 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthMenuUI.java77 SynthContext context = getContext(mi, ENABLED);
79 style = SynthLookAndFeel.updateStyle(context, this);
83 context, prefix + ".textIconGap", 4);
86 Insets insets = (Insets)style.get(context, prefix + ".margin");
94 acceleratorDelimiter = style.getString(context, prefix +
98 checkIcon = style.getIcon(context, prefix + ".checkIcon");
99 arrowIcon = style.getIcon(context, prefix + ".arrowIcon");
106 ((JMenu)menuItem).setDelay(style.getInt(context, prefix +
113 context.dispose();
141 SynthContext context
276 paint(SynthContext context, Graphics g) argument
292 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DFontMetrics.java85 * because the width of a character can vary depending on its context.
453 * <code>String</code> in the specified {@link Graphics} context.
455 * @param context the specified <code>Graphics</code> context
457 * specified <code>String</code> and <code>Graphics</code> context.
460 public LineMetrics getLineMetrics( String str, Graphics context) { argument
461 return font.getLineMetrics(str, myFRC(context));
466 * <code>String</code> in the specified {@link Graphics} context.
470 * @param context the specified <code>Graphics</code> context
475 getLineMetrics( String str, int beginIndex, int limit, Graphics context) argument
492 getLineMetrics(char [] chars, int beginIndex, int limit, Graphics context) argument
511 getLineMetrics(CharacterIterator ci, int beginIndex, int limit, Graphics context) argument
530 getStringBounds( String str, Graphics context) argument
549 getStringBounds( String str, int beginIndex, int limit, Graphics context) argument
574 getStringBounds( char [] chars, int beginIndex, int limit, Graphics context) argument
596 getStringBounds(CharacterIterator ci, int beginIndex, int limit, Graphics context) argument
611 getMaxCharBounds(Graphics context) argument
615 myFRC(Graphics context) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/dtd/
H A DENTITYDatatypeValidator.java56 * @param context the validation context
61 public void validate(String content, ValidationContext context) throws InvalidDatatypeValueException { argument
63 if (!context.isEntityUnparsed(content))
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DMacosxSurfaceManagerFactory.java41 * arbitrary SunVolatileImage. An optional context Object can be supplied
42 * as a way for the caller to pass pipeline-specific context data to
50 Object context)
52 return new CGLVolatileSurfaceManager(vImg, context);
49 createVolatileManager(SunVolatileImage vImg, Object context) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DSinglePrimitiveAccessField.java37 protected SinglePrimitiveAccessField(ClassOutlineImpl context, CPropertyInfo prop) { argument
38 super(context, prop,true);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTubelineAssembler.java61 * @param context
74 @NotNull Tube createClient(@NotNull ClientTubeAssemblerContext context); argument
89 * @param context
103 @NotNull Tube createServer(@NotNull ServerTubeAssemblerContext context); argument
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h49 * OGLContext *context;
50 * The context associated with this GLXGraphicsConfig.
61 OGLContext *context; member in struct:_GLXGraphicsConfigInfo
70 * GLXContext context;
71 * The core native GLX context. Rendering commands have no effect until a
79 * The scratch surface, which is used to make a context current when we do
81 * making a context current.
84 GLXContext context; member in struct:_GLXCtxInfo
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.h41 * OGLContext *context;
42 * The context associated with this WGLGraphicsConfig.
47 OGLContext *context; member in struct:_WGLGraphicsConfigInfo
55 * HGLRC context;
56 * The core native WGL context. Rendering commands have no effect until a
57 * context is made current (active).
62 * context current when we do not otherwise have a reference to an OpenGL
63 * surface for the purposes of making a context current.
66 HGLRC context; member in struct:_WGLCtxInfo
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocClassReader.java40 public static JavadocClassReader instance0(Context context) { argument
41 ClassReader instance = context.get(classReaderKey);
43 instance = new JavadocClassReader(context);
47 public static void preRegister(Context context) { argument
48 context.put(classReaderKey, new Context.Factory<ClassReader>() {
62 public JavadocClassReader(Context context) { argument
63 super(context, true);
64 docenv = DocEnv.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DInstructionDetailWriter.java52 InstructionDetailWriter(Context context) { argument
53 super(context);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaSecurityAccess.java35 AccessControlContext context);
38 AccessControlContext context);
33 doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext stack, AccessControlContext context) argument
37 doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext context) argument
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DLogicalMessage.java70 * @param context The JAXBContext that should be used to unmarshall
78 public Object getPayload(JAXBContext context); argument
83 * @param context The JAXBContext that should be used to marshall
91 public void setPayload(Object payload, JAXBContext context); argument
/openjdk7/jdk/src/share/classes/javax/script/
H A DAbstractScriptEngine.java56 protected ScriptContext context; field in class:AbstractScriptEngine
64 context = new SimpleScriptContext();
70 * <code>ENGINE_SCOPE</code> <code>Bindings</code> in the protected <code>context</code> field.
81 context.setBindings(n, ScriptContext.ENGINE_SCOPE);
85 * Sets the value of the protected <code>context</code> field to the specified
93 throw new NullPointerException("null context");
95 context = ctxt;
99 * Returns the value of the protected <code>context</code> field.
101 * @return The value of the protected <code>context</code> field.
104 return context;
[all...]
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceBase.java36 private Object context; field in class:IoTraceBase
42 context = null;
59 context = ctx;
71 context = ctx;
81 public void socketReadEnd(Object context, InetAddress address, int port, argument
83 this.context = context;
96 public void socketWriteEnd(Object context, InetAddress address, int port, argument
98 this.context = context;
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractWatchKey.java65 // maps a context to the last event for the context (iff the last queued
66 // event for the context is an ENTRY_MODIFY event).
105 final void signalEvent(WatchEvent.Kind<?> kind, Object context) { argument
115 Objects.equals(context, prev.context()))))
121 // if this is a modify event and the last entry for the context
125 WatchEvent<?> ev = lastModifyEvents.get(context);
134 lastModifyEvents.remove(context);
143 context
192 private final T context; field in class:AbstractWatchKey.Event
197 Event(WatchEvent.Kind<T> type, T context) argument
209 public T context() { method in class:AbstractWatchKey.Event
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncLocalPart.java41 * @param xctxt The current execution context.
49 int context = getArg0AsNode(xctxt);
50 if(DTM.NULL == context)
52 DTM dtm = xctxt.getDTM(context);
53 String s = (context != DTM.NULL) ? dtm.getLocalName(context) : "";
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKGraphicsUtils.java37 public void paintText(SynthContext context, Graphics g, String text, argument
44 if (context.getRegion() == Region.INTERNAL_FRAME_TITLE_PANE) {
49 int componentState = context.getComponentState();
53 g.setColor(context.getStyle().getColor(context,
57 super.paintText(context, g, text, x, y, mnemonicIndex);
62 super.paintText(context, g, text, x, y, mnemonicIndex);
67 shouldShadowText(context.getRegion(), componentState)) {
70 super.paintText(context, g, text, x+1, y+1, mnemonicIndex);
74 super.paintText(context,
89 paintText(SynthContext context, Graphics g, String text, Rectangle bounds, int mnemonicIndex) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDValuePattern.java57 private Context context; field in class:DValuePattern
60 public DValuePattern(String datatypeLibrary, String type, String value, Context context, String ns) { argument
64 this.context = context;
81 return context;
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4652928.java52 private static BeanContext fill(BeanContext context) { argument
53 context.add(new JLabel("label"));
54 context.add(new JButton("button"));
58 context.add(button);
60 return context;
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp476 // for each thread, get register context and save it.
490 CONTEXT context; local
491 memset(&context, 0, sizeof(CONTEXT));
497 context.ContextFlags = CONTEXT_FULL | CONTEXT_DEBUG;
498 ptrIDebugAdvanced->GetThreadContext(&context, sizeof(CONTEXT));
501 ptrRegs[REG_INDEX(GR1)] = context.IntGp; // r1
502 ptrRegs[REG_INDEX(GR2)] = context.IntT0; // r2-r3
503 ptrRegs[REG_INDEX(GR3)] = context.IntT1;
504 ptrRegs[REG_INDEX(GR4)] = context.IntS0; // r4-r7
505 ptrRegs[REG_INDEX(GR5)] = context
[all...]

Completed in 268 milliseconds

1234567891011>>