软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.print |
提供通用打印接口的类和接口。
|
java.lang |
提供对java编程语言的设计基础课。
|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name)
创建一个新的自定义光标对象。
|
Modifier and Type | Method and Description |
---|---|
PageFormat |
Pageable.getPageFormat(int pageIndex)
返回指定的页面
PageFormat
pageIndex 。
|
PageFormat |
Book.getPageFormat(int pageIndex)
返回指定的页面
PageFormat
pageIndex 。
|
Printable |
Pageable.getPrintable(int pageIndex)
返回
Printable 负责绘制指定的
pageIndex 页。
|
Printable |
Book.getPrintable(int pageIndex)
返回
Printable 负责绘制指定的
pageIndex 页。
|
void |
Book.setPage(int pageIndex, Printable painter, PageFormat page)
集
PageFormat 和指定页码的
Painter 。
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayIndexOutOfBoundsException
用以指示已访问了一个数组的非法索引。
|
class |
StringIndexOutOfBoundsException
被
String 方法表明,指数为负或者大于字符串的长度。
|
Modifier and Type | Method and Description |
---|---|
void |
RoleList.add(int index, Role role)
在指定的位置上插入指定的元素的角色。
|
void |
RoleUnresolvedList.add(int index, RoleUnresolved role)
在指定的位置上插入未解决的角色指定的元素。
|
boolean |
RoleList.addAll(int index, RoleList roleList)
将所有指定到这个列表的rolelist元素,从指定位置开始,在它们的迭代器指定的rolelist返回顺序。
|
boolean |
RoleUnresolvedList.addAll(int index, RoleUnresolvedList roleList)
将所有指定到这个列表的roleunresolvedlist元素,从指定位置开始,在它们的迭代器指定的roleunresolvedlist返回顺序。
|
boolean |
RoleList.addAll(RoleList roleList)
在指定附加到列表的末尾的rolelist所有元素,在它们的迭代器指定的rolelist返回顺序。
|
boolean |
RoleUnresolvedList.addAll(RoleUnresolvedList roleList)
在指定附加到列表的末尾的roleunresolvedlist所有元素,在它们的迭代器指定的roleunresolvedlist返回顺序。
|
void |
RoleList.set(int index, Role role)
将指定的位置设置为指定的角色。
|
void |
RoleUnresolvedList.set(int index, RoleUnresolved role)
将指定的位置设置为指定的未解决的角色。
|
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.