Searched refs:target (Results 226 - 250 of 985) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java127 Dimension s = ((Component)target).getSize();
181 Container parent = WToolkit.getNativeContainer((Component)target);
186 final Container cont = (Container)target;
227 paintArea.paint(target, shouldClearRectBeforePaint());
233 ((Component)target).paint(g);
245 Component comp = (Component)target;
310 if (target == e.getSource() &&
311 !((Component)target).isFocusOwner() &&
312 WKeyboardFocusManagerPeer.shouldFocusOnClick((Component)target))
314 WKeyboardFocusManagerPeer.requestFocusFor((Component)target,
754 WComponentPeer(Component target) argument
[all...]
H A DWKeyboardFocusManagerPeer.java70 Component target,
78 target,
69 deliverFocus(Component lightweightChild, Component target, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java123 XWindowPeer(Window target) { argument
125 TARGET, target,
147 target = (Component)params.get(TARGET);
148 windowType = ((Window)target).getType();
175 Font f = target.getFont();
178 target.setFont(f);
182 Color c = target.getBackground();
185 target.setBackground(background);
189 c = target.getForeground();
191 target
[all...]
H A DXCheckboxMenuItemPeer.java41 XCheckboxMenuItemPeer(CheckboxMenuItem target) { argument
42 super(target);
58 * Access to target's fields
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DGOTO_W.java75 public GOTO_W(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.GOTO_W, target);
H A DJSR_W.java75 public JSR_W(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.JSR_W, target);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/events/
H A DEventImpl.java39 public EventTarget target; field in class:EventImpl
85 the target node. */
104 return target;
127 /** Prevents any default processing built into the target node from
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAnnotationImpl.java63 * specified <code>target</code> object is a DOM in-scope namespace
68 * @param target A target pointer to the annotation target object, i.e.
71 * @param targetType A target type.
72 * @return If the <code>target</code> is recognized type and supported by
75 public boolean writeAnnotation(Object target, argument
78 writeToDOM((Node)target, targetType);
81 writeToSAX((ContentHandler)target);
113 * The [target namespac
153 writeToDOM(Node target, short type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DThreadControllerWrapper.java61 public SafeThread(Runnable target) { argument
62 super(target);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DSwitchPoint.java46 * Each pair consists of a target {@code T} and a fallback {@code F}.
97 MethodHandle target, MethodHandle fallback) {
100 return MethodHandles.guardWithTest(this.mcsInvoker, target, fallback);
156 * Returns a method handle which always delegates either to the target or the fallback.
157 * The method handle will delegate to the target exactly as long as the switch point is valid.
160 * The target and fallback must be of exactly the same method type,
163 * @param target the method handle selected by the switch point as long as it is valid
165 * @return a combined method handle which always calls either the target or fallback
170 public MethodHandle guardWithTest(MethodHandle target, MethodHandle fallback) { argument
173 return MethodHandles.guardWithTest(mcsInvoker, target, fallbac
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWButtonPeer.java39 LWButtonPeer(final Button target, argument
41 super(target, platformComponent);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCMenuBar.java36 public CMenuBar(MenuBar target) { argument
37 super(target);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DCategory.java36 public Category(Clazz fromClass, Clazz target) { argument
37 this.category = new Clazz(fromClass.name + "Category", fromClass.classMethods, fromClass.instanceMethods, target, fromClass.parent);
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.h38 GLenum target; variable
50 @property (readwrite, assign) GLenum target; variable
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/writer/
H A DZipCodeWriter.java45 * @param target
48 public ZipCodeWriter( OutputStream target ) {
49 zip = new ZipOutputStream(target);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DValidationEventLocatorExImpl.java43 public ValidationEventLocatorExImpl( Object target, String fieldName ) { argument
44 super(target);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java101 if (state.target == null)
102 state.target = new State(context);
104 State s = (State) state.target;
117 State s = (State) state.prev.target;
119 state.target = s;
127 State s = (State) state.target;
137 State s = (State) state.target;
159 state.target = s.getElement();
H A DValuePropertyLoader.java36 * Reads a text value and set to the current target.
52 xacc.parse(state.target,text);
57 if(state.prev.target instanceof JAXBElement) {
/openjdk7/jdk/test/sun/security/provider/certpath/ReverseBuilder/
H A DBuildPath.java43 X509Certificate target = CertUtils.getCertFromFile("mgrM2leadMA");
46 xcs.setCertificate(target);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredProcessingInstructionImpl.java89 target = ownerDocument.getNodeName(fNodeIndex);
/openjdk7/corba/make/com/sun/corba/se/sources/
H A DMakefile140 $(prep-target)
144 $(prep-target)
148 $(prep-target)
152 $(prep-target)
156 $(prep-target)
160 $(prep-target)
164 $(prep-target)
168 $(prep-target)
185 $(prep-target)
189 $(prep-target)
[all...]
/openjdk7/corba/make/common/
H A DBuildToolJar.gmk46 @$(prep-target)
50 @$(prep-target)
/openjdk7/hotspot/src/share/vm/ci/
H A DciCallSite.cpp44 // Return the target MethodHandle of this CallSite.
47 oop method_handle_oop = java_lang_invoke_CallSite::target(get_oop());
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLFormElement.java98 * Frame to render the resource in. See the target attribute definition
102 public void setTarget(String target); argument
/openjdk7/jaxp/src/org/xml/sax/
H A DDocumentHandler.java245 * @param target The processing instruction target.
251 public abstract void processingInstruction (String target, String data) argument

Completed in 79 milliseconds

1234567891011>>