软件包 | 描述 |
---|---|
java.awt.dnd |
拖放是在许多图形用户界面系统中发现的一个直接的操作手势,它提供了一种机制,将两个实体之间的信息的逻辑与在图形用户界面中的表示元素关联。
|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<InputEvent> |
DragGestureRecognizer.events
事件列表(按顺序),
DragGestureRecognizer “公认”为“手势”引发的阻力。
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList |
BeanContextSupport.bcmListeners
所有的访问的
protected ArrayList bcmListeners 场应同步对象。
|
protected ArrayList |
BeanContextServicesSupport.bcsListeners
对
BeanContextServicesListener对象列表。
|
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> e)
返回一个数组列表,该列表包含在返回的顺序中由枚举返回的元素的元素。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeList
代表名单为MBean属性值。
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<MBeanServer> |
MBeanServerFactory.findMBeanServer(String agentId)
返回一个列表注册MBeanServer对象。
|
Modifier and Type | Class and Description |
---|---|
class |
RoleList
一个rolelist代表名单的角色(作用对象)。
|
class |
RoleUnresolvedList
一个roleunresolvedlist代表名单roleunresolved对象代表的角色,不从关系由于遇到的一个问题时,试图访问(读或写)的作用。
|
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.