|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectnet.createform.CreateFormRuntime
net.createform.sji.CPrintST
public class CPrintST
PrintSTランタイムを実行するためのクラスです。
| コンストラクタの概要 | |
|---|---|
CPrintST()
|
|
| メソッドの概要 | |
|---|---|
int |
execCPrintST(int hWind,
int uCmdShow,
java.lang.String strTile,
java.lang.String strCmd)
推奨されていません。 旧バージョンとの互換のために残されているメソッドです。今後のバージョンで削除される可能性があります。 |
int |
execCPrintSTS(java.lang.String strCmd)
推奨されていません。 旧バージョンとの互換のために残されているメソッドです。今後のバージョンで削除される可能性があります。 |
protected int |
execUnixRuntime(java.lang.String commandline)
Unix用ライブラリをロードし実行します。 |
protected int |
execWindowsRuntime(int windowHandle,
int option,
java.lang.String title,
java.lang.String commandline)
Windows用ライブラリをロードし実行します。 |
protected int |
exeUnixRuntime(RuntimeParam param)
実行形式ランタイムを実行します。 |
protected int |
exeWinRuntime(RuntimeParam param)
実行形式ランタイムを実行します。 |
protected static java.lang.Process |
start(java.lang.String process,
RuntimeParam param)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public CPrintST()
| メソッドの詳細 |
|---|
protected int exeUnixRuntime(RuntimeParam param)
CreateFormRuntime の記述:
CreateFormRuntime 内の exeUnixRuntimeparam - ランタイムに渡すオプション文字列
CreateFormRuntime.exeUnixRuntime(RuntimeParam)protected int exeWinRuntime(RuntimeParam param)
CreateFormRuntime の記述:
CreateFormRuntime 内の exeWinRuntimeparam - ランタイムに渡すオプション文字列
CreateFormRuntime.exeWinRuntime(RuntimeParam)
protected int execWindowsRuntime(int windowHandle,
int option,
java.lang.String title,
java.lang.String commandline)
CreateFormRuntime の記述:
CreateFormRuntime 内の execWindowsRuntimewindowHandle - ウィンドウハンドルoption - 処理オプションtitle - 処理進行ウィンドウのタイトルcommandline - ランタイムに渡すオプション文字列
CreateFormRuntime.execWindowsRuntime(int, int, String, String)protected int execUnixRuntime(java.lang.String commandline)
CreateFormRuntime の記述:
CreateFormRuntime 内の execUnixRuntimecommandline - ランタイムに渡すオプション文字列
CreateFormRuntime.execUnixRuntime(String)
public int execCPrintST(int hWind,
int uCmdShow,
java.lang.String strTile,
java.lang.String strCmd)
public int execCPrintSTS(java.lang.String strCmd)
protected static java.lang.Process start(java.lang.String process,
RuntimeParam param)
throws java.io.IOException
java.io.IOException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||