Searched defs:create (Results 26 - 50 of 313) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcherFactory.java31 public LocalClientRequestDispatcher create( int id, IOR ior ) ; method in interface:LocalClientRequestDispatcherFactory
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/transport/
H A DCorbaContactInfoListFactory.java33 /** Interface used to create a ContactInfoList from an IOR, as required
45 * create is called.
49 public CorbaContactInfoList create( IOR ior ) ; method in interface:CorbaContactInfoListFactory
H A DReadTimeoutsFactory.java31 // create transport read timeouts
32 public ReadTimeouts create(int initial_wait_time, method in interface:ReadTimeoutsFactory
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DRenderedImageFactory.java56 * <p> The create() method can return null if the
67 * were used to create the image. In addition any RenderedImages
76 RenderedImage create(ParameterBlock paramBlock, method in interface:RenderedImageFactory
H A DContextualRenderedImageFactory.java98 RenderedImage create(RenderContext renderContext, method in interface:ContextualRenderedImageFactory
134 * create(RenderContext, ParameterBlock)) with the same arguments
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpsServer.java62 public static HttpsServer create () throws IOException { method in class:HttpsServer
63 return create (null, 0);
85 public static HttpsServer create ( method in class:HttpsServer
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewOptionsCategory.java52 public OptionsPanelController create() { method in class:ViewOptionsCategory
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/util/
H A DBlockReference.java34 * This interface is usually used when one wants to create
42 * @param create
46 JBlock get(boolean create); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTXW.java87 public static <T extends TypedXmlWriter> T create( Class<T> rootElement, XmlSerializer out ) { method in class:TXW
108 * @see #create(Class,XmlSerializer)
110 public static <T extends TypedXmlWriter> T create( QName tagName, Class<T> rootElement, XmlSerializer out ) { method in class:TXW
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationParserFactory.java34 AnnotationParser create(); method in interface:AnnotationParserFactory
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DNullCalls.java53 public Remote create() throws RemoteException { method in class:NullCalls.ServerFactory
65 Server stub = (Server) bsrv.create(new ServerFactory());
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBorders/
H A DTest6657026.java51 test(create("ButtonBorder"));
52 test(create("MenuBarBorder"));
53 test(create("MenuItemBorder"));
54 test(create("PopupMenuBorder"));
56 test(create("Flush3DBorder"));
57 test(create("InternalFrameBorder"));
58 // NOT USED: test(create("FrameBorder"));
59 // NOT USED: test(create("DialogBorder"));
60 test(create("PaletteBorder"));
61 test(create("OptionDialogBorde
65 private static Border create(String name) { method in class:Test6657026
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAttributeValue.java33 public static final AttributeValue create(SyntaxTreeNode parent, method in class:AttributeValue
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathFactory.java50 XPath create(String exprString, SourceLocator locator, method in interface:XPathFactory
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObjectFactory.java45 static public XObject create(Object val) method in class:XObjectFactory
84 static public XObject create(Object val, XPathContext xctxt) method in class:XObjectFactory
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DTaggedComponentFactoryFinderImpl.java61 public TaggedComponent create( org.omg.CORBA.ORB orb, method in class:TaggedComponentFactoryFinderImpl
71 return (TaggedComponent)create( comp.tag, is ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorFactory.java37 public static DataCollector create( Applet app, Properties props, method in class:DataCollectorFactory
53 public static DataCollector create( String[] args, Properties props, method in class:DataCollectorFactory
60 public static DataCollector create( Properties props, method in class:DataCollectorFactory
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DEncapsulationFactoryBase.java45 public final Identifiable create( InputStream in ) method in class:EncapsulationFactoryBase
H A DIdentifiableFactoryFinder.java31 * Factories can be registered, and invoked through a create method, which
39 * read an Identifiable from is. Otherwise create an
44 Identifiable create(int id, InputStream is); method in interface:IdentifiableFactoryFinder
H A DTaggedProfileTemplate.java57 TaggedProfile create( ObjectKeyTemplate oktemp, ObjectId id ) ; method in interface:TaggedProfileTemplate
59 /** Write the profile create( oktemp, id ) to the OutputStream os.
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORBVersionFactory.java73 public static ORBVersion create( InputStream is ) method in class:ORBVersionFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DGrowableArray.java51 public static <S> GrowableArray<S> create(Address addr, InstanceConstructor<S> v) { method in class:GrowableArray
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPasswordFieldUI.java86 public View create(Element elem) { method in class:BasicPasswordFieldUI
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DVSyncedBSManager.java43 private static VSyncedBSManager getInstance(boolean create) { argument
44 if (theInstance == null && create) {
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DValueObjectImpl.java29 * to create the object that contains the result of method execution.
45 static ValueObject create(Object value) { method in class:ValueObjectImpl

Completed in 81 milliseconds

1234567891011>>