net.createform.cji
クラス CCast

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

public class CCast
extends CreateFormRuntime

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


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

コンストラクタの詳細

CCast

public CCast()
メソッドの詳細

execCCast

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

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

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

execCCastC

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

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

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

execCCastS

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

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

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