Uses of Class
java.util.Dictionary
-
Packages that use Dictionary 软件包 描述 java.security 提供安全框架的类和接口。java.util 包含集合框架,一些国际化支持类,一个服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,一个位数组和几个其他实用程序类。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of Dictionary in java.security
Subclasses of Dictionary in java.security Modifier and Type Class 描述 class
AuthProvider
此类为提供程序定义登录和注销方法。class
Provider
该类代表Java Security API的“提供者”,其中提供者实现了Java Security的部分或全部部分。 -
Uses of Dictionary in java.util
Subclasses of Dictionary in java.util Modifier and Type Class 描述 class
Hashtable<K,V>
该类实现了一个哈希表,它将键映射到值。class
Properties
Properties
类表示一组持久的属性。 -
Uses of Dictionary in javax.swing
Subclasses of Dictionary in javax.swing Modifier and Type Class 描述 class
UIDefaults
Swing组件的默认表。Methods in javax.swing that return Dictionary Modifier and Type 方法 描述 Dictionary
JSlider. getLabelTable()
返回要在哪些值绘制哪些标签的字典。Methods in javax.swing with parameters of type Dictionary Modifier and Type 方法 描述 void
JSlider. setLabelTable(Dictionary labels)
用于指定在任何给定值下绘制什么标签。 -
Uses of Dictionary in javax.swing.text
Methods in javax.swing.text that return Dictionary Modifier and Type 方法 描述 Dictionary<Object,Object>
AbstractDocument. getDocumentProperties()
支持管理一组属性。Methods in javax.swing.text with parameters of type Dictionary Modifier and Type 方法 描述 void
AbstractDocument. setDocumentProperties(Dictionary<Object,Object> x)
Replaces the document properties dictionary for this document.
-