worldmap
クラス ZoominAction

java.lang.Object
  上位を拡張 javax.swing.AbstractAction
      上位を拡張 worldmap.ZoominAction
すべての実装されたインタフェース:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class ZoominAction
extends javax.swing.AbstractAction

拡大アクション

関連項目:
直列化された形式

フィールドの概要
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
 
コンストラクタの概要
ZoominAction(WorldMapFrame frame)
          アクションを構築する
 
メソッドの概要
static java.lang.String actionName()
          アクション名称を返す
 void actionPerformed(java.awt.event.ActionEvent e)
          拡大する
 
クラス 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
 

フィールドの詳細

frame

private WorldMapFrame frame
モデル表示フレーム

コンストラクタの詳細

ZoominAction

public ZoominAction(WorldMapFrame frame)
アクションを構築する

パラメータ:
frame - モデル表示フレーム
メソッドの詳細

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
拡大する

パラメータ:
e - アクションが発生したことを示すイベント

actionName

public static java.lang.String actionName()
アクション名称を返す

戻り値:
アクション名称