jp.ne.mki.wedge.pub.client.hook.debug
クラス ItemImpExp.MyAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--jp.ne.mki.wedge.pub.client.hook.debug.ItemImpExp.MyAction
すべての実装インタフェース:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
含まれているクラス:
ItemImpExp

public class ItemImpExp.MyAction
extends javax.swing.AbstractAction

ShortCutKey操作により実行されるClass.

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

クラス javax.swing.AbstractAction から継承した内部クラス
javax.swing.AbstractAction.ArrayTable
 
フィールドの概要
(パッケージプライベート)  javax.swing.JFileChooser chooser
           
(パッケージプライベート)  ClientManagerInterface manager
           
 
クラス javax.swing.AbstractAction から継承したフィールド
changeSupport, enabled
 
インタフェース javax.swing.Action から継承したフィールド
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
コンストラクタの概要
ItemImpExp.MyAction(ClientManagerInterface manager)
           
 
メソッドの概要
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 void exportComponentState(java.io.PrintWriter writer, java.io.OutputStream ostream)
           
 void exportItemValues(java.io.PrintWriter writer)
           
 void finalize()
           
 void importComponentState(org.w3c.dom.NodeList componentNodes)
           
 void importItems(org.w3c.dom.NodeList itemNodes)
           
 
クラス javax.swing.AbstractAction から継承したメソッド
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
クラス java.lang.Object から継承したメソッド
, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

manager

ClientManagerInterface manager

chooser

javax.swing.JFileChooser chooser
コンストラクタの詳細

ItemImpExp.MyAction

public ItemImpExp.MyAction(ClientManagerInterface manager)
メソッドの詳細

finalize

public void finalize()
オーバーライド:
クラス java.lang.Object 内の finalize

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
オーバーライド:
クラス javax.swing.AbstractAction 内の actionPerformed

exportItemValues

public void exportItemValues(java.io.PrintWriter writer)

exportComponentState

public void exportComponentState(java.io.PrintWriter writer,
                                 java.io.OutputStream ostream)

importItems

public void importItems(org.w3c.dom.NodeList itemNodes)

importComponentState

public void importComponentState(org.w3c.dom.NodeList componentNodes)