软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.datatransfer |
提供用于在应用程序中的数据之间传输数据的接口和类。
|
java.awt.dnd |
拖放是在许多图形用户界面系统中发现的一个直接的操作手势,它提供了一种机制,将两个实体之间的信息的逻辑与在图形用户界面中的表示元素关联。
|
java.awt.event |
用于处理不同类型的事件由AWT组件提供的接口和类发射。
|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.prefs |
此软件包允许应用程序存储和检索用户和系统偏好和配置数据。
|
javax.imageio.event |
读写图像在I/O API处理事件同步通知java图像包。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.relation |
提供关系服务的定义。
|
javax.naming.event |
在访问命名和目录服务时提供事件通知的支持。
|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.net.ssl |
为安全套接字包提供类。
|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
javax.swing.table |
处理
javax.swing.JTable 提供类和接口。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
javax.swing.tree |
处理
javax.swing.JTree 提供类和接口。
|
javax.swing.undo |
允许开发人员在应用程序中提供支持,如文本编辑器中的撤消/重做。
|
Modifier and Type | Class and Description |
---|---|
class |
AWTEventMulticaster
AWTEventMulticaster 实现高效的线程安全多播事件在
java.awt.event 包中定义的AWT事件调度。
|
protected class |
Checkbox.AccessibleAWTCheckbox
这个类实现了对
Checkbox 类可访问性支持。
|
protected class |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
消防propertychange听众,如果注册,当显示/隐藏..
|
protected class |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
消防propertychange听众,如果注册,当焦点事件发生
|
protected class |
Container.AccessibleAWTContainer.AccessibleContainerHandler
消防
PropertyChange 听众,如果注册,当孩子添加或删除。
|
protected class |
List.AccessibleAWTList
这个类实现了对
List 类可访问性支持。
|
protected class |
TextArea.AccessibleAWTTextArea
这个类实现了对
TextArea 类可访问性支持。
|
protected class |
TextComponent.AccessibleAWTTextComponent
这个类实现了对
TextComponent 类可访问性支持。
|
protected class |
TextField.AccessibleAWTTextField
这个类实现了对
TextField 类可访问性支持。
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
AWTEventMulticaster.a |
protected EventListener |
AWTEventMulticaster.b |
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
MenuItem.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
MenuItem 数组。
|
<T extends EventListener> |
Choice.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Choice 数组。
|
<T extends EventListener> |
List.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
List 数组。
|
<T extends EventListener> |
Scrollbar.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Scrollbar 数组。
|
<T extends EventListener> |
Container.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Container 数组。
|
<T extends EventListener> |
Window.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Window 数组。
|
<T extends EventListener> |
Checkbox.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Checkbox 数组。
|
<T extends EventListener> |
TextComponent.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
TextComponent 数组。
|
<T extends EventListener> |
Button.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Button 数组。
|
<T extends EventListener> |
CheckboxMenuItem.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
CheckboxMenuItem 数组。
|
<T extends EventListener> |
Component.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Component 数组。
|
<T extends EventListener> |
TextField.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
TextField 数组。
|
static <T extends EventListener> |
AWTEventMulticaster.getListeners(EventListener l, 类<T> listenerType)
返回所有对象链接的
java.util.EventListener
FooListener s指定数组。
|
Modifier and Type | Method and Description |
---|---|
protected static EventListener |
AWTEventMulticaster.addInternal(EventListener a, EventListener b)
返回产生的组播侦听器添加listener-a和listener-b一起。
|
<T extends EventListener> |
MenuItem.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
MenuItem 数组。
|
<T extends EventListener> |
Choice.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Choice 数组。
|
<T extends EventListener> |
List.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
List 数组。
|
<T extends EventListener> |
Scrollbar.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Scrollbar 数组。
|
<T extends EventListener> |
Container.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Container 数组。
|
<T extends EventListener> |
Window.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Window 数组。
|
<T extends EventListener> |
Checkbox.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Checkbox 数组。
|
<T extends EventListener> |
TextComponent.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
TextComponent 数组。
|
<T extends EventListener> |
Button.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Button 数组。
|
<T extends EventListener> |
CheckboxMenuItem.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
CheckboxMenuItem 数组。
|
<T extends EventListener> |
Component.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Component 数组。
|
<T extends EventListener> |
TextField.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
TextField 数组。
|
static <T extends EventListener> |
AWTEventMulticaster.getListeners(EventListener l, 类<T> listenerType)
返回所有对象链接的
java.util.EventListener
FooListener s指定数组。
|
protected EventListener |
AWTEventMulticaster.remove(EventListener oldl)
从多路广播移除侦听器。
|
protected static EventListener |
AWTEventMulticaster.removeInternal(EventListener l, EventListener oldl)
返回产生的组播侦听者从listener-l.清除旧的听众后
|
Modifier and Type | Method and Description |
---|---|
protected static EventListener |
AWTEventMulticaster.addInternal(EventListener a, EventListener b)
返回产生的组播侦听器添加listener-a和listener-b一起。
|
static <T extends EventListener> |
AWTEventMulticaster.getListeners(EventListener l, 类<T> listenerType)
返回所有对象链接的
java.util.EventListener
FooListener s指定数组。
|
protected EventListener |
AWTEventMulticaster.remove(EventListener oldl)
从多路广播移除侦听器。
|
protected static EventListener |
AWTEventMulticaster.removeInternal(EventListener l, EventListener oldl)
返回产生的组播侦听者从listener-l.清除旧的听众后
|
protected static void |
AWTEventMulticaster.save(ObjectOutputStream s, String k, EventListener l) |
Constructor and Description |
---|
AWTEventMulticaster(EventListener a, EventListener b)
创建一个事件链与listener-b. listener-a多路广播的情况
|
Modifier and Type | Interface and Description |
---|---|
interface |
FlavorListener
定义一个对象,听
FlavorEvent s。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DragGestureListener
用于接收拖曳手势事件的侦听器接口。
|
interface |
DragSourceListener
的
DragSourceListener 进行拖放操作来跟踪用户的手势国家创始人的事件接口,并提供相应的“拖”反馈给用户在拖放操作。
|
interface |
DragSourceMotionListener
在拖动操作期间接收鼠标运动事件的侦听器接口。
|
interface |
DropTargetListener
的
DropTargetListener 接口由
DropTarget 类用于提供对DND操作涉及课题
DropTarget 通知回调接口。
|
Modifier and Type | Class and Description |
---|---|
class |
DragSourceAdapter
用于接收拖动源事件的抽象适配器类。
|
class |
DragSourceContext
的
DragSourceContext 类负责管理引发一侧的拖放协议。
|
class |
DropTarget
这是一个
DropTarget
Component 相关时,
Component 希望接受拖放操作期间下降。
|
protected static class |
DropTarget.DropTargetAutoScroller
这个保护嵌套类实现自动滚动
|
class |
DropTargetAdapter
用于接收拖放目标事件的抽象适配器类。
|
class |
MouseDragGestureRecognizer
这个抽象类定义了一个基于
DragGestureRecognizer 鼠标手势
DragGestureRecognizer 。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DragSource.getListeners(类<T> listenerType)
得到所有的对象目前注册为
FooListener s在这
DragSource 。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DragSource.getListeners(类<T> listenerType)
得到所有的对象目前注册为
FooListener s在这
DragSource 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionListener
用于接收动作事件的侦听器接口。
|
interface |
AdjustmentListener
用于接收调整事件的侦听器接口。
|
interface |
AWTEventListener
接受派遣,组件或menucomponent或其子类的实例对象的事件通知的侦听器接口。
|
interface |
ComponentListener
用于接收组件事件的侦听器接口。
|
interface |
ContainerListener
用于接收容器事件的侦听器接口。
|
interface |
FocusListener
用于接收组件上的键盘焦点事件的侦听器接口。
|
interface |
HierarchyBoundsListener
接受祖先的移动和调整大小事件监听器接口。
|
interface |
HierarchyListener
用于接收层次结构更改的事件的侦听器接口。
|
interface |
InputMethodListener
用于接收输入法事件的侦听器接口。
|
interface |
ItemListener
用于接收项目事件的侦听器接口。
|
interface |
KeyListener
接收键盘事件监听器接口(按键)。
|
interface |
MouseListener
用于接收“有趣的”鼠标事件(按、释放、单击、输入和退出)的一个组件的侦听器接口。
|
interface |
MouseMotionListener
用于接收组件上的鼠标运动事件的侦听器接口。
|
interface |
MouseWheelListener
用于接收组件上的鼠标轮事件的侦听器接口。
|
interface |
TextListener
用于接收文本事件的侦听器接口。
|
interface |
WindowFocusListener
接收
WindowEvents 监听器接口,包括
WINDOW_GAINED_FOCUS 和
WINDOW_LOST_FOCUS 事件。
|
interface |
WindowListener
用于接收窗口事件的侦听器接口。
|
interface |
WindowStateListener
用于接收窗口状态事件的侦听器接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AWTEventListenerProxy
一个类来扩展特别添加一个特定事件的
EventListenerProxy
AWTEventListener 面具。
|
class |
ComponentAdapter
用于接收组件事件的抽象适配器类。
|
class |
ContainerAdapter
用于接收容器事件的抽象适配器类。
|
class |
FocusAdapter
用于接收键盘焦点事件的抽象适配器类。
|
class |
HierarchyBoundsAdapter
接受祖先的移动和调整大小事件的摘要适配器类。
|
class |
KeyAdapter
用于接收键盘事件的抽象适配器类。
|
class |
MouseAdapter
用于接收鼠标事件的抽象适配器类。
|
class |
MouseMotionAdapter
用于接收鼠标运动事件的抽象适配器类。
|
class |
WindowAdapter
用于接收窗口事件的抽象适配器类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyChangeListener
“propertychange”事件被解雇时,豆改变“绑定”属性。
|
interface |
VetoableChangeListener
一个vetoablechange事件被解雇时,豆改变“约束”属性。
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyChangeListenerProxy
一个类来扩展
EventListenerProxy 特别添加
PropertyChangeListener 与“绑定”属性。
|
class |
VetoableChangeListenerProxy
一个类来扩展
EventListenerProxy 特别添加
VetoableChangeListener 与“约束”属性。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanContextMembershipListener
这个界面上兼容的beancontexts火灾事件时的状态变化的beancontext会员。
|
interface |
BeanContextServiceRevokedListener
接收
BeanContextServiceRevokedEvent 对象的监听器接口。
|
interface |
BeanContextServices
的beancontextservices接口提供了一个beancontext揭露通用的“服务”的beancontextchild对象机制。
|
interface |
BeanContextServicesListener
接收
BeanContextServiceAvailableEvent 对象的监听器接口。
|
Modifier and Type | Class and Description |
---|---|
class |
BeanContextChildSupport
这是一个普遍的支持类提供实现beancontextchild协议支持。
|
class |
BeanContextServicesSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontextservices接口实现。
|
protected class |
BeanContextServicesSupport.BCSSProxyServiceProvider |
class |
BeanContextSupport
这个助手类提供了一种实用的java.beans.beancontext.beancontext接口实现。
|
Modifier and Type | Class and Description |
---|---|
class |
EventListenerProxy<T extends EventListener>
一个
EventListener 类将一组与听者的附加参数的抽象封装类。
|
Modifier and Type | Class and Description |
---|---|
class |
EventListenerProxy<T extends EventListener>
一个
EventListener 类将一组与听者的附加参数的抽象封装类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NodeChangeListener
一个用于接收偏好节点更改事件的侦听器。
|
interface |
PreferenceChangeListener
用于接收偏好更改事件的侦听器。
|
Modifier and Type | Interface and Description |
---|---|
interface |
IIOReadProgressListener
通过
ImageReader 实现用于通知他们的图像和缩略图的阅读方法进步用户界面。
|
interface |
IIOReadUpdateListener
通过
ImageReader 实现用于通知他们的图像和缩略图的阅读方法像素更新用户界面。
|
interface |
IIOReadWarningListener
通过
ImageReader 实现用于通知他们的图像和缩略图的阅读方法警告用户接口(非致命错误)。
|
interface |
IIOWriteProgressListener
通过
ImageWriter 实现用于通知其形象的写作方法进步用户界面。
|
interface |
IIOWriteWarningListener
通过
ImageWriter 实现用于通知他们的图像和缩略图的阅读方法警告用户接口(非致命错误)。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NotificationListener
应该由一个要接收通知的对象来实现。
|
Modifier and Type | Class and Description |
---|---|
class |
RelationService
关系服务负责创建和删除关系类型和关系,处理一致性和提供查询机制。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamespaceChangeListener
指定要在命名空间更改中感兴趣的侦听器必须实现的方法。
|
interface |
NamingListener
此接口是监听器接口处理
NamingEvents根。
|
interface |
ObjectChangeListener
指定一个听众的
OBJECT_CHANGED事件类型
NamingEvent必须实现的方法。
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnsolicitedNotificationListener
此接口是用于处理
UnsolicitedNotificationEvent。
|
Modifier and Type | Interface and Description |
---|---|
interface |
HandshakeCompletedListener
该接口的任何类,想得到在给定的SSL连接的SSL协议的握手完成通知实施。
|
interface |
SSLSessionBindingListener
该接口实现的对象,想知道当他们被绑定或取消绑定一个sslsession。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ControllerEventListener
的
ControllerEventListener 接口应实现的类的实例需要通知时,
Sequencer 处理请求的类型的MIDI控制变化事件。
|
interface |
MetaEventListener
|
Modifier and Type | Interface and Description |
---|---|
interface |
LineListener
对实施
LineListener 接口可以登记接收事件时,线的状态变化的类的实例。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionEventListener
一个对象,寄存器被通知的
PooledConnection 对象生成的事件。
|
interface |
RowSetListener
一个接口,必须通过一个组件,要通知在一个
RowSet 对象的生活发生重大事件时执行。
|
interface |
StatementEventListener
一个对象注册通知,声明中对PreparedStatements池发生的事件。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Action
的
Action 接口提供了一个有用的扩展,
ActionListener 接口的情况下,相同的功能可以由几个控件访问。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction
这个类提供了JFC
Action 接口的默认实现。
|
protected class |
AbstractButton.ButtonChangeListener
延伸
ChangeListener 可序列化。
|
protected class |
DefaultCellEditor.EditorDelegate
保护
EditorDelegate 类。
|
protected class |
JCheckBox.AccessibleJCheckBox
这个类实现了对
JCheckBox 类可访问性支持。
|
protected class |
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
这个类实现了对
JCheckBoxMenuItem 类可访问性支持。
|
class |
JComboBox<E>
的一个组成部分,结合一个按钮或可编辑的字段和一个下拉列表。
|
protected class |
JComponent.AccessibleJComponent.AccessibleContainerHandler
消防propertychange听众,如果注册,当孩子添加/删除。
|
protected class |
JComponent.AccessibleJComponent.AccessibleFocusHandler
消防propertychange听众,如果注册,当焦点事件发生
|
protected class |
JEditorPane.AccessibleJEditorPane
这个类实现了对
JEditorPane 类可访问性支持。
|
protected class |
JEditorPane.AccessibleJEditorPaneHTML
这个类提供了支持
AccessibleHypertext ,是用在什么地方
EditorKit 安装在这个
JEditorPane 实例是
HTMLEditorKit 实例。
|
protected class |
JEditorPane.JEditorPaneAccessibleHypertextSupport
什么是返回
AccessibleJEditorPaneHTML.getAccessibleText 。
|
class |
JLayer<V extends Component>
JLayer 是Swing组件使您能够实现各种先进的涂装效果以及接收境内产生的所有
AWTEvent s通知通用装饰。
|
protected class |
JList.AccessibleJList
这个类实现了对
JList 类可访问性支持。
|
protected class |
JMenu.AccessibleJMenu
这个类实现了对
JMenu 类可访问性支持。
|
protected class |
JMenu.WinListener
一个监听器类,一个弹出窗口关闭手表。
|
protected class |
JMenuItem.AccessibleJMenuItem
这个类实现了对
JMenuItem 类可访问性支持。
|
protected class |
JPasswordField.AccessibleJPasswordField
这个类实现了对
JPasswordField 类可访问性支持。
|
protected class |
JPopupMenu.AccessibleJPopupMenu
这个类实现了对
JPopupMenu 类可访问性支持。
|
protected class |
JRadioButton.AccessibleJRadioButton
这个类实现了对
JRadioButton 类可访问性支持。
|
protected class |
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
这个类实现了对
JRadioButtonMenuItem 类可访问性支持。
|
protected class |
JScrollPane.AccessibleJScrollPane
这个类实现了对
JScrollPane 类可访问性支持。
|
protected class |
JSpinner.AccessibleJSpinner
AccessibleJSpinner 实现的
JSpinner 类可访问性支持。
|
static class |
JSpinner.DateEditor
一
JSpinner 的模型是一个
SpinnerDateModel 编辑。
|
static class |
JSpinner.DefaultEditor
一个简单的基类为更专门的编辑显示模式的电流值与
JFormattedTextField 只读视图。
|
static class |
JSpinner.ListEditor
一
JSpinner 的模型是一个
SpinnerListModel 编辑。
|
static class |
JSpinner.NumberEditor
一
JSpinner 的模型是一个
SpinnerNumberModel 编辑。
|
protected class |
JTabbedPane.AccessibleJTabbedPane
这个类实现了对
JTabbedPane 类可访问性支持。
|
protected class |
JTabbedPane.ModelListener
我们通过
ModelChanged 事件与使用听众(而不是模型本身)作为事件源。
|
class |
JTable
的
JTable 用于显示和编辑细胞常规二维表。
|
protected class |
JTable.AccessibleJTable
这个类实现了对
JTable 类可访问性支持。
|
protected class |
JTextArea.AccessibleJTextArea
这个类实现了对
JTextArea 类可访问性支持。
|
protected class |
JTextField.AccessibleJTextField
这个类实现了对
JTextField 类可访问性支持。
|
protected class |
JToggleButton.AccessibleJToggleButton
这个类实现了对
JToggleButton 类可访问性支持。
|
protected class |
JTree.AccessibleJTree
这个类实现了对
JTree 类可访问性支持。
|
protected class |
JTree.TreeModelHandler
听模型和更新
expandedState 因此当节点被删除,或改变。
|
protected class |
JTree.TreeSelectionRedirector
可以创建与
JTree 作为源的一个新的
TreeSelectionEvent 并通过它所有的听众。
|
protected class |
JViewport.ViewListener
视图的侦听器。
|
protected class |
ProgressMonitor.AccessibleProgressMonitor
AccessibleProgressMonitor 实现的
ProgressMonitor 类可访问性支持。
|
class |
ToolTipManager
在系统管理所有的
ToolTips 。
|
protected class |
ToolTipManager.insideTimerAction |
protected class |
ToolTipManager.outsideTimerAction |
protected class |
ToolTipManager.stillInsideTimerAction |
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DefaultSingleSelectionModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
JComponent.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
JComponent 数组。
|
<T extends EventListener> |
Timer.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Timer 数组。
|
<T extends EventListener> |
AbstractListModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
DefaultButtonModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
DefaultBoundedRangeModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
AbstractSpinnerModel.getListeners(类<T> listenerType)
返回添加到该模型的给定类型的所有侦听器的数组。
|
<T extends EventListener> |
DefaultListSelectionModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DefaultSingleSelectionModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
JComponent.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
JComponent 数组。
|
<T extends EventListener> |
Timer.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
Timer 数组。
|
<T extends EventListener> |
AbstractListModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
DefaultButtonModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
DefaultBoundedRangeModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
AbstractSpinnerModel.getListeners(类<T> listenerType)
返回添加到该模型的给定类型的所有侦听器的数组。
|
<T extends EventListener> |
DefaultListSelectionModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
Modifier and Type | Interface and Description |
---|---|
interface |
AncestorListener
ancestorlistener接口支持通知变更发生时的一个组件或其祖先之一。
|
interface |
CaretListener
在文本组件的插入位置变化的听众。
|
interface |
CellEditorListener
CellEditorListener定义了一个对象,听一celleditor接口发生变化
|
interface |
ChangeListener
定义一个对象,听changeevents。
|
interface |
DocumentListener
用于向文本文档接收更改通知的观察者的接口。
|
interface |
HyperlinkListener
hyperlinklistener
|
interface |
InternalFrameListener
用于接收内部帧事件的侦听器接口。
|
interface |
ListDataListener
listdatalistener
|
interface |
ListSelectionListener
当一个列表选择值更改时通知的侦听器。
|
interface |
MenuDragMouseListener
定义一个菜单鼠标拖动侦听器。
|
interface |
MenuKeyListener
menukeylistener
|
interface |
MenuListener
定义菜单事件的侦听器。
|
interface |
MouseInputListener
一位听众实现所有的方法都
MouseListener 和
MouseMotionListener 接口。
|
interface |
PopupMenuListener
一个弹出式菜单的倾听者
|
interface |
RowSorterListener
RowSorterListener s通知到
RowSorter 变化。
|
interface |
TableColumnModelListener
tablecolumnmodellistener定义一个对象,听一tablecolumnmodel接口发生变化。
|
interface |
TableModelListener
tablemodellistener定义一个对象,听一个TableModel接口发生变化。
|
interface |
TreeExpansionListener
当一棵树扩展或折叠一个节点时,会通知的侦听器。
|
interface |
TreeModelListener
定义了一个对象,听了TreeModel接口发生变化。
|
interface |
TreeSelectionListener
听者的通知时,选择在一个treeselectionmodel变化。
|
interface |
TreeWillExpandListener
当一棵树扩展或折叠一个节点时,会通知的侦听器。
|
interface |
UndoableEditListener
一类关于撤消行动感兴趣实现的接口。
|
Modifier and Type | Class and Description |
---|---|
class |
InternalFrameAdapter
用于接收内部帧事件的抽象适配器类。
|
class |
MouseInputAdapter
MouseInputListener 接口的一个空的实现,提供一个方便简化创建侦听器的任务,通过推广和实施只有兴趣的方法。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
EventListenerList.add(类<T> t, T l)
将侦听器添加为指定类型的侦听器。
|
<T extends EventListener> |
EventListenerList.getListeners(类<T> t)
返回给定类型的所有侦听器的数组。
|
<T extends EventListener> |
EventListenerList.remove(类<T> t, T l)
移除作为指定类型的侦听器的侦听器。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
EventListenerList.getListeners(类<T> t)
返回给定类型的所有侦听器的数组。
|
Modifier and Type | Class and Description |
---|---|
class |
MetalComboBoxEditor
金属可编辑的下拉框的默认编辑器
|
static class |
MetalComboBoxEditor.UIResource
basiccomboboxeditor uiresource子类实现的。
|
class |
MetalComboBoxUI.MetalPropertyChangeListener
这个类应该被视为一个“受保护的”内部类。
|
protected class |
MetalFileChooserUI.DirectoryComboBoxAction
当DirectoryComboBox改变了行为选择的项目。
|
protected class |
MetalFileChooserUI.FilterComboBoxModel
用于类型人脸选择组合框的数据模型。
|
protected class |
MetalFileChooserUI.SingleClickListener |
class |
MetalLabelUI
一个Windows L和F实现labelui。
|
class |
MetalRootPaneUI
提供金属质感的实施
RootPaneUI 。
|
protected class |
MetalSliderUI.MetalPropertyListener |
protected class |
MetalToolBarUI.MetalContainerListener |
protected class |
MetalToolBarUI.MetalDockingListener |
protected class |
MetalToolBarUI.MetalRolloverListener |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableColumnModel
一
JTable 标准列处理。
|
class |
JTableHeader
这是管理的
JTable 头对象。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DefaultTableColumnModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
AbstractTableModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
AbstractTableModel 数组。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DefaultTableColumnModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
AbstractTableModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在这
AbstractTableModel 数组。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCaret
卡雷特的默认实现。
|
static class |
DefaultEditorKit.BeepAction
创建一个蜂。
|
static class |
DefaultEditorKit.CopyAction
复制选定区域并将其内容放置到系统剪贴板中。
|
static class |
DefaultEditorKit.CutAction
剪切选定区域并将其内容放置到系统剪贴板中。
|
static class |
DefaultEditorKit.DefaultKeyTypedAction
这是默认情况下,如果执行关键类型的事件被接收,并没有你所进入的动作。
|
static class |
DefaultEditorKit.InsertBreakAction
将行/段落分解到文档中。
|
static class |
DefaultEditorKit.InsertContentAction
将内容放置到相关的文档中。
|
static class |
DefaultEditorKit.InsertTabAction
将标签字符放置到文档中。
|
static class |
DefaultEditorKit.PasteAction
浆料系统的剪贴板的内容到选定的区域,或在插入符号如果没有选择。
|
class |
JTextComponent.AccessibleJTextComponent
这个类实现了对
JTextComponent 类可访问性支持。
|
static class |
StyledEditorKit.AlignmentAction
设置段落对齐的动作。
|
static class |
StyledEditorKit.BoldAction
切换大胆属性的动作。
|
static class |
StyledEditorKit.FontFamilyAction
一个动作在相关jeditorpane设置字体。
|
static class |
StyledEditorKit.FontSizeAction
一个动作在相关jeditorpane设置字体大小。
|
static class |
StyledEditorKit.ForegroundAction
设置前景色的动作。
|
static class |
StyledEditorKit.ItalicAction
切换斜体属性的作用。
|
static class |
StyledEditorKit.StyledTextAction
一个动作,假设它是一个stylededitorkit jeditorpane解雇(或子类)安装。
|
static class |
StyledEditorKit.UnderlineAction
切换下划线属性的一个动作。
|
class |
TextAction
用于在多个不同的文本组件共享的键绑定中使用的操作实现。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
AbstractDocument.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在本文件的数组。
|
<T extends EventListener> |
DefaultCaret.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此插入数组。
|
<T extends EventListener> |
StyleContext.NamedStyle.getListeners(类<T> listenerType)
返回添加到该模型的给定类型的所有侦听器的数组。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
AbstractDocument.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在本文件的数组。
|
<T extends EventListener> |
DefaultCaret.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此插入数组。
|
<T extends EventListener> |
StyleContext.NamedStyle.getListeners(类<T> listenerType)
返回添加到该模型的给定类型的所有侦听器的数组。
|
Modifier and Type | Class and Description |
---|---|
class |
FormView
组件设计师实现表单元素的视图界面,
<输入>
、
<文本>
,
<选择>
。
选择>
文本>
输入>
|
protected class |
FormView.MouseEventListener
mouseeventlistener类来处理表单提交时型等于图像的输入被点击。
|
static class |
HTMLEditorKit.HTMLTextAction
一个抽象的行动提供一些方便的方法,可以插入HTML到现有的文件是有用的。
|
static class |
HTMLEditorKit.InsertHTMLTextAction
inserthtmltextaction可以插入HTML任意字符串到一个现有的HTML文档。
|
static class |
HTMLEditorKit.LinkController
在适当时,要监视相关组件和消防超链接事件。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeCellEditor
一个
TreeCellEditor 。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DefaultTreeModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
DefaultTreeSelectionModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
Modifier and Type | Method and Description |
---|---|
<T extends EventListener> |
DefaultTreeModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
<T extends EventListener> |
DefaultTreeSelectionModel.getListeners(类<T> listenerType)
返回对象的当前注册为
FooListener s在此模型上的数组。
|
Modifier and Type | Class and Description |
---|---|
class |
UndoManager
UndoManager 管理
UndoableEdits 列表,提供一种方式来撤消或恢复适当的编辑。
|
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.