Searched refs:support (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTest7148143.java54 PropertyChangeSupport support = new PropertyChangeSupport(listener);
55 support.addPropertyChangeListener(listener);
56 support.addPropertyChangeListener("foo", listener); // cast class exception
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTest7148143.java54 VetoableChangeSupport support = new VetoableChangeSupport(listener);
55 support.addVetoableChangeListener(listener);
56 support.addVetoableChangeListener("foo", listener); // cast class exception
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DWhitespaceStrippingElementMatcher.java39 * @param support The XPath runtime state.
47 XPathContext support, Element targetElement) throws TransformerException;
46 shouldStripWhiteSpace( XPathContext support, Element targetElement) argument
H A DNodeSetDTM.java252 * does not support the clone() operation.
270 * does not support the clone() operation.
312 * DTMIterator interface, so we have to support it.
530 * Add a node to the NodeSetDTM. Not all types of NodeSetDTMs support this
673 // * @param support The XPath runtime context.
677 // public void addNodesInDocOrder(NodeList nodelist, XPathContext support)
691 // addNodeInDocOrder(node, support);
701 * @param support The XPath runtime context.
705 public void addNodesInDocOrder(DTMIterator iterator, XPathContext support) argument
715 addNodeInDocOrder(node, support);
794 addNodeInDocOrder(int node, boolean test, XPathContext support) argument
869 addNodeInDocOrder(int node, XPathContext support) argument
[all...]
H A DNodeSet.java157 * does not support the clone() operation.
199 * NodeIterator interface, so we have to support it.
374 * Add a node to the NodeSet. Not all types of NodeSets support this
514 * @param support The XPath runtime context.
518 public void addNodesInDocOrder(NodeList nodelist, XPathContext support) argument
532 addNodeInDocOrder(node, support);
542 * @param support The XPath runtime context.
546 public void addNodesInDocOrder(NodeIterator iterator, XPathContext support) argument
556 addNodeInDocOrder(node, support);
567 * @param support Th
573 addNodesInDocOrder(int start, int end, int testIndex, NodeList nodelist, XPathContext support) argument
634 addNodeInDocOrder(Node node, boolean test, XPathContext support) argument
708 addNodeInDocOrder(Node node, XPathContext support) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DDragRecognitionSupport.java35 * Drag gesture recognition support for classes that have a
60 DragRecognitionSupport support =
64 if (support == null) {
65 support = new DragRecognitionSupport();
66 AppContext.getAppContext().put(DragRecognitionSupport.class, support);
69 return support;
H A DBasicTextUI.java59 * This class also provides some concurrency support if the
93 * future Swing releases. The current serialization support is
95 * the same version of Swing. As of 1.4, support for long term storage
446 // backward compatibility support... keymaps for the UI
2419 public boolean importData(TransferSupport support) { argument
2420 isDrop = support.isDrop();
2424 ((JTextComponent)support.getComponent()).getDropMode() == DropMode.INSERT;
2426 dropBias = ((JTextComponent.DropLocation)support.getDropLocation()).getBias();
2428 dropAction = support.getDropAction();
2432 return super.importData(support);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DNamingEventNotifier.java57 private EventSupport support; field in class:NamingEventNotifier
63 NamingEventNotifier(EventSupport support, LdapCtx ctx, NotifierArgs info, argument
66 this.support = support;
179 support.removeDeadNotifier(info);
224 support.queueEvent(e, namingListeners);
236 support.queueEvent(e, namingListeners);
251 support.queueEvent(e, namingListeners);
276 support.queueEvent(e, namingListeners);
284 support
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNull.java100 * @param support XPath context to use for the conversion
104 public int rtf(XPathContext support) argument
106 // DTM frag = support.createDocumentFragment();
H A DXObject.java81 * For support of literal objects in xpaths.
320 * @param support XPath context to use for the conversion
324 public int rtf(XPathContext support) argument
331 DTM frag = support.createDocumentFragment();
345 * @param support XPath context to use for the conversion
349 public DocumentFragment rtree(XPathContext support) argument
356 DTM frag = support.createDocumentFragment();
365 DTM frag = support.getDTM(result);
485 * @param support XPath context to use for the conversion
491 public Object castToType(int t, XPathContext support) argument
[all...]
H A DXString.java177 * @param support Xpath context to use for the conversion
181 public int rtf(XPathContext support) argument
184 DTM frag = support.createDocumentFragment();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java74 * built in support will use the color returned by <code>getForeground</code> as the source
347 * Note: For components with built-in drop support, this location
704 * Causes the Swing drag support to be initiated. This is called by
708 * implementations to use the Swing drag support. This method can also be called
710 * to take advantage of the Swing drag support.
732 // only support known actions
734 // only support valid source actions
817 * @param support the object containing the details of
821 * @throws NullPointerException if <code>support</code> is {@code null}
825 public boolean importData(TransferSupport support) { argument
924 canImport(TransferSupport support) argument
1312 private TransferSupport support = field in class:TransferHandler.DropHandler
1433 setComponentDropLocation(TransferSupport support, boolean forDrop) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt67 Extending IORInfo to support the multiple server port API:
71 We support the multiple server port API in PortableInterceptors by
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DColorEditor.java147 support.firePropertyChange("", null, null);
186 support.addPropertyChangeListener(l);
190 support.removePropertyChangeListener(l);
213 private PropertyChangeSupport support = new PropertyChangeSupport(this); field in class:ColorEditor
H A DFontEditor.java112 support.firePropertyChange("", null, null);
196 support.addPropertyChangeListener(l);
200 support.removePropertyChangeListener(l);
217 private PropertyChangeSupport support = new PropertyChangeSupport(this); field in class:FontEditor
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.hpp66 static void get_optional_support(jmmOptionalSupport* support);
H A Dmanagement.cpp85 // These counters are for java.lang.management API support.
101 // Initialize optional support
153 void Management::get_optional_support(jmmOptionalSupport* support) { argument
154 memcpy(support, &_optional_support, sizeof(jmmOptionalSupport));
463 JVM_LEAF(jint, jmm_GetOptionalSupport(JNIEnv *env, jmmOptionalSupport* support))
464 if (support == NULL) {
467 Management::get_optional_support(support);
/openjdk7/jdk/make/java/jobjc/
H A DMakefile35 # FRAMEWORKS for which we want to build bridge support
57 @echo Updating bridge support in $(GEN_DIR)
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java412 Object support = textMIMESubtypeCharsetSupport.get(subType);
414 if (support != null) {
415 return (support == Boolean.TRUE);
426 Object support = textMIMESubtypeCharsetSupport.get(subType);
428 if (support != null) {
429 return (support == Boolean.TRUE);
443 // Although stringFlavor doesn't actually support the charset
481 * Returns whether this flavor is a text type which does not support the
1810 * We support representations which are exactly of the specified Class,
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp817 warning("ignoring option %s; support was removed in %s", argname, version);
1465 // not support full UseNUMA, we will map to UseNUMAInterleaving for now
2341 "Green threads support not available\n");
2389 // Out of the box management support
2981 // Sharing support
3109 warning("JSR 292 is not supported before 1.7. Disabling support.");

Completed in 104 milliseconds