jp.ne.nifty.iga.tosiki.wizard
クラス JSourceCodeWizardProcessorTsv

java.lang.Object
  |
  +--jp.ne.nifty.iga.tosiki.wizard.JSourceCodeWizardProcessorTsv
直系の既知のサブクラス:
JSourceCodeWizardProcessorCsv

public class JSourceCodeWizardProcessorTsv
extends java.lang.Object

JSourceCodeWizardProcessor のヘルパークラス
TSV部分です

作成者:
Tosiki IGA

フィールドの概要
protected  java.lang.String SEPARATOR
           
protected  java.lang.String TITLE
           
 
コンストラクタの概要
JSourceCodeWizardProcessorTsv()
           
 
メソッドの概要
protected  java.lang.String getSeparator()
           
protected  java.lang.String getTitle()
           
 void writeFunction(JSourceCodeWizard wizard, JSourceCodeWizardChannel dataChannel, java.util.ArrayList vecItem, IndentWriter out)
          関数をずばっと挿入します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TITLE

protected java.lang.String TITLE

SEPARATOR

protected java.lang.String SEPARATOR
コンストラクタの詳細

JSourceCodeWizardProcessorTsv

public JSourceCodeWizardProcessorTsv()
メソッドの詳細

getTitle

protected java.lang.String getTitle()

getSeparator

protected java.lang.String getSeparator()

writeFunction

public void writeFunction(JSourceCodeWizard wizard,
                          JSourceCodeWizardChannel dataChannel,
                          java.util.ArrayList vecItem,
                          IndentWriter out)
                   throws java.io.IOException
関数をずばっと挿入します。