gate.gui
Class ShellSlacFrame.ApplicationLoadRun

java.lang.Object
  extended bygate.gui.ShellSlacFrame.ApplicationLoadRun
All Implemented Interfaces:
Runnable
Enclosing class:
ShellSlacFrame

private class ShellSlacFrame.ApplicationLoadRun
extends Object
implements Runnable

Load application from file


Field Summary
private  MainFrame appFrame
           
private  String appURL
           
 
Constructor Summary
ShellSlacFrame.ApplicationLoadRun(String url, MainFrame frame)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appURL

private String appURL

appFrame

private MainFrame appFrame
Constructor Detail

ShellSlacFrame.ApplicationLoadRun

public ShellSlacFrame.ApplicationLoadRun(String url,
                                         MainFrame frame)
Method Detail

run

public void run()
Specified by:
run in interface Runnable