|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 ButtonModel 的軟體套件 | |
---|---|
javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
javax.swing 中 ButtonModel 的使用 |
---|
實作 ButtonModel 的 javax.swing 中的類別 | |
---|---|
class |
DefaultButtonModel
Button 元件的資料模型的預設實作。 |
static class |
JToggleButton.ToggleButtonModel
ToggleButton 模型。 |
宣告為 ButtonModel 的 javax.swing 中的欄位 | |
---|---|
protected ButtonModel |
AbstractButton.model
確定按鈕狀態的資料模型。 |
返回 ButtonModel 的 javax.swing 中的方法 | |
---|---|
ButtonModel |
AbstractButton.getModel()
返回此按鈕表示的模型。 |
ButtonModel |
ButtonGroup.getSelection()
返回選擇按鈕的模型。 |
參數型別為 ButtonModel 的 javax.swing 中的方法 | |
---|---|
boolean |
ButtonGroup.isSelected(ButtonModel m)
返回對是否已選擇一個 ButtonModel 的判斷。 |
void |
JMenu.setModel(ButtonModel newModel)
設置“選單按鈕”的資料模型,即使用者單擊可以打開或關閉選單的標籤。 |
void |
JMenuItem.setModel(ButtonModel newModel)
設置此按鈕表示的模型。 |
void |
AbstractButton.setModel(ButtonModel newModel)
設置此按鈕表示的模型。 |
void |
ButtonGroup.setSelected(ButtonModel m,
boolean b)
為 ButtonModel 設置選擇值。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。