软件包 | 描述 |
---|---|
java.applet |
提供创建一个小程序所需的类和一个小程序用来与它的小程序上下文进行通信的类。
|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.net |
为实现网络应用程序提供类。
|
java.security |
为安全框架提供类和接口。
|
java.security.acl |
在这个包中的类和接口已取代类在java.security包。
|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.concurrent |
在并发编程中常用的实用类。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
java.util.logging |
提供类和java 2平台的核心
TM测井设备接口。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
javax.activation | |
javax.management.loading |
提供实现高级动态加载的类。
|
javax.naming |
提供访问命名服务的类和接口。
|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.net.ssl |
为安全套接字包提供类。
|
javax.security.sasl |
包含支持SASL的类和接口。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.table |
处理
javax.swing.JTable 提供类和接口。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
javax.swing.text.html.parser |
提供默认的HTML解析器,以及支持类。
|
javax.swing.tree |
处理
javax.swing.JTree 提供类和接口。
|
org.xml.sax.helpers |
这包含有“助手”类,包括引导SAX应用支持。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Applet> |
AppletContext.getApplets()
通过这个小程序上下文表示文件中找到所有的应用程序。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<MenuShortcut> |
MenuBar.shortcuts()
获取此菜单栏管理的所有菜单快捷键的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
FeatureDescriptor.attributeNames()
获取此功能的区域设置独立名称的枚举。
|
Constructor and Description |
---|
SequenceInputStream(Enumeration<? extends InputStream> e)
初始化新创建的
SequenceInputStream 记住的说法,它必须产生对象的运行时类型是一个
Enumeration
InputStream 。
|
Modifier and Type | Method and Description |
---|---|
protected Enumeration<URL> |
ClassLoader.findResources(String name)
返回表示所有具有给定名称的资源
URL 对象枚举。
|
Enumeration<URL> |
ClassLoader.getResources(String name)
查找给定名称的所有资源。
|
static Enumeration<URL> |
ClassLoader.getSystemResources(String name)
查找用于加载类的搜索路径中指定的指定名称的所有资源。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<URL> |
URLClassLoader.findResources(String name)
返回表示具有指定名称的“在”上的所有资源的网址的枚举。
|
Enumeration<InetAddress> |
NetworkInterface.getInetAddresses()
返回的所有或inetaddresses绑定到该网络接口的子集枚举的便捷方法。
|
static Enumeration<NetworkInterface> |
NetworkInterface.getNetworkInterfaces()
返回此机器上的所有接口。
|
Enumeration<NetworkInterface> |
NetworkInterface.getSubInterfaces()
所有的子接口获取枚举(也称为虚拟接口)连接到这个网络接口。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
KeyStore.aliases()
列出所有这个密钥库的别名。
|
Enumeration<Object> |
Provider.elements() |
Enumeration<Permission> |
Permissions.elements()
返回在该权限对象的所有permissioncollections所有权限对象的枚举。
|
abstract Enumeration<Permission> |
PermissionCollection.elements()
返回集合中所有权限对象的枚举。
|
abstract Enumeration<String> |
KeyStoreSpi.engineAliases()
列出所有这个密钥库的别名。
|
abstract Enumeration<Identity> |
IdentityScope.identities()
过时的。
返回在这个标识范围内的所有身份的枚举。
|
Enumeration<Object> |
Provider.keys() |
Modifier and Type | Method and Description |
---|---|
Enumeration<AclEntry> |
Acl.entries()
返回此ACL条目枚举。
|
Enumeration<Permission> |
Acl.getPermissions(Principal user)
返回指定的主体(表示某个实体,如个人或组)的所允许的权限集的枚举数。
|
Enumeration<? extends Principal> |
Group.members()
返回组中成员的枚举。
|
Enumeration<Permission> |
AclEntry.permissions()
返回该ACL入口中的许可枚举。
|
Modifier and Type | Method and Description |
---|---|
static Enumeration<Driver> |
DriverManager.getDrivers()
检索一个枚举所有当前加载JDBC驱动的电流来电访问。
|
Modifier and Type | Class and Description |
---|---|
class |
StringTokenizer
字符串tokenizer类允许应用程序断绳为记号。
|
Modifier and Type | Method and Description |
---|---|
abstract Enumeration<V> |
Dictionary.elements()
返回在本字典中的值的枚举数。
|
Enumeration<E> |
Vector.elements()
返回此向量的组件的枚举。
|
Enumeration<V> |
Hashtable.elements()
返回哈希表中的值的枚举。
|
static <T> Enumeration<T> |
Collections.emptyEnumeration()
返回一个没有元素的枚举。
|
static <T> Enumeration<T> |
Collections.enumeration(Collection<T> c)
返回指定集合的枚举数。
|
abstract Enumeration<String> |
ResourceBundle.getKeys()
返回键的枚举。
|
Enumeration<String> |
ListResourceBundle.getKeys()
返回包含在这
ResourceBundle 及其父束的关键一
Enumeration 。
|
Enumeration<String> |
PropertyResourceBundle.getKeys()
返回包含在这
ResourceBundle 及其父束的关键一
Enumeration 。
|
abstract Enumeration<K> |
Dictionary.keys()
返回在本字典中的键的枚举。
|
Enumeration<K> |
Hashtable.keys()
返回哈希表中的键枚举。
|
Enumeration<?> |
Properties.propertyNames()
返回此属性列表中所有键的枚举,如果在属性列表中没有找到相同名称的密钥,则在默认属性列表中包含不同的键。
|
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> e)
返回一个数组列表,该列表包含在返回的顺序中由枚举返回的元素的元素。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<V> |
ConcurrentHashMap.elements()
返回此表中的值的枚举数。
|
Enumeration<K> |
ConcurrentHashMap.keys()
返回此表中键的枚举数。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<JarEntry> |
JarFile.entries()
返回一个枚举的压缩文件项的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
LogManager.getLoggerNames()
把已知的日志名称的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends ZipEntry> |
ZipFile.entries()
返回一个枚举的压缩文件项的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
MimeTypeParameterList.getNames()
检索此列表中的所有名称的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<URL> |
MLetMBean.getResources(String name)
查找给定名称的所有资源。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamingEnumeration<T>
这个界面是枚举列表在javax.naming和javax.naming.directory封装方法返回。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
CompositeName.getAll()
检索此复合名称的组件作为字符串的枚举。
|
Enumeration<RefAddr> |
Reference.getAll()
检索此引用中的地址的枚举数。
|
Enumeration<String> |
Name.getAll()
检索此名称的组件作为字符串的枚举。
|
Enumeration<String> |
CompoundName.getAll()
检索此复合名称的组件作为字符串的枚举。
|
Constructor and Description |
---|
CompositeName(Enumeration<String> comps)
利用“谱曲”指定的组件构建了一种新的复合名称的实例。
|
CompoundName(Enumeration<String> comps, Properties syntax)
采用比较和语法指定组件构建了一种新的化合物名称实例。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
LdapName.getAll()
检索此名称的组件作为字符串的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<byte[]> |
SSLSessionContext.getIds()
返回所有的会话ID的组合在这一
SSLSessionContext 枚举。
|
Modifier and Type | Method and Description |
---|---|
static Enumeration<SaslClientFactory> |
Sasl.getSaslClientFactories()
获取生产
SaslClient 已知工厂枚举。
|
static Enumeration<SaslServerFactory> |
Sasl.getSaslServerFactories()
获取生产
SaslServer 已知工厂枚举。
|
Modifier and Type | Method and Description |
---|---|
static Enumeration<SyncProvider> |
SyncFactory.getRegisteredProviders()
返回当前注册的同步提供程序的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
JTree.DynamicUtilTreeNode.children()
子类装载的孩子,如果有必要的话。
|
Enumeration<E> |
DefaultListModel.elements()
返回此列表的组件的枚举。
|
protected Enumeration<TreePath> |
JTree.getDescendantToggledPaths(TreePath parent)
返回
TreePaths 已扩大,是后人的
Enumeration
parent 。
|
Enumeration<AbstractButton> |
ButtonGroup.getElements()
返回参与此组的所有按钮。
|
Enumeration<TreePath> |
JTree.getExpandedDescendants(TreePath parent)
返回的路径,是目前
parent 后代
Enumeration 扩大。
|
Modifier and Type | Method and Description |
---|---|
protected void |
JTree.removeDescendantToggledPaths(Enumeration<TreePath> toRemove)
删除任何后裔,已扩大
toRemove 的
TreePaths 。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<TableColumn> |
TableColumnModel.getColumns()
回归模型中所有的列的
Enumeration 。
|
Enumeration<TableColumn> |
DefaultTableColumnModel.getColumns()
回归模型中所有的列的
Enumeration 。
|
Modifier and Type | Method and Description |
---|---|
abstract Enumeration |
AbstractDocument.AbstractElement.children()
作为一个
Enumeration 返回接收的孩子。
|
Enumeration |
AbstractDocument.BranchElement.children()
作为一个
Enumeration 返回接收的孩子。
|
Enumeration |
AbstractDocument.LeafElement.children()
作为一个
Enumeration 返回接收的孩子。
|
Enumeration<?> |
SimpleAttributeSet.getAttributeNames()
获取集合中属性的名称。
|
Enumeration<?> |
AbstractDocument.AbstractElement.getAttributeNames()
获取所有属性的名称。
|
Enumeration<?> |
AttributeSet.getAttributeNames()
返回一个枚举在集合中定义的属性的名称的枚举。
|
Enumeration<?> |
StyleContext.SmallAttributeSet.getAttributeNames()
获取所有属性的名称。
|
Enumeration<?> |
StyleContext.NamedStyle.getAttributeNames()
获取所有属性的名称。
|
Enumeration<?> |
DefaultStyledDocument.getStyleNames()
取样式名称列表。
|
Enumeration<?> |
StyleContext.getStyleNames()
取名字的定义的样式。
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
AbstractDocument.AttributeContext.removeAttributes(AttributeSet old, Enumeration<?> names)
移除元素的一组属性。
|
AttributeSet |
StyleContext.removeAttributes(AttributeSet old, Enumeration<?> names)
移除元素的一组属性。
|
void |
SimpleAttributeSet.removeAttributes(Enumeration<?> names)
从列表中移除一组属性。
|
void |
AbstractDocument.AbstractElement.removeAttributes(Enumeration<?> names)
移除元素的一组属性。
|
void |
MutableAttributeSet.removeAttributes(Enumeration<?> names)
删除一个属性集和给定的
names 。
|
void |
StyleContext.NamedStyle.removeAttributes(Enumeration<?> names)
移除元素的一组属性。
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
StyleSheet.removeAttributes(AttributeSet old, Enumeration<?> names)
移除元素的一组属性。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<?> |
AttributeList.getValues() |
Modifier and Type | Field and Description |
---|---|
static Enumeration<TreeNode> |
DefaultMutableTreeNode.EMPTY_ENUMERATION
总是空的枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
DefaultMutableTreeNode.breadthFirstEnumeration()
创建并返回一个遍历子树扎根在这个节点广度优先顺序枚举。
|
Enumeration |
TreeNode.children()
作为一个
Enumeration 返回接收的孩子。
|
Enumeration |
DefaultMutableTreeNode.children()
创建并返回此节点的儿童的前向顺序枚举。
|
Enumeration |
DefaultMutableTreeNode.depthFirstEnumeration()
创建并返回一个遍历子树扎根在这个节点深度优先顺序枚举。
|
Enumeration<TreePath> |
FixedHeightLayoutCache.getVisiblePathsFrom(TreePath path)
返回一个在可见的路径出发,在通过位置增量。
|
abstract Enumeration<TreePath> |
AbstractLayoutCache.getVisiblePathsFrom(TreePath path)
返回一个
Enumerator 在可见的路径出发,在通过位置增量。
|
Enumeration<TreePath> |
VariableHeightLayoutCache.getVisiblePathsFrom(TreePath path)
返回一个
Enumerator 在可见的路径出发,在通过位置增量。
|
Enumeration |
DefaultMutableTreeNode.pathFromAncestorEnumeration(TreeNode ancestor)
创建并返回一个枚举,如下的路径从
ancestor 这个节点。
|
Enumeration |
DefaultMutableTreeNode.postorderEnumeration()
创建并返回一个遍历子树扎根在这个节点在后序枚举。
|
Enumeration |
DefaultMutableTreeNode.preorderEnumeration()
创建并返回一个遍历子树扎根在这个节点中序遍历枚举。
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
NamespaceSupport.getDeclaredPrefixes()
在这样的背景下宣布返回所有前缀枚举。
|
Enumeration |
NamespaceSupport.getPrefixes()
返回所有前缀的声明在当前活跃的枚举。
|
Enumeration |
NamespaceSupport.getPrefixes(String uri)
返回给定URI的声明在当前活动的所有前缀枚举。
|
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.