unsw.cse.framescript
Class GUI

java.lang.Object
  extended by unsw.cse.framescript.GUI

public class GUI
extends java.lang.Object

A loadable module for FrameScript that allows the frame browser, script browser and other GUI elements to be used in FrameScript scripts.

Author:
mmcgill

Constructor Summary
GUI()
           
 
Method Summary
static void init()
           
static void showException(java.lang.Exception e, java.awt.Window window)
           
static void showFSException(FSException e, java.awt.Window window)
           
static void showInterruptedException(java.lang.InterruptedException e, java.awt.Window window)
           
static void showIOException(java.io.IOException e, java.awt.Window window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUI

public GUI()
Method Detail

showFSException

public static void showFSException(FSException e,
                                   java.awt.Window window)

showIOException

public static void showIOException(java.io.IOException e,
                                   java.awt.Window window)

showInterruptedException

public static void showInterruptedException(java.lang.InterruptedException e,
                                            java.awt.Window window)

showException

public static void showException(java.lang.Exception e,
                                 java.awt.Window window)

init

public static void init()
                 throws FSException
Throws:
FSException