モジュール 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 - コンポーネント