jp.crestmuse.cmx.gui
クラス CMXMusicDataViewer

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.commands.CMXCommand
      上位を拡張 jp.crestmuse.cmx.commands.CMXCommandForGUI
          上位を拡張 jp.crestmuse.cmx.gui.CMXMusicDataViewer
すべての実装されたインタフェース:
CMXInitializer

public class CMXMusicDataViewer
extends CMXCommandForGUI


フィールドの概要
protected static java.util.Properties config
           
 
コンストラクタの概要
CMXMusicDataViewer()
           
 
メソッドの概要
static void main(java.lang.String[] args)
           
protected  void preproc()
          Please override this method if your command require pre-processing.
protected  void run()
           
protected  boolean setOptionsLocal(java.lang.String option, java.lang.String value)
          Please override this method to support non-yes/no options in your subclass.
 
クラス jp.crestmuse.cmx.commands.CMXCommandForGUI から継承されたメソッド
getFileList
 
クラス jp.crestmuse.cmx.commands.CMXCommand から継承されたメソッド
appendHelpMessage, exitWithMessage, getBaseName, getBaseName, getConfigXMLWrapper, getDestDir, getFileName, getHelpMessage, getOutFileName, getVersion, indata, init, loopEnabled, newOutputData, outdata, postproc, readInputData, removeDirName, removeExt, removeExt, requiredFiles, run, run, setBoolOptionsLocal, setOutputData, showErrorMessage, start
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

config

protected static java.util.Properties config
コンストラクタの詳細

CMXMusicDataViewer

public CMXMusicDataViewer()
メソッドの詳細

setOptionsLocal

protected boolean setOptionsLocal(java.lang.String option,
                                  java.lang.String value)
クラス CMXCommand の記述:

Please override this method to support non-yes/no options in your subclass.

サブクラスで独自の非YES/NO型オプションをサポートする場合には, このメソッドをオーバーライドしてください. このメソッドがオプションを受け入れたらtrue, 受け入れなかったらfalseを返さなければなりません.

オーバーライド:
クラス CMXCommand 内の setOptionsLocal

preproc

protected void preproc()
クラス CMXCommand の記述:

Please override this method if your command require pre-processing. The default implementation does nothing.

前処理が必要な場合は, このメソッドをオーバーライドしてください. デフォルトの実装では何もしません.

オーバーライド:
クラス CMXCommand 内の preproc

run

protected void run()
オーバーライド:
クラス CMXCommand 内の run

main

public static void main(java.lang.String[] args)