モジュール java.desktop
パッケージ javax.swing.plaf.basic

クラスBasicButtonListener

    • コンストラクタの詳細

      • BasicButtonListener

        public BasicButtonListener​(AbstractButton b)
        BasicButtonListenerの新しいインスタンスを構築します。
        パラメータ:
        b - 抽象的なボタン
    • メソッドの詳細

      • checkOpacity

        protected void checkOpacity​(AbstractButton b)
        AbstractButtonの不透明度をチェックします。
        パラメータ:
        b - 抽象的なボタン
      • installKeyboardActions

        public void installKeyboardActions​(JComponent c)
        デフォルト・キー・アクションを登録: スペースを押してボタンを"クリック"、キーボード・ニーモニック(もしあれば)を登録してください。
        パラメータ:
        c - コンポーネント
      • uninstallKeyboardActions

        public void uninstallKeyboardActions​(JComponent c)
        デフォルトのキー操作の登録を解除します。
        パラメータ:
        c - コンポーネント