Searched refs:child (Results 201 - 225 of 300) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServicesSupport.java151 * protected nested class containing per child information, an instance
152 * of which is associated with each child in the "children" hashtable.
153 * subclasses can extend this class to include their own per-child state.
155 * Note that this 'value' is serialized with the corresponding child 'key'
476 // release all references for this child since it has been unnested.
582 * @param targetChild the child to create the Child on behalf of
819 public Object getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException { argument
820 if (child == null) throw new NullPointerException("child");
830 synchronized(children) { bcsc = (BCSSChild)children.get(child); }
884 releaseService(BeanContextChild child, Object requestor, Object service) argument
992 getChildBeanContextServicesListener(Object child) argument
1011 childJustRemovedHook(Object child, BCSChild bcsc) argument
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java388 // returns the list of child paths of "path"
400 IndexNode child = inode.child;
401 while (child != null) {
402 ZipPath zp = toZipPath(child.name);
405 child = child.sibling;
1126 e.sibling = parent.child;
1127 parent.child = e;
1344 if (inode.isDir() && inode.child !
1782 IndexNode child; // 1st child field in class:ZipFileSystem.IndexNode
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java1194 Node child = children.item(i);
1195 int childID = MarkerSegment.getAttributeValue(child,
1216 dqt.tables.set(tableIndex, dqt.getQtableFromNode(child));
1219 dqt.tables.add(dqt.getQtableFromNode(child));
1270 Node child = children.item(i);
1271 NamedNodeMap attrs = child.getAttributes();
1272 int childID = MarkerSegment.getAttributeValue(child,
1277 int childClass = MarkerSegment.getAttributeValue(child,
1299 dht.tables.set(tableIndex, dht.getHtableFromNode(child));
1302 dht.tables.add(dht.getHtableFromNode(child));
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DCTypeTreeNodeAdapter.java214 public int getIndexOfChild(SimpleTreeNode child) { argument
215 CTypeFieldIdentifier id = (CTypeFieldIdentifier)((FieldTreeNodeAdapter) child).getID();
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenu.java596 int getAccessibleChildIndex(MenuComponent child) { argument
597 return items.indexOf(child);
H A DMenuBar.java51 * along to its child menus.
376 // Pass MenuShortcut on to child menus.
476 int getAccessibleChildIndex(MenuComponent child) { argument
477 return menus.indexOf(child);
H A DDialog.java154 * from the same document except those from its own child hierarchy.
155 * A document is a top-level window without an owner. It may contain child
163 * from the same Java application except those from its own child hierarchy.
171 * from the same toolkit except those from its own child hierarchy. If there
251 * blocked by document-modal dialogs from outside of its child hierarchy.
258 * child hierarchy.
945 Window child = ownedWindowList.elementAt(i).get();
946 if ((child != null) && child.showWithParent) {
947 child
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DTypeUseBinder.java109 for( DPattern child : p ) {
110 TypeUse s = child.accept(this);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyNodeImpl.java202 * Private method sets a child node. This is called from the child's
205 * @param child new <code>PolicyNodeImpl</code> child node
207 private void addChild(PolicyNodeImpl child) { argument
211 mChildren.add(child);
250 // now that we've called prune on the child, see if we should
258 * Deletes the specified child node of this node, if it exists.
260 * @param childNode the child node to be deleted
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java129 * child process for the activation group. <p>
172 /** timeout on wait for child process to be created or destroyed */
178 /** timeout on wait for child process to be created */
655 // destroy all child processes (groups)
706 // destroy all child processes (groups) quickly
815 transient Process child = null; field in class:Activation.GroupEntry
872 if (child != null && status != CREATING) {
1015 } else if (child != null && status == NORMAL) {
1042 if (child != null) {
1043 child
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DScheduledThreadPoolExecutor.java896 int child = (k << 1) + 1;
897 RunnableScheduledFuture c = queue[child];
898 int right = child + 1;
900 c = queue[child = right];
905 k = child;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java364 * Returns the specified Accessible child of the object. The Accessible
365 * children of an Accessible object are zero-based, so the first child
366 * of an Accessible child is at index 0, the second child is at index 1,
369 * @param i zero-based index of child
370 * @return the Accessible child of the object
684 * Returns the Accessible child, if one exists, contained at the local
711 // only table child that is not a table row.
1407 * invalidated. This is because any time one of the child attributes
1445 Element child
2742 indexOf(ElementInfo child) argument
2778 addChild(ElementInfo child) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java648 /** Appends a child to the specified parent in the table. */
658 // set previous sibling of new child
662 // update parent's last child
757 /** Inserts a child before the specified node in the table. */
777 /** Sets the last child of the parentIndex to childIndex. */
809 /** Returns the last child of the given node. */
815 * Returns the last child of the given node.
816 * @param free True to free child index.
1165 // go in reverse order: find last child, then
1192 int child
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenu.java294 * description: When the menu is selected, its popup child is shown.
896 * the direct child of a menubar.
1410 for (Component child : children) {
1411 if (child instanceof Accessible) {
1419 * Returns the nth Accessible child of the object.
1421 * @param i zero-based index of child
1422 * @return the nth Accessible child of the object
1427 for (Component child : children) {
1428 if (child instanceof Accessible) {
1430 if (child instanceo
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java218 * While this attributes X incorrectly to its parent element, this preserves the parent/child
219 * relationship between unmarshalled objects and {@link State} parent/child relationship, and
241 * or by a child {@link Loader} when
482 // tell the parent about the new child
485 // and tell the new child that you are activated
508 State child = current;
510 // tell the child that your time is up
511 child.loader.leaveElement(child,tagName);
513 // child
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java745 int child = vec.elementAt(i);
747 if (child == node)
755 if (!dtm.isNodeAfter(node, child))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java380 Element child = getOrCreateElement(elementName);
381 modelGroups.peek().addTerm( Occurence.wrap( child, occurence ) );
382 child.isReferenced = true;
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java93 UnixPath child = ds.directory().resolve(file);
99 child.checkRead();
127 return new UnixSecureDirectoryStream(child, ptr, newdfd2, null);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp691 // a) found a non-child window so terminate
693 // that is child though)
1984 * Windows, and not Java. It is sent only after child windows were destroyed.
2066 AwtComponent* child = AwtComponent::GetComponent(hCtrl); local
2067 if (child) {
2068 ::SetBkColor(hDC, child->GetBackgroundColor());
2069 ::SetTextColor(hDC, child->GetColor());
2070 retBrush = child->GetBackgroundBrush();
4090 AwtComponent* child = AwtComponent::GetComponent(hWndChild); local
4091 if (child) {
4107 AwtComponent* child = AwtComponent::GetComponent(compareInfo.hwndItem); local
4129 AwtComponent* child = (AwtComponent *)AwtComponent::GetComponent(deleteInfo.hwndItem); local
4181 AwtComponent* child = AwtComponent::GetComponent(drawInfo.hwndItem); local
4194 AwtComponent* child = AwtComponent::GetComponent(hChild); local
4712 ChildListItem* child; local
4725 ChildListItem* child = m_childList; local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java413 * Parse the contents of this syntax tree nodes (child nodes, XPath
434 SyntaxTreeNode child = (SyntaxTreeNode)_contents.elementAt(i);
435 parser.getSymbolTable().setCurrentNode(child);
436 child.parseContents(parser);
438 final QName varOrParamName = updateScope(parser, child);
486 * Call typeCheck() on all child syntax tree nodes.
507 * Call translate() on all child syntax tree nodes.
513 // Call translate() on all child nodes
783 * Adds a child node to this syntax tree node.
784 * @param element is the new child nod
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java715 Path child = parent;
717 child = child.resolve(name);
718 createAndCheckIsDirectory(child, attrs);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DScreenMenuItem.java194 public void setChildVisible(final JMenuItem child, final boolean b) {} argument
H A DScreenMenuItemCheckbox.java189 public void setChildVisible(final JMenuItem child, final boolean b) {} argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaComponentAccessibility.h87 - (NSUInteger)accessibilityIndexOfChild:(id)child;
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java554 TestCanvas child = new TestCanvas();
555 testCanvas = child;
556 f.add(child);
559 BufferedImage bimg = child.getImage();

Completed in 121 milliseconds

1234567891011>>