Searched refs:getContainer (Results 1 - 25 of 84) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextContainerProxy.java51 Container getContainer(); method in interface:BeanContextContainerProxy
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DContainerResolver.java50 public Container getContainer() {
92 public abstract @NotNull Container getContainer(); method in class:ContainerResolver
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapter.java61 Module module = endpoint.getContainer().getSPI(Module.class);
63 LOGGER.warning("Container "+endpoint.getContainer()+" doesn't support "+Module.class);
80 WebModule webModule = endpoint.getContainer().getSPI(WebModule.class);
83 throw new WebServiceException("Container "+endpoint.getContainer()+" doesn't support "+WebModule.class);
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DContainerEvent.java110 * @see #getContainer()
126 public Container getContainer() { method in class:ContainerEvent
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtensionContext.java58 @NotNull Container getContainer(); method in interface:WSDLParserExtensionContext
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DEditableView.java74 Container host = getContainer();
106 Container host = parent.getContainer();
H A DNoFramesView.java65 Container host = getContainer();
90 Container host = p.getContainer();
H A DLineView.java170 Container c = getContainer();
H A DFrameView.java115 Container c = getContainer();
133 JTextComponent t = (JTextComponent)parent.getContainer();
151 Container host = getContainer();
265 return (JEditorPane)frameSetView.getContainer();
H A DIsindexView.java108 JEditorPane pane = (JEditorPane)getContainer();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPasswordView.java68 Container c = getContainer();
107 Container c = getContainer();
153 Container c = getContainer();
185 Container c = getContainer();
221 Container c = getContainer();
H A DFieldView.java61 Component c = getContainer();
91 Component c = getContainer();
155 Component c = getContainer();
219 Component c = getContainer();
H A DIconView.java72 c.paintIcon(getContainer(), g, alloc.x, alloc.y);
H A DLabelView.java170 Container c = getContainer();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DWSDLParserExtensionContextImpl.java64 public Container getContainer() { method in class:WSDLParserExtensionContextImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DPolicyResolver.java133 public Container getContainer() { method in class:PolicyResolver.ServerContext
172 public Container getContainer() { method in class:PolicyResolver.ClientContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DMonitorRootClient.java70 private Container getContainer() { return stub.owner.getContainer(); } method in class:MonitorRootClient
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java463 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.getContainer(2);
606 attrList = Container.getContainer(
1778 static Container getContainer(int size) { method in class:Container
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaRootPaneUI.java114 if (e.getContainer() instanceof JRootPane) {
115 final JRootPane root = (JRootPane)e.getContainer();
142 if (e.getContainer() instanceof JRootPane) {
143 final JRootPane root = (JRootPane)e.getContainer();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGenExtnContext.java82 public Container getContainer() { method in class:WSDLGenExtnContext
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest7169395.java63 public Container getContainer() { method in class:Test7169395.Component
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java101 public abstract @NotNull Container getContainer(); method in class:WSService
152 public Container getContainer() { method in class:WSService.InitParams
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/outline/
H A DOutline.java119 JClassContainer getContainer(CClassInfoParent parent, Aspect aspect ); method in interface:Outline
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTransportTubeFactory.java117 context.getBinding(), context.getContainer());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java246 Component c = getContainer();
259 Component c = getContainer();
273 Component c = getContainer();

Completed in 123 milliseconds

1234