- 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実装です。 この実装は、結合されたビュー/コントローラです。
- 
- 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 BasicSeparatorUI()
 - 
メソッドのサマリー修飾子と型 メソッド 説明 static ComponentUIcreateUI(JComponent c)BasicSeparatorUIの新しいインスタンスを返します。protected voidinstallDefaults(JSeparator s)デフォルトのプロパティをインストールします。protected voidinstallListeners(JSeparator s)リスナーを登録します。protected voiduninstallDefaults(JSeparator s)デフォルト・プロパティをアンインストールします。protected voiduninstallListeners(JSeparator s)リスナーの登録を解除します。- 
クラス javax.swing.plaf.ComponentUIで宣言されたメソッドcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
- 
 
- 
- 
- 
メソッドの詳細- 
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のインスタンス
 
 
- 
 
-