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

12345

/openjdk10/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextContainerProxy.java51 Container getContainer(); method in interface:BeanContextContainerProxy
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DContainerResolver.java86 public abstract @NotNull Container getContainer(); method in class:ContainerResolver
H A DThreadLocalContainerResolver.java56 public Container getContainer() { method in class:ThreadLocalContainerResolver
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapter.java62 Module module = endpoint.getContainer().getSPI(Module.class);
65 new Object[]{endpoint.getContainer(), Module.class});
82 WebModule webModule = endpoint.getContainer().getSPI(WebModule.class);
85 throw new WebServiceException("Container "+endpoint.getContainer()+" doesn't support "+WebModule.class);
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/event/
H A DContainerEvent.java110 * @see #getContainer()
126 public Container getContainer() { method in class:ContainerEvent
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtensionContext.java58 @NotNull Container getContainer(); method in interface:WSDLParserExtensionContext
/openjdk10/jdk/src/java.desktop/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.java171 Container c = getContainer();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/
H A DMonitorRootClient.java66 private Container getContainer() { return stub.owner.getContainer(); } method in class:MonitorRootClient
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java50 Container getContainer() { return container; } method in class:Engine
54 this(id, ContainerResolver.getDefault().getContainer(), threadPool);
63 this(id, ContainerResolver.getDefault().getContainer());
H A DTransportTubeFactory.java117 for (TransportTubeFactory factory : ServiceFinder.find(TransportTubeFactory.class,classLoader, context.getContainer())) {
130 context.getBinding(), context.getContainer());
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/wsdl/parser/
H A DWSDLParserExtensionContextImpl.java64 public Container getContainer() { method in class:WSDLParserExtensionContextImpl
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/databinding/
H A DWSDLGenInfo.java50 public Container getContainer() { method in class:WSDLGenInfo
/openjdk10/jaxws/src/java.xml.ws/share/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
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java462 attrList = Container.getContainer(5);
476 attrList = Container.getContainer(7);
494 attrList = Container.getContainer(5);
508 attrList = Container.getContainer(10);
532 attrList = Container.getContainer(10);
556 attrList = Container.getContainer(4);
568 attrList = Container.getContainer(6);
584 attrList = Container.getContainer(4);
597 attrList = Container.getContainer(2);
605 attrList = Container.getContainer(
1775 static Container getContainer(int size) { method in class:Container
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DPasswordView.java90 Container c = getContainer();
159 Container c = getContainer();
248 Container c = getContainer();
280 Container c = getContainer();
316 Container c = getContainer();
H A DIconView.java72 c.paintIcon(getContainer(), g, alloc.x, alloc.y);
H A DFieldView.java61 Component c = getContainer();
91 Component c = getContainer();
155 Component c = getContainer();
220 Component c = getContainer();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/
H A DWSService.java107 public abstract @NotNull Container getContainer(); method in class:WSService
116 return getContainer().getSPI(spiType);
172 public Container getContainer() { method in class:WSService.InitParams
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/assembler/
H A DDefaultClientTubelineAssemblyContext.java129 public Container getContainer() { method in class:DefaultClientTubelineAssemblyContext
130 return wrappedContext.getContainer();
H A DTubelineAssemblyController.java78 MetroConfigLoader configLoader = new MetroConfigLoader(context.getContainer(), metroConfigName);
107 MetroConfigLoader configLoader = new MetroConfigLoader(context.getEndpoint().getContainer(), metroConfigName);
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/
H A DHeaderContainer.java68 public ReadOnlyDataContainer getContainer() { method in class:HeaderContainer
/openjdk10/jdk/src/java.desktop/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();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGenExtnContext.java82 public Container getContainer() { method in class:WSDLGenExtnContext

Completed in 212 milliseconds

12345