Searched defs:createInstance (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DNonContextualGlyphSubstProc.cpp59 SubtableProcessor *NonContextualGlyphSubstitutionProcessor::createInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:NonContextualGlyphSubstitutionProcessor
H A DNonContextualGlyphSubstProc2.cpp60 SubtableProcessor2 *NonContextualGlyphSubstitutionProcessor2::createInstance( function in class:NonContextualGlyphSubstitutionProcessor2
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DStateTrackableDelegate.java68 public static StateTrackableDelegate createInstance(State state) { method in class:StateTrackableDelegate
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DCompositeStructureBeanInfo.java57 public CompositeStructure createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException, SAXException { method in class:CompositeStructureBeanInfo
H A DAnyTypeBeanInfo.java71 public Object createInstance(UnmarshallingContext context) { method in class:AnyTypeBeanInfo
H A DLeafBeanInfoImpl.java97 public BeanT createInstance(UnmarshallingContext context) { method in class:LeafBeanInfoImpl
H A DValueListBeanInfoImpl.java139 public final Object createInstance(UnmarshallingContext context) { method in class:ValueListBeanInfoImpl
H A DArrayBeanInfoImpl.java141 public final Object createInstance(UnmarshallingContext context) { method in class:ArrayBeanInfoImpl
H A DClassBeanInfoImpl.java265 public BeanT createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException, SAXException { method in class:ClassBeanInfoImpl
H A DElementBeanInfoImpl.java230 child = context.createInstance(ElementBeanInfoImpl.this);
287 public final JAXBElement createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException { method in class:ElementBeanInfoImpl
H A DJaxBeanInfo.java303 public abstract BeanT createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException, SAXException; method in class:JaxBeanInfo
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DTranslucentWindowPainter.java77 public static TranslucentWindowPainter createInstance(WWindowPeer peer) { method in class:TranslucentWindowPainter
/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactoryFinder.java171 sf = createInstance(r, true);
206 sf = createInstance(factoryClassName, true);
237 return createInstance("com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory", true);
282 SchemaFactory createInstance( String className ) { method in class:SchemaFactoryFinder
283 return createInstance( className, false );
286 SchemaFactory createInstance( String className, boolean useServicesMechanism ) { method in class:SchemaFactoryFinder
289 debugPrintln("createInstance(" + className + ")");
385 return createInstance(factoryClassName);
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactoryFinder.java168 xpathFactory = createInstance(r, true);
203 xpathFactory = createInstance(factoryClassName, true);
236 return createInstance("com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl", true);
282 XPathFactory createInstance( String className ) { method in class:XPathFactoryFinder
283 return createInstance( className, false );
285 XPathFactory createInstance( String className, boolean useServicesMechanism ) { method in class:XPathFactoryFinder
288 debugPrintln("createInstance(" + className + ")");
475 return createInstance(factoryClassName, true);
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DBaseLocale.java66 public static BaseLocale createInstance(String language, String region) { method in class:BaseLocale
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDragSourceProtocol.java59 static XDragSourceProtocol createInstance(XDragSourceProtocolListener listener) { method in class:MotifDnDDragSourceProtocol
H A DXDnDDragSourceProtocol.java59 static XDragSourceProtocol createInstance(XDragSourceProtocolListener listener) { method in class:XDnDDragSourceProtocol
H A DMotifDnDDropTargetProtocol.java67 static XDropTargetProtocol createInstance(XDropTargetProtocolListener listener) { method in class:MotifDnDDropTargetProtocol
H A DXDnDDropTargetProtocol.java75 static XDropTargetProtocol createInstance(XDropTargetProtocolListener listener) { method in class:XDnDDropTargetProtocol
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java301 public Object createInstance() throws SAXException { method in class:UnmarshallingContext.Factory
588 public Object createInstance( Class<?> clazz ) throws SAXException { method in class:UnmarshallingContext
592 return factory.createInstance();
601 public Object createInstance( JaxBeanInfo beanInfo ) throws SAXException { method in class:UnmarshallingContext
605 return factory.createInstance();
608 return beanInfo.createInstance(this);

Completed in 346 milliseconds