java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ViewportUI
javax.swing.plaf.basic.BasicViewportUI
public class BasicViewportUI extends ViewportUI
BasicViewport実装です。
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリー修飾子と型メソッド説明static ComponentUIcreateUI(JComponent c)BasicViewportUIのインスタンスを返します。protected voidビューポートのプロパティをインストールします。protected voidビューポートのプロパティをアンインストールします。クラス javax.swing.plaf.ComponentUIで宣言されたメソッドcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
コンストラクタの詳細- 
BasicViewportUIpublic BasicViewportUI()BasicViewportUIを構築します。
 
- 
- 
メソッドの詳細- 
createUIpublic static ComponentUI createUI(JComponent c)BasicViewportUIのインスタンスを返します。- パラメータ:
- c- コンポーネント
- 戻り値:
- BasicViewportUIのインスタンス
 
- 
installDefaultsprotected void installDefaults(JComponent c)ビューポートのプロパティをインストールします。- パラメータ:
- c- コンポーネント
 
- 
uninstallDefaultsprotected void uninstallDefaults(JComponent c)ビューポートのプロパティをアンインストールします。- パラメータ:
- c- コンポーネント
 
 
-