- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ToolTipUI
-
- javax.swing.plaf.basic.BasicToolTipUI
-
- 直系の既知のサブクラス:
MetalToolTipUI
,SynthToolTipUI
public class BasicToolTipUI extends ToolTipUI
標準ツールヒントL&Fです。
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 BasicToolTipUI()
BasicToolTipUI
の新しいインスタンスを構築します。
-
メソッドのサマリー
修飾子と型 メソッド 説明 static ComponentUI
createUI(JComponent c)
BasicToolTipUI
のインスタンスを返します。protected void
installDefaults(JComponent c)
デフォルトのプロパティをインストールします。protected void
installListeners(JComponent c)
リスナーを登録します。protected void
uninstallDefaults(JComponent c)
デフォルト・プロパティをアンインストールします。protected void
uninstallListeners(JComponent c)
リスナーの登録を解除します。-
クラス javax.swing.plaf.ComponentUIで宣言されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
-
-
-
メソッドの詳細
-
createUI
public static ComponentUI createUI(JComponent c)
BasicToolTipUI
のインスタンスを返します。- パラメータ:
c
- コンポーネント- 戻り値:
BasicToolTipUI
のインスタンス
-
installDefaults
protected void installDefaults(JComponent c)
デフォルトのプロパティをインストールします。- パラメータ:
c
- コンポーネント
-
uninstallDefaults
protected void uninstallDefaults(JComponent c)
デフォルト・プロパティをアンインストールします。- パラメータ:
c
- コンポーネント
-
installListeners
protected void installListeners(JComponent c)
リスナーを登録します。- パラメータ:
c
- コンポーネント
-
uninstallListeners
protected void uninstallListeners(JComponent c)
リスナーの登録を解除します。- パラメータ:
c
- コンポーネント
-
-