Searched defs:Container (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DContainer.java46 * {@link WSEndpoint} and then to {@link Container}.
64 public abstract class Container { class
68 protected Container() { method in class:Container
89 * Constant that represents a "no {@link Container}",
92 public static final Container NONE = new Container() {
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest5023552.java47 encoder.setPersistenceDelegate(Container.class, new PersistenceDelegate() {
49 Container container = (Container) oldInstance;
57 public Container create(Component component) {
58 return new Container(component);
62 public static final class Container { class in class:Test5023552
65 public Container(Component component) { method in class:Test5023552.Container
H A DTest7169395.java44 Container container = new Container();
53 private final Container container;
58 public Component(Container container, String name) {
63 public Container getContainer() {
80 public static class Container { class in class:Test7169395
/openjdk7/jdk/test/java/io/Serializable/badSubstByReplace/
H A DBadSubstByReplace.java36 class Container implements Serializable { class in inherits:Serializable
58 Container c = new Container();
66 c = (Container)in.readObject(); // throws IllegalArgumentException.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java460 Container attrList;
463 attrList = Container.getContainer(5);
477 attrList = Container.getContainer(7);
495 attrList = Container.getContainer(5);
509 attrList = Container.getContainer(10);
533 attrList = Container.getContainer(10);
557 attrList = Container.getContainer(4);
569 attrList = Container.getContainer(6);
585 attrList = Container.getContainer(4);
598 attrList = Container
1776 abstract class Container { class
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java91 public class Container extends Component { class in inherits:Component
93 private static final PlatformLogger log = PlatformLogger.getLogger("java.awt.Container");
94 private static final PlatformLogger eventLog = PlatformLogger.getLogger("java.awt.event.Container");
123 * Container's children, if this Container is a focus cycle root. If the
124 * value is null, this Container inherits its policy from its focus-cycle-
125 * root ancestor. If all such ancestors of this Container have null
131 * If this Container is not a focus cycle root, the value will be
133 * Containers until this Container is made a focus cycle root.
145 * Normal traversal is limited to this Container, an
276 public Container() { method in class:Container
[all...]

Completed in 75 milliseconds