软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.event |
提供由摆动组件触发的事件。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
Modifier and Type | Method and Description |
---|---|
void |
JList.AccessibleJList.contentsChanged(ListDataEvent e)
列表数据侦听器内容更改方法。
|
void |
JComboBox.contentsChanged(ListDataEvent e)
这种方法是公共的,作为一个实施的副作用。
|
void |
JList.AccessibleJList.intervalAdded(ListDataEvent e)
列表数据侦听器间隔添加方法。
|
void |
JComboBox.intervalAdded(ListDataEvent e)
这种方法是公共的,作为一个实施的副作用。
|
void |
JList.AccessibleJList.intervalRemoved(ListDataEvent e)
列表数据侦听器间隔删除方法。
|
void |
JComboBox.intervalRemoved(ListDataEvent e)
这种方法是公共的,作为一个实施的副作用。
|
Modifier and Type | Method and Description |
---|---|
void |
ListDataListener.contentsChanged(ListDataEvent e)
当列表中的内容以太复杂的方式更改为与以前的方法描述的方式发生了变化。
|
void |
ListDataListener.intervalAdded(ListDataEvent e)
发送后,在index0指数,指数区间已插入的数据模型。
|
void |
ListDataListener.intervalRemoved(ListDataEvent e)
发送后,在index0指数,指数区间已经从数据模型中删除。
|
Modifier and Type | Method and Description |
---|---|
void |
BasicListUI.ListDataHandler.contentsChanged(ListDataEvent e) |
void |
BasicComboPopup.ListDataHandler.contentsChanged(ListDataEvent e) |
void |
BasicComboBoxUI.ListDataHandler.contentsChanged(ListDataEvent e) |
void |
BasicListUI.ListDataHandler.intervalAdded(ListDataEvent e) |
void |
BasicDirectoryModel.intervalAdded(ListDataEvent e)
过时的-不使用。
|
void |
BasicComboPopup.ListDataHandler.intervalAdded(ListDataEvent e) |
void |
BasicComboBoxUI.ListDataHandler.intervalAdded(ListDataEvent e) |
void |
BasicListUI.ListDataHandler.intervalRemoved(ListDataEvent e) |
void |
BasicDirectoryModel.intervalRemoved(ListDataEvent e)
过时的-不使用。
|
void |
BasicComboPopup.ListDataHandler.intervalRemoved(ListDataEvent e) |
void |
BasicComboBoxUI.ListDataHandler.intervalRemoved(ListDataEvent e) |
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.