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
- 
コンストラクタの詳細- 
BasicViewportUIpublic BasicViewportUI()
 
- 
- 
メソッドの詳細- 
createUIpublic static ComponentUI createUI(JComponent c)BasicViewportUIのインスタンスを返します。- パラメータ:
- c- コンポーネント
- 戻り値:
- BasicViewportUIのインスタンス
 
- 
installDefaultsprotected void installDefaults(JComponent c)ビューポートのプロパティをインストールします。- パラメータ:
- c- コンポーネント
 
- 
uninstallDefaultsprotected void uninstallDefaults(JComponent c)ビューポートのプロパティをアンインストールします。- パラメータ:
- c- コンポーネント
 
 
-