java.lang.Object
javax.swing.ToolTipManager.stillInsideTimerAction
- すべての実装されたインタフェース:
ActionListener
,EventListener
- 含まれているクラス:
ToolTipManager
protected class ToolTipManager.stillInsideTimerAction extends Object implements ActionListener
タイマー・アクションの内側。
-
コンストラクタのサマリー
-
メソッドのサマリー
-
コンストラクタの詳細
-
stillInsideTimerAction
protected stillInsideTimerAction()stillInsideTimerAction
を構築します。
-
-
メソッドの詳細
-
actionPerformed
public void actionPerformed(ActionEvent e) アクションが発生すると呼び出されます。- 定義:
actionPerformed
、インタフェースActionListener
- パラメータ:
e
- 処理されるイベント
-