jxl.enclosure.superstatic
Interface Enclosure

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
EnclosureImpl

public interface Enclosure
extends java.rmi.Remote

Superstatic interface to Enclosure system

Author:
Alex Lynch

Method Summary
 void runClass(java.lang.String name, java.lang.String[] args)
          Load or run class.
 void showGui()
          Display the class launcher gui
 

Method Detail

showGui

void showGui()
             throws java.rmi.RemoteException,
                    java.io.IOException
Display the class launcher gui

Throws:
java.rmi.RemoteException
java.io.IOException

runClass

void runClass(java.lang.String name,
              java.lang.String[] args)
              throws java.rmi.RemoteException
Load or run class.

Parameters:
name - Main-class name to run
args - Args to the main-class
Throws:
java.rmi.RemoteException