软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.nio |
定义了缓冲区,这是数据的容器,并提供其他NIO包的概述。
|
java.nio.file |
定义的接口和类的java虚拟机访问文件,文件属性,文件系统。
|
javax.imageio |
java的图像I/O API主要包。
|
javax.management.loading |
提供实现高级动态加载的类。
|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
Modifier and Type | Class and Description |
---|---|
class |
HeadlessException
当一个依赖于键盘、显示器或鼠标的代码被调用时,在不支持键盘、显示器或鼠标的环境中调用。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Toolkit.getLockingKeyState(int keyCode)
返回键盘上给定的锁定键是否处于当前状态的“上”状态。
|
void |
Toolkit.setLockingKeyState(int keyCode, boolean on)
设置键盘上给定的锁定键的状态。
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyBufferException
未检查异常时引发突变的方法等内容
put或
compact调用在只读缓冲区。
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyFileSystemException
未检查异常抛出时,尝试更新与
read-only
FileSystem 相关的对象。
|
Modifier and Type | Method and Description |
---|---|
void |
ImageReadParam.setSourceRenderSize(Dimension size)
如果图像能够以任意的大小呈现,则将源的宽度和高度设置为所提供的值。
|
Modifier and Type | Method and Description |
---|---|
void |
MLet.readExternal(ObjectInput in)
从给定的
ObjectInput 恢复该熔体的含量。
|
void |
MLet.writeExternal(ObjectOutput out)
保存该熔体的内容给出的
ObjectOutput 。
|
Modifier and Type | Method and Description |
---|---|
static SOAPConnectionFactory |
SOAPConnectionFactory.newInstance()
创建一个实例的默认
SOAPConnectionFactory 对象。
|
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.