net.createform.clji
クラス CCollect

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

public class CCollect
extends CreateFormRuntime

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


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

コンストラクタの詳細

CCollect

public CCollect()

CCollect

public CCollect(java.lang.String path)
メソッドの詳細

execCCollect

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

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

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

execCCollectC

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

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

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

execCCollectS

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

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

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