Lines Matching refs:container

108  * invoked on the top-most invalid container of the hierarchy.
200 * added to a container that also is a peer.
982 * hosted by a native container somewhere higher up in the component
1038 * @return the parent container of this component
1131 * <code>Component</code> object's top-level container is
1179 "adding a container to a container on a different GraphicsDevice");
1231 * container and all its children are also valid.
1233 * before they are first shown on the screen. By the time the parent container
1394 * that the component must be visible, and it must be in a container
1447 * <p>Note: Disabling a heavyweight container prevents all components
1448 * in this container from receiving any input events. But disabling a
1449 * lightweight container affects only this container.
1509 // A disabled lw container is allowed to contain a focus owner.
2838 * usually called when the component (more specifically, container)
2892 * container of the hierarchy are marked invalid. If the {@code
2895 * Marking a container <i>invalid</i> indicates that the container needs to
2900 * component to a container).
2977 // topmost container
3083 * within all of the container's subcomponents, except for those
3357 // a parent native container provides the actual repaint
4926 // if focus owner is lightweight then its native container
5268 // in the native container.
5316 * events from this component when the hierarchy to which this container
5408 * container belongs changes.
5601 // in the native container.
5670 // in the native container.
5739 // in the native container.
5813 // in the native container.
6064 // in the native container.
6868 // have been enabled, then the nearest native container must
7790 * @param container the Container to be tested
7796 public boolean isFocusCycleRoot(Container container) {
7798 return (rootAncestor == container);
8000 * in the process of disposing its parent container.
8162 * Fetches the native container somewhere higher up in the component
8922 * Fix the location of the HW component in a LW container hierarchy.
9673 * The return value of false indicates that the container of the
9676 * Null-layout of the container or absence of the container mean
9826 // traversing the hierarchy up to the closest HW container;
9934 // Second, if my container is non-opaque, reapply shapes of siblings of my container
9954 // Second, if my container is non-opaque, cut siblings of my container
10057 // non-container components don't need to handle validation.