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