软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Class and Description |
---|---|
class |
AuthProvider
这个类定义了一个服务提供商的登录和注销方法。
|
class |
Provider
这类代表一个“提供者”为java安全API,其中一个供应商实现部分或全部的java安全部件。
|
Modifier and Type | Class and Description |
---|---|
class |
Hashtable<K,V>
这个类实现了一个哈希表,它映射了值的键。
|
class |
Properties
的
Properties 类代表一个持久的特性。
|
Modifier and Type | Class and Description |
---|---|
class |
UIDefaults
摆动部件的默认值表。
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
JSlider.getLabelTable()
返回在哪个标签上绘制哪些值的字典。
|
Modifier and Type | Method and Description |
---|---|
void |
JSlider.setLabelTable(Dictionary labels)
用于指定在任何给定的值将被绘制的标签。
|
Modifier and Type | Method and Description |
---|---|
Dictionary<Object,Object> |
AbstractDocument.getDocumentProperties()
支持管理一组属性。
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocument.setDocumentProperties(Dictionary<Object,Object> x)
替换此文档的文档属性字典。
|
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.