java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
- 直系の既知のサブクラス:
- BasicPopupMenuSeparatorUI,- BasicToolBarSeparatorUI,- MetalSeparatorUI
public class BasicSeparatorUI extends SeparatorUI
SeparatorUIの基本L&F実装です。 この実装は、「結合された」ビュー/コントローラです。 
- 
フィールドのサマリーフィールド
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリー修飾子と型メソッド説明static ComponentUIcreateUI(JComponent c)BasicSeparatorUIの新しいインスタンスを返します。protected voidデフォルトのプロパティをインストールします。protected voidリスナーを登録します。protected voidデフォルト・プロパティをアンインストールします。protected voidリスナーの登録を解除します。クラス javax.swing.plaf.ComponentUIで宣言されたメソッドcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
フィールド詳細
- 
コンストラクタの詳細- 
BasicSeparatorUIpublic BasicSeparatorUI()BasicSeparatorUIを構築します。
 
- 
- 
メソッドの詳細- 
createUIpublic static ComponentUI createUI(JComponent c)BasicSeparatorUIの新しいインスタンスを返します。- パラメータ:
- c- コンポーネント
- 戻り値:
- BasicSeparatorUIの新しいインスタンス
 
- 
installDefaultsprotected void installDefaults(JSeparator s)デフォルトのプロパティをインストールします。- パラメータ:
- s-- JSeparatorのインスタンス
 
- 
uninstallDefaultsprotected void uninstallDefaults(JSeparator s)デフォルト・プロパティをアンインストールします。- パラメータ:
- s-- JSeparatorのインスタンス
 
- 
installListenersprotected void installListeners(JSeparator s)リスナーを登録します。- パラメータ:
- s-- JSeparatorのインスタンス
 
- 
uninstallListenersprotected void uninstallListeners(JSeparator s)リスナーの登録を解除します。- パラメータ:
- s-- JSeparatorのインスタンス
 
 
-