软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.print |
提供通用打印接口的类和接口。
|
javax.management |
在java管理扩展提供了核心课程。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
void |
SplashScreen.setImageURL(URL imageURL)
改变启动屏幕图像。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PrinterJob.setPageable(Pageable document)
查询
document 为页的数量和
PageFormat 和
Printable 每个页面中的
Pageable 实例举行,
document 。
|
Modifier and Type | Method and Description |
---|---|
static ObjectName |
ObjectName.getInstance(String name)
返回对象的一个实例,可以使用在任何地方获得
new ObjectName(name) 对象可以使用。
|
Modifier and Type | Method and Description |
---|---|
static Parser |
ParserFactory.makeParser()
过时的。
使用`组织创建一个新的SAX解析器SAX解析器,XML,系统性能。
|
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.