|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
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 |
AbstractButton.setModel(ButtonModel newModel)
このボタンが表すモデルを設定します。 |
void |
JMenu.setModel(ButtonModel newModel)
「メニューボタン」のデータモデルを設定します。 |
void |
ButtonGroup.setSelected(ButtonModel m,
boolean b)
ButtonModel に対して選択された値を設定します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。