net.createform.pji
クラス CPrint

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

public class CPrint
extends CreateFormRuntime

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


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

コンストラクタの詳細

CPrint

public CPrint()
メソッドの詳細

execCPrint

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

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

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

execCPrintC

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

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

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

execCPrintS

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

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

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