java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ViewportUI
javax.swing.plaf.basic.BasicViewportUI
public class BasicViewportUI extends ViewportUI
BasicViewport実装です。
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 BasicViewportUI() -
メソッドのサマリー
修飾子と型 メソッド 説明 static ComponentUIcreateUI(JComponent c)BasicViewportUIのインスタンスを返します。protected voidinstallDefaults(JComponent c)ビューポートのプロパティをインストールします。protected voiduninstallDefaults(JComponent c)ビューポートのプロパティをアンインストールします。クラス javax.swing.plaf.ComponentUIで宣言されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
コンストラクタの詳細
-
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- コンポーネント
-