Searched defs:container (Results 26 - 50 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java140 private void enumerateCycle(Container container, List<Component> cycle) { argument
141 if (!(container.isVisible() && container.isDisplayable())) {
145 cycle.add(container);
147 Component[] components = container.getComponents();
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainerOrderFocusTraversalPolicy.java114 private void enumerateCycle(Container container, List cycle) { argument
115 if (!(container.isVisible() && container.isDisplayable())) {
119 cycle.add(container);
121 Component[] components = container.getComponents();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java143 private Container container; field in class:WSService.InitParams
150 this.container = c;
153 return container;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java71 private final @NotNull Container container; field in class:ClientTubeAssemblerContext
93 @NotNull Container container) {
95 this(address, wsdlModel, rootOwner, binding, container, ((BindingImpl)binding).createCodec() );
105 @NotNull Container container, Codec codec) {
106 this(address, wsdlModel, rootOwner, binding, container, codec, null);
116 @NotNull Container container, Codec codec, SEIModel seiModel) {
117 this(address, wsdlModel, rootOwner, null/* no info on which port it is, so pass null*/, binding, container, codec,seiModel);
127 @NotNull Container container, Codec codec, SEIModel seiModel) {
128 this(address, wsdlModel, (bindingProvider==null? null: bindingProvider.getPortInfo().getOwner()), bindingProvider, binding, container, codec,seiModel);
136 @NotNull Container container, Code
91 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container) argument
103 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container, Codec codec) argument
114 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel) argument
125 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSBindingProvider bindingProvider, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel) argument
134 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @Nullable WSService rootOwner, @Nullable WSBindingProvider bindingProvider, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel) argument
[all...]
/openjdk7/jdk/test/java/awt/List/SetBackgroundTest/
H A DSetBackgroundTest.java121 private static void testComponent(Container container, Component component, Color color){ argument
125 container.setLayout(new BorderLayout());
126 container.add(component, BorderLayout.CENTER);
127 frame.add(container, BorderLayout.CENTER);
128 frame.add("Center", container);
136 Sysout.println(" container = "+container);
148 container.remove(component);
149 frame.remove(container);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DEnvironmentCheck.java410 * @param container Node to append our report to
416 public void appendEnvironmentReport(Node container, Document factory, Hashtable h) argument
418 if ((null == container) || (null == factory))
427 container.appendChild(envCheckNode);
503 * @param container Node to append our report to
512 protected boolean appendFoundJars(Node container, Document factory, argument
542 container.appendChild(node);
549 container.appendChild(node);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java209 public SymtabEntry container () method in class:SymtabEntry
212 } // container
216 public void container (SymtabEntry newContainer) method in class:SymtabEntry
220 } // container
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLNames.java684 public static void setMethodNames (CompoundType container, argument
821 // Now see if we have a collision with the container name (28.3.2.9).
823 String containerName = container.getIDLName();
1019 public static void setMemberNames (CompoundType container, argument
1042 // First see if we have a collision with the container name (28.3.2.9).
1044 String containerName = container.getIDLName();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenTool.java90 public WsgenTool(OutputStream out, Container container) { argument
92 this.container = container;
134 private final Container container; field in class:WsgenTool
273 }, bindingID.createBinding(wsfeatures.toArray()), container,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java112 CClassInfoParent container,
120 this.parent = container;
110 CEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java448 * @param container
450 * negotiate private contracts between them and the container
491 @Nullable Container container,
500 implType,processHandlerAnnotation, invoker,serviceName,portName,container,binding,primaryWsdl,metadata,resolver,isTransportSynchronous);
524 @Nullable Container container,
529 return create(implType,processHandlerAnnotation,invoker,serviceName,portName,container,binding,primaryWsdl,metadata,resolver,false);
548 @Nullable Container container,
554 implType,processHandlerAnnotation,invoker,serviceName,portName,container,binding,primaryWsdl,metadata,
485 create( @otNull Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, @Nullable EntityResolver resolver, boolean isTransportSynchronous) argument
518 create( @otNull Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, @Nullable EntityResolver resolver) argument
542 create( @otNull Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, @Nullable URL catalogUrl) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGeneratorExtension.java61 * @param container The entry point to the external environment.
67 public void start(@NotNull TypedXmlWriter root, @NotNull SEIModel model, @NotNull WSBinding binding, @NotNull Container container) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java101 @Nullable Container container, @Nullable WSBinding binding,
122 if(container==null)
123 container = ContainerResolver.getInstance().getContainer();
163 wsdlPort = getWSDLPort(primaryDoc, docList, serviceName, portName, container);
183 new PolicyResolver.ServerContext(null, container, implType, false));
198 primaryDoc = generateWSDL(binding, seiModel, docList, container, implType);
200 wsdlPort = getWSDLPort(primaryDoc, docList, serviceName, portName, container);
221 return new WSEndpointImpl<T>(serviceName, portName, binding,container,seiModel,wsdlPort,implType, serviceDefiniton,terminal, isTransportSynchronous, policyMap);
418 Container container, Class implType) {
431 WSDLGenerator wsdlGen = new WSDLGenerator(seiModel, wsdlResolver, binding, container, implTyp
98 createEndpoint( Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) argument
417 generateWSDL(WSBinding binding, AbstractSEIModelImpl seiModel, List<SDDocumentImpl> docs, Container container, Class implType) argument
516 getWSDLPort(SDDocumentSource primaryWsdl, List<? extends SDDocumentSource> metadata, @NotNull QName serviceName, @NotNull QName portName, Container container) argument
[all...]
H A DWSEndpointImpl.java87 private final @NotNull Container container; field in class:WSEndpointImpl
116 Container container, SEIModel seiModel, WSDLPort port,
125 this.container = container;
140 Thread.currentThread().getContextClassLoader(), binding.getBindingId(), container);
218 return container;
115 WSEndpointImpl(@otNull QName serviceName, @NotNull QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, @Nullable ServiceDefinitionImpl serviceDef, InvokerTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java106 private Container container; field in class:EndpointImpl
245 container = getContainer();
251 container,
363 * Endpoints within a EndpointContext get the same container.
369 return ((EndpointImpl)e).container;
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java218 * Adds all {@code JEditorPanes} under {@code container} tagged by {@code
223 * @param c the container to find all frames under
226 private static void getFrames(final Container container, List<JEditorPane> list) { argument
227 for (Component c : container.getComponents()) {
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java65 Class<?> container) {
70 return parseAnnotations2(rawAnnotations, constPool, container);
82 Class<?> container) {
88 Annotation a = parseAnnotation(buf, constPool, container, false);
127 Class<?> container) {
129 return parseParameterAnnotations2(rawAnnotations, constPool, container);
142 Class<?> container) {
152 Annotation a = parseAnnotation(buf, constPool, container, false);
192 Class<?> container,
200 annotationClass = (Class<? extends Annotation>)parseSig(sig, container);
62 parseAnnotations( byte[] rawAnnotations, ConstantPool constPool, Class<?> container) argument
79 parseAnnotations2( byte[] rawAnnotations, ConstantPool constPool, Class<?> container) argument
124 parseParameterAnnotations( byte[] rawAnnotations, ConstantPool constPool, Class<?> container) argument
139 parseParameterAnnotations2( byte[] rawAnnotations, ConstantPool constPool, Class<?> container) argument
190 parseAnnotation(ByteBuffer buf, ConstantPool constPool, Class<?> container, boolean exceptionOnMissingAnnotationClass) argument
290 parseMemberValue(Class<?> memberType, ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
364 parseClassValue(ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
384 parseSig(String sig, Class<?> container) argument
414 parseEnumValue(Class<? extends Enum> enumType, ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
454 parseArray(Class<?> arrayType, ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
662 parseClassArray(int length, ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
682 parseEnumArray(int length, Class<? extends Enum> enumType, ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
702 parseAnnotationArray(int length, Class<? extends Annotation> annotationType, ByteBuffer buf, ConstantPool constPool, Class<?> container) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMenuItemPeer.java48 private XBaseMenuWindow container; field in class:XMenuItemPeer
63 * Rectange occupied by menu item in container's
70 * Point in container's coordinate system used as
244 if (container == null) {
247 if (container.getRootMenuWindow() instanceof XPopupMenuPeer) {
266 * @param container the window that this item belongs to.
268 void setContainer(XBaseMenuWindow container) { argument
270 this.container = container;
278 return this.container;
[all...]
H A DInfoWindow.java43 private Container container; field in class:InfoWindow
49 container = new Container() {
57 add(container, BorderLayout.CENTER);
58 container.setLayout(new BorderLayout());
64 container.add(c, BorderLayout.CENTER);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DUtil.java187 String pkg = containerFullName (entry.container ());
221 public static String containerFullName( SymtabEntry container) argument
223 String name = doContainerFullName( container ) ;
253 private static String doContainerFullName (SymtabEntry container) argument
257 if (container == null)
261 if (container instanceof InterfaceEntry ||
262 container instanceof StructEntry ||
263 container instanceof UnionEntry)
264 name = container.name () + "Package";
266 name = container
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java160 private final Container container; field in class:WSServiceDelegate
192 this.container = tContainer;
196 ServiceInterceptor si = container.getSPI(ServiceInterceptor.class);
440 return container;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java89 private final Container container; field in class:DeploymentDescriptorParser
111 * @param container
116 public DeploymentDescriptorParser(ClassLoader cl, ResourceLoader loader, Container container, AdapterFactory<A> adapterFactory) throws MalformedURLException { argument
119 this.container = container;
245 serviceName, portName, container, binding,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DRuntimeWSDLParser.java118 boolean isClientSide, Container container,
120 return parse(wsdlLoc, wsdlSource, resolver, isClientSide, container, PolicyResolverFactory.create(),extensions);
133 boolean isClientSide, Container container, @NotNull PolicyResolver policyResolver,
137 RuntimeWSDLParser wsdlParser = new RuntimeWSDLParser(wsdlSource.getSystemId(), new EntityResolverWrapper(resolver), isClientSide, container, policyResolver, extensions);
149 return tryWithMex(wsdlParser, wsdlLoc, resolver, isClientSide, container, e, policyResolver, extensions);
155 return tryWithMex(wsdlParser, wsdlLoc, resolver, isClientSide, container, e, policyResolver, extensions);
168 private static WSDLModelImpl tryWithMex(@NotNull RuntimeWSDLParser wsdlParser, @NotNull URL wsdlLoc, @NotNull EntityResolver resolver, boolean isClientSide, Container container, Throwable e, PolicyResolver policyResolver, WSDLParserExtension... extensions) throws SAXException, XMLStreamException { argument
171 WSDLModelImpl wsdlModel = wsdlParser.parseUsingMex(wsdlLoc, resolver, isClientSide, container, policyResolver,extensions);
186 private WSDLModelImpl parseUsingMex(@NotNull URL wsdlLoc, @NotNull EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension[] extensions) throws IOException, SAXException, XMLStreamException, URISyntaxException { argument
202 wsdlParser = new RuntimeWSDLParser(wsdlLoc.toExternalForm(), new MexEntityResolver(wsdls), isClientSide, container, policyResolve
117 parse(@ullable URL wsdlLoc, @NotNull Source wsdlSource, @NotNull EntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) argument
132 parse(@ullable URL wsdlLoc, @NotNull Source wsdlSource, @NotNull EntityResolver resolver, boolean isClientSide, Container container, @NotNull PolicyResolver policyResolver, WSDLParserExtension... extensions) argument
235 parse(XMLEntityResolver.Parser wsdl, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) argument
245 parse(XMLEntityResolver.Parser wsdl, XMLEntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) argument
255 RuntimeWSDLParser(@otNull String sourceLocation, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Cursor.cpp555 JNIEnv *env, jobject, jobject container, jint x, jint y)
565 JNI_CHECK_NULL_RETURN_NULL(container, "null container");
567 env->CallObjectMethod(container, AwtContainer::findComponentAtMID,
554 Java_sun_awt_windows_WGlobalCursorManager_findComponentAt( JNIEnv *env, jobject, jobject container, jint x, jint y) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java184 // If one boundary-point of a Range is set to have a root container
221 // If one boundary-point of a Range is set to have a root container
262 // If one boundary-point of a Range is set to have a root container
301 // If one boundary-point of a Range is set to have a root container
340 // If one boundary-point of a Range is set to have a root container
379 // If one boundary-point of a Range is set to have a root container
530 // case 1: same container
531 // case 2: Child C of container A is ancestor of B
532 // case 3: Child C of container B is ancestor of A
535 // case 1: same container
2064 getSelectedNode( Node container, int offset ) argument
[all...]

Completed in 115 milliseconds

123