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

クラスBasicViewportUI


  • public class BasicViewportUI
    extends ViewportUI
    BasicViewport実装です。
    • コンストラクタの詳細

      • BasicViewportUI

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

      • createUI

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

        protected void installDefaults​(JComponent c)
        ビューポートのプロパティをインストールします。
        パラメータ:
        c - コンポーネント
      • uninstallDefaults

        protected void uninstallDefaults​(JComponent c)
        ビューポートのプロパティをアンインストールします。
        パラメータ:
        c - コンポーネント