|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 ListSelectionEvent 的软件包 | |
---|---|
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing.event | 供 Swing 组件触发的事件使用。 |
javax.swing.plaf.basic | 提供了根据基本外观构建的用户界面对象。 |
javax.swing.plaf.metal | 提供根据 Java 外观(曾经代称为 Metal)构建的用户界面对象,Java 外观是默认外观。 |
javax.swing.table | 提供用于处理 javax.swing.JTable 的类和接口。 |
javax.swing 中 ListSelectionEvent 的使用 |
---|
参数类型为 ListSelectionEvent 的 javax.swing 中的方法 | |
---|---|
void |
JTable.columnSelectionChanged(ListSelectionEvent e) TableColumnModel 的选择模型更改时调用。 |
void |
JTable.AccessibleJTable.columnSelectionChanged(ListSelectionEvent e) 对变更的 TableColumnModel 的选择模型进行跟踪。 |
void |
JTable.valueChanged(ListSelectionEvent e) 行选择更改时调用,重新绘制来显示新的选择。 |
void |
JTable.AccessibleJTable.valueChanged(ListSelectionEvent e) 跟踪表单元格选择的变更 |
void |
JList.AccessibleJList.valueChanged(ListSelectionEvent e) List Selection Listener 值更改方法。 |
javax.swing.event 中 ListSelectionEvent 的使用 |
---|
参数类型为 ListSelectionEvent 的 javax.swing.event 中的方法 | |
---|---|
void |
TableColumnModelListener.columnSelectionChanged(ListSelectionEvent e) 告知侦听器 TableColumnModel 的选择模型发生更改。 |
void |
ListSelectionListener.valueChanged(ListSelectionEvent e) 每当选择值发生更改时调用。 |
javax.swing.plaf.basic 中 ListSelectionEvent 的使用 |
---|
参数类型为 ListSelectionEvent 的 javax.swing.plaf.basic 中的方法 | |
---|---|
void |
BasicFileChooserUI.SelectionListener.valueChanged(ListSelectionEvent e) |
void |
BasicListUI.ListSelectionHandler.valueChanged(ListSelectionEvent e) |
void |
BasicComboPopup.ListSelectionHandler.valueChanged(ListSelectionEvent e) |
javax.swing.plaf.metal 中 ListSelectionEvent 的使用 |
---|
参数类型为 ListSelectionEvent 的 javax.swing.plaf.metal 中的方法 | |
---|---|
void |
MetalFileChooserUI.valueChanged(ListSelectionEvent e) |
javax.swing.table 中 ListSelectionEvent 的使用 |
---|
参数类型为 ListSelectionEvent 的 javax.swing.table 中的方法 | |
---|---|
void |
JTableHeader.columnSelectionChanged(ListSelectionEvent e) 当 TableColumnModel 的选择模型更改时调用。 |
protected void |
DefaultTableColumnModel.fireColumnSelectionChanged(ListSelectionEvent e) 通知所有对此事件类型的通知感兴趣的已注册侦听器。 |
void |
DefaultTableColumnModel.valueChanged(ListSelectionEvent e) 列选择更改时转发 ListSelectionEvents 的 ListSelectionListener 。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。