软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.colorchooser |
包含由
JColorChooser 组件使用的类和接口。
|
javax.swing.table |
处理
javax.swing.JTable 提供类和接口。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.tree |
处理
javax.swing.JTree 提供类和接口。
|
Modifier and Type | Field and Description |
---|---|
protected EventListenerList |
DefaultSingleSelectionModel.listenerList
注册听众的集合
|
protected EventListenerList |
MenuSelectionManager.listenerList |
protected EventListenerList |
JComponent.listenerList
此组件的事件侦听器列表。
|
protected EventListenerList |
Timer.listenerList |
protected EventListenerList |
AbstractListModel.listenerList |
protected EventListenerList |
DefaultButtonModel.listenerList
在这个模型上存储侦听器。
|
protected EventListenerList |
DefaultBoundedRangeModel.listenerList
等待模型更改的侦听器。
|
protected EventListenerList |
AbstractSpinnerModel.listenerList
这个模型的changelisteners列表。
|
protected EventListenerList |
DefaultListSelectionModel.listenerList |
protected EventListenerList |
AbstractCellEditor.listenerList |
Modifier and Type | Field and Description |
---|---|
protected EventListenerList |
DefaultColorSelectionModel.listenerList |
Modifier and Type | Field and Description |
---|---|
protected EventListenerList |
DefaultTableColumnModel.listenerList
tablecolumnmodellistener列表
|
protected EventListenerList |
AbstractTableModel.listenerList
列表的听众
|
Modifier and Type | Field and Description |
---|---|
protected EventListenerList |
AbstractDocument.listenerList
文档的事件侦听器列表。
|
protected EventListenerList |
DefaultCaret.listenerList
事件侦听器列表。
|
protected EventListenerList |
StyleContext.NamedStyle.listenerList
模型的更改侦听器。
|
Modifier and Type | Field and Description |
---|---|
protected EventListenerList |
DefaultTreeModel.listenerList
听众。
|
protected EventListenerList |
DefaultTreeSelectionModel.listenerList
事件侦听器列表。
|
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.