com.cwbp.mdpw.util
クラス ShellWindow

java.lang.Object
  上位を拡張 com.cwbp.mdpw.util.ShellWindow
直系の既知のサブクラス:
MS

public class ShellWindow
extends java.lang.Object


コンストラクタの概要
ShellWindow()
           
 
メソッドの概要
 java.io.PrintStream getErr()
           
 java.io.PrintStream getOut()
           
 void init(JShell s)
           
static void main(java.lang.String[] args)
           
protected  void mainLoop(com.cwbp.mdpw.util.ShellOut so)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ShellWindow

public ShellWindow()
メソッドの詳細

getOut

public java.io.PrintStream getOut()

getErr

public java.io.PrintStream getErr()

mainLoop

protected void mainLoop(com.cwbp.mdpw.util.ShellOut so)
                 throws java.io.IOException
例外:
java.io.IOException

init

public void init(JShell s)

main

public static void main(java.lang.String[] args)