|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.swing.AbstractAction
worldmap.NewDataAction
public class NewDataAction
データ初期化アクション
フィールドの概要 | |
---|---|
private WorldMapFrame |
frame
地図表示フレーム |
クラス javax.swing.AbstractAction から継承されたフィールド |
---|
changeSupport, enabled |
インタフェース javax.swing.Action から継承されたフィールド |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
コンストラクタの概要 | |
---|---|
NewDataAction(WorldMapFrame frame)
アクションオブジェクトを構築する |
|
NewDataAction(WorldMapFrame frame,
javax.swing.Icon icon)
アイコンを指定してアクションオブジェクトを構築する |
メソッドの概要 | |
---|---|
static java.lang.String |
actionName()
アクション名称を返す |
void |
actionPerformed(java.awt.event.ActionEvent e)
データを初期化する |
private int |
confirmDialog()
確認ダイアログを表示する |
private java.lang.String |
confirmMessage()
確認ダイアログのメッセージを返す |
クラス javax.swing.AbstractAction から継承されたメソッド |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private WorldMapFrame frame
コンストラクタの詳細 |
---|
public NewDataAction(WorldMapFrame frame)
frame
- 地図表示フレームpublic NewDataAction(WorldMapFrame frame, javax.swing.Icon icon)
frame
- 地図表示フレームicon
- アイコンメソッドの詳細 |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
e
- アクションが発生したことを示すイベントprivate int confirmDialog()
private java.lang.String confirmMessage()
public static java.lang.String actionName()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |