软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.table |
处理
javax.swing.JTable 提供类和接口。
|
Modifier and Type | Method and Description |
---|---|
void |
JTable.columnSelectionChanged(ListSelectionEvent e)
当调用的
TableColumnModel 选择模型的改变。
|
void |
JTable.AccessibleJTable.columnSelectionChanged(ListSelectionEvent e)
轨道的选择模型的tablecolumnmodel改变。
|
void |
JList.AccessibleJList.valueChanged(ListSelectionEvent e)
列表选择侦听器值更改方法。
|
void |
JTable.valueChanged(ListSelectionEvent e)
当调用该行选择改变--重画显示新的选择。
|
void |
JTable.AccessibleJTable.valueChanged(ListSelectionEvent e)
跟踪表单元格选择的更改
|
Modifier and Type | Method and Description |
---|---|
void |
TableColumnModelListener.columnSelectionChanged(ListSelectionEvent e)
告诉听众,选择模型的tablecolumnmodel改变。
|
void |
ListSelectionListener.valueChanged(ListSelectionEvent e)
调用时,选择更改的值。
|
Modifier and Type | Method and Description |
---|---|
void |
BasicListUI.ListSelectionHandler.valueChanged(ListSelectionEvent e) |
void |
BasicFileChooserUI.SelectionListener.valueChanged(ListSelectionEvent e) |
void |
BasicComboPopup.ListSelectionHandler.valueChanged(ListSelectionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MetalFileChooserUI.valueChanged(ListSelectionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
JTableHeader.columnSelectionChanged(ListSelectionEvent e)
当调用的
TableColumnModel 选择模型的改变。
|
protected void |
DefaultTableColumnModel.fireColumnSelectionChanged(ListSelectionEvent e)
通知所有的听众,关于这一事件的类型通知已注册的兴趣。
|
void |
DefaultTableColumnModel.valueChanged(ListSelectionEvent e)
一个
ListSelectionListener 转发
ListSelectionEvents 当有柱的选择变化。
|
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.