|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
JButton を使用しているパッケージ | |
---|---|
javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 |
javax.swing.plaf.basic | 基本 Look & Feel に従って作成されたユーザインタフェースオブジェクトを提供します。 |
javax.swing.plaf.metal | デフォルトの Look & Feel である Java Look & Feel (コード名は Metal) に従って作成されたユーザインタフェースオブジェクトを提供します。 |
javax.swing での JButton の使用 |
---|
JButton として宣言されている javax.swing のフィールド | |
---|---|
protected JButton |
JRootPane.defaultButton
区画がフォーカスと、Enter キーを押すなどの UI 固有のアクションを持ったときにアクティブになるボタンです。 |
JButton を返す javax.swing のメソッド | |
---|---|
JButton |
JToolBar.add(Action a)
アクションをディスパッチする新しい JButton を追加します。 |
protected JButton |
JToolBar.createActionComponent(Action a)
JToolBar に追加された Action の JButton を作成するファクトリメソッドです。 |
JButton |
JRootPane.getDefaultButton()
defaultButton のプロパティの値を返します。 |
JButton 型のパラメータを持つ javax.swing のメソッド | |
---|---|
protected PropertyChangeListener |
JToolBar.createActionChangeListener(JButton b)
Action への変更が発生する場合にコントロールを更新するための、適切に設定された PropertyChangeListener を返します。 |
void |
JRootPane.setDefaultButton(JButton defaultButton)
defaultButton プロパティを設定して、この JRootPane の現在のデフォルトボタンを指定します。 |
javax.swing.plaf.basic での JButton の使用 |
---|
javax.swing.plaf.basic での JButton のサブクラス | |
---|---|
class |
BasicArrowButton
基本方向のいずれかにスケーリングされる矢印を描画する JButton オブジェクトです。 |
JButton として宣言されている javax.swing.plaf.basic のフィールド | |
---|---|
protected JButton |
BasicComboBoxUI.arrowButton
|
protected JButton |
BasicInternalFrameTitlePane.closeButton
|
protected JButton |
BasicScrollBarUI.decrButton
|
protected JButton |
BasicInternalFrameTitlePane.iconButton
|
protected JButton |
BasicScrollBarUI.incrButton
|
protected JButton |
BasicSplitPaneDivider.leftButton
左側のコンポーネントをすばやく切り替えるためのボタンです。 |
protected JButton |
BasicInternalFrameTitlePane.maxButton
|
protected JButton |
BasicSplitPaneDivider.rightButton
右側のコンポーネントをすばやく切り替えるためのボタンです。 |
JButton を返す javax.swing.plaf.basic のメソッド | |
---|---|
protected JButton |
BasicComboBoxUI.createArrowButton()
コンボボックスのポップアップ部分の表示または非表示の制御に使用されるボタンを作成します。 |
protected JButton |
BasicScrollBarUI.createDecreaseButton(int orientation)
|
protected JButton |
BasicScrollBarUI.createIncreaseButton(int orientation)
|
protected JButton |
BasicSplitPaneDivider.createLeftOneTouchButton()
分割区画の左側のコンポーネントを収納するために使用される JButton のインスタンスを生成し、それを返します。 |
protected JButton |
BasicSplitPaneDivider.createRightOneTouchButton()
分割区画の右側のコンポーネントを収納するために使用される JButton のインスタンスを生成し、それを返します。 |
protected JButton |
BasicTabbedPaneUI.createScrollButton(int direction)
特定の方向にタブをスクロールできるようにする JButton を生成し、それを返します。 |
protected JButton |
BasicFileChooserUI.getApproveButton(JFileChooser fc)
|
javax.swing.plaf.metal での JButton の使用 |
---|
javax.swing.plaf.metal での JButton のサブクラス | |
---|---|
class |
MetalComboBoxButton
MetalComboBoxUI を補助する JButton サブクラスです。 |
class |
MetalScrollButton
Metal スクロールバー矢印に使用する JButton オブジェクトです。 |
JButton を返す javax.swing.plaf.metal のメソッド | |
---|---|
protected JButton |
MetalComboBoxUI.createArrowButton()
|
protected JButton |
MetalScrollBarUI.createDecreaseButton(int orientation)
縮小ビューを表すビューを返します。 |
protected JButton |
MetalScrollBarUI.createIncreaseButton(int orientation)
拡大ビューを表すビューを返します。 |
protected JButton |
MetalFileChooserUI.getApproveButton(JFileChooser fc)
|
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。