|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.awt.event.WindowAdapter
gui.ExitAction.WinExitEventHandler
public static class ExitAction.WinExitEventHandler
プログラム実行終了アクション
フィールドの概要 | |
---|---|
private java.awt.Component |
base
ダイアログの所有者 |
コンストラクタの概要 | |
---|---|
ExitAction.WinExitEventHandler(java.awt.Component base)
オブジェクトを構築する |
メソッドの概要 | |
---|---|
void |
windowClosing(java.awt.event.WindowEvent e)
プログラムの実行を終了する |
クラス java.awt.event.WindowAdapter から継承されたメソッド |
---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private java.awt.Component base
コンストラクタの詳細 |
---|
public ExitAction.WinExitEventHandler(java.awt.Component base)
base
- ダイアログの所有者メソッドの詳細 |
---|
public void windowClosing(java.awt.event.WindowEvent e)
java.awt.event.WindowListener
内の windowClosing
java.awt.event.WindowAdapter
内の windowClosing
e
- アクションが発生したことを示すイベント
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |