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です。
-
コンストラクタのサマリー
-
メソッドのサマリー
修飾子と型メソッド説明static ComponentUI
BasicToolTipUI
のインスタンスを返します。protected void
デフォルトのプロパティをインストールします。protected void
リスナーを登録します。protected void
既定のプロパティをアンインストールします。protected void
リスナーを登録解除します。クラス javax.swing.plaf.ComponentUIで宣言されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
コンストラクタの詳細
-
BasicToolTipUI
public BasicToolTipUI()BasicToolTipUI
の新しいインスタンスを構築します。
-
-
メソッドの詳細
-
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
- コンポーネント
-