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

クラスBasicSeparatorUI

    • フィールドの詳細

      • shadow

        protected Color shadow
        影の色。
      • highlight

        protected Color highlight
        ハイライトの色。
    • コンストラクタの詳細

      • BasicSeparatorUI

        public BasicSeparatorUI()
    • メソッドの詳細

      • createUI

        public static ComponentUI createUI​(JComponent c)
        BasicSeparatorUIの新しいインスタンスを返します。
        パラメータ:
        c - コンポーネント
        戻り値:
        BasicSeparatorUIの新しいインスタンス
      • installDefaults

        protected void installDefaults​(JSeparator s)
        デフォルトのプロパティをインストールします。
        パラメータ:
        s - JSeparatorのインスタンス
      • uninstallDefaults

        protected void uninstallDefaults​(JSeparator s)
        既定のプロパティをアンインストールします。
        パラメータ:
        s - JSeparatorのインスタンス
      • installListeners

        protected void installListeners​(JSeparator s)
        リスナーを登録します。
        パラメータ:
        s - JSeparatorのインスタンス
      • uninstallListeners

        protected void uninstallListeners​(JSeparator s)
        リスナーを登録解除します。
        パラメータ:
        s - JSeparatorのインスタンス