cvj2.app.gui.window.main
クラス MainWindowProgramExecutor

java.lang.Object
  上位を拡張 cvj2.app.gui.window.main.MainWindowProgramExecutor

public class MainWindowProgramExecutor
extends java.lang.Object

MainWindow でのプログラム実行のためのヘルパークラス


メソッドの概要
static void exec(FileInfo sel, WindowController wndController)
          選択されているファイルを実行する
static void exec(ListPanel lp, WindowController wndController)
          選択されているファイルを実行する
static void launchProgram(ListPanel lp, int progIndex, WindowController wndController)
          プログラムを起動する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

exec

public static void exec(ListPanel lp,
                        WindowController wndController)
選択されているファイルを実行する


exec

public static void exec(FileInfo sel,
                        WindowController wndController)
選択されているファイルを実行する


launchProgram

public static void launchProgram(ListPanel lp,
                                 int progIndex,
                                 WindowController wndController)
プログラムを起動する