net.createform.sji
クラス CPrintST

java.lang.Object
  上位を拡張 net.createform.CreateFormRuntime
      上位を拡張 net.createform.sji.CPrintST
すべての実装されたインタフェース:
Runtime

public class CPrintST
extends CreateFormRuntime

FormPrintSTランタイムを実行するためのクラスです。


フィールドの概要
 
クラス net.createform.CreateFormRuntime から継承されたフィールド
CREATE_INIFILE
 
コンストラクタの概要
CPrintST()
           
 
メソッドの概要
 int execCPrintST(int hWind, int uCmdShow, java.lang.String strTile, java.lang.String strCmd)
          推奨されていません。 旧バージョンとの互換のために残されているメソッドです。今後のバージョンで削除される可能性があります。
 int execCPrintSTS(java.lang.String strCmd)
          推奨されていません。 旧バージョンとの互換のために残されているメソッドです。今後のバージョンで削除される可能性があります。
 
クラス net.createform.CreateFormRuntime から継承されたメソッド
createRuntime, executeRuntime, main, synchronizedExecuteRuntime
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CPrintST

public CPrintST()
メソッドの詳細

execCPrintST

public int execCPrintST(int hWind,
                        int uCmdShow,
                        java.lang.String strTile,
                        java.lang.String strCmd)
推奨されていません。 旧バージョンとの互換のために残されているメソッドです。今後のバージョンで削除される可能性があります。

ランタイムを実行します。

パラメータ:
hWind - ウィンドウハンドル
uCmdShow - 処理オプション
strTile - 処理進行ウィンドウのタイトル
strCmd - ランタイムに渡すオプション文字列
戻り値:
正常終了時:0 異常終了時:負数

execCPrintSTS

public int execCPrintSTS(java.lang.String strCmd)
推奨されていません。 旧バージョンとの互換のために残されているメソッドです。今後のバージョンで削除される可能性があります。

ランタイムを実行します。

パラメータ:
strCmd - ランタイムに渡すオプション文字列
戻り値:
正常終了時:0 異常終了時:負数