软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
org.w3c.dom.bootstrap | |
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
T |
Class.newInstance()
创建这个
类 对象表示的类的一个新实例。
|
Modifier and Type | Method and Description |
---|---|
T |
Constructor.newInstance(Object... initargs)
利用这
Constructor 对象创建和初始化的构造函数的声明类的一个新实例构造函数,用指定的初始化参数。
|
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
ResourceBundle.Control.newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
实例化一个给定的给定的格式和现场束名称资源束,使用给定的类装载器,如果有必要的话。
|
Modifier and Type | Method and Description |
---|---|
static void |
UIManager.setLookAndFeel(String className)
荷载
LookAndFeel 由给定类的名称,使用当前线程的上下文类加载器,并通过它的
setLookAndFeel(LookAndFeel) 。
|
Modifier and Type | Method and Description |
---|---|
static DOMImplementationRegistry |
DOMImplementationRegistry.newInstance()
获得一个
DOMImplementationRegistry 新实例。
|
Modifier and Type | Method and Description |
---|---|
static Parser |
ParserFactory.makeParser()
过时的。
使用`组织创建一个新的SAX解析器SAX解析器,XML,系统性能。
|
static Parser |
ParserFactory.makeParser(String className)
过时的。
创建一个新的使用类名提供SAX解析器对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.