com.infoteria.asteria.flowbuilder2.plugin
クラス LaunchExternalApp

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter
        |
        +--com.infoteria.asteria.flowbuilder2.plugin.LaunchExternalApp
すべての実装インタフェース:
BaseObjectListener, EventListener, com.infoteria.gui.util.MetaData

public class LaunchExternalApp
extends BaseObjectAdapter
implements com.infoteria.gui.util.MetaData

外部アプリケーションを起動するListenerです。


コンストラクタの概要
LaunchExternalApp()
           
 
メソッドの概要
 Object clone()
           
 String[] getCommandArray()
           
protected static File getToolshedDir()
           
protected  String loadStringFromFile(String filename, String encoding)
           
 void menuPopup(BaseObjectMenuEvent event)
           
 void onDoubleClick(BaseObjectUndoableEvent e)
           
protected  void postExecute(BaseObjectUndoableEvent e, int exitValue)
           
protected  void preExecute(BaseObjectUndoableEvent e)
           
protected  void saveStringToFile(String filename, String str, String encoding)
           
 void setCommandArray(String[] s)
           
 void setup(Element el)
           
 
クラス com.infoteria.asteria.flowbuilder2.event.BaseObjectAdapter から継承したメソッド
added, cloned, created, destroyed, extendedSearch, getDoubleClickAction, getDoubleClickAction, linked, loaded, loading, removed, unlinked
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LaunchExternalApp

public LaunchExternalApp()
メソッドの詳細

getToolshedDir

protected static File getToolshedDir()

setup

public void setup(Element el)
定義:
インタフェース com.infoteria.gui.util.MetaData 内の setup

getCommandArray

public String[] getCommandArray()

setCommandArray

public void setCommandArray(String[] s)

clone

public Object clone()
             throws CloneNotSupportedException
定義:
インタフェース com.infoteria.gui.util.MetaData 内の clone
オーバーライド:
クラス Object 内の clone

menuPopup

public void menuPopup(BaseObjectMenuEvent event)
インタフェース BaseObjectListener の記述:
BaseObjectの右クリックでポップアップメニューを表示する前に発生するイベントです。
オーバーライド:
クラス BaseObjectAdapter 内の menuPopup

onDoubleClick

public void onDoubleClick(BaseObjectUndoableEvent e)
インタフェース BaseObjectListener の記述:
BaseObjectをダブルクリックした時に発生するイベントです。
オーバーライド:
クラス BaseObjectAdapter 内の onDoubleClick

preExecute

protected void preExecute(BaseObjectUndoableEvent e)
                   throws Exception

postExecute

protected void postExecute(BaseObjectUndoableEvent e,
                           int exitValue)
                    throws Exception

saveStringToFile

protected void saveStringToFile(String filename,
                                String str,
                                String encoding)
                         throws IOException

loadStringFromFile

protected String loadStringFromFile(String filename,
                                    String encoding)
                             throws IOException