org.ourgrid.mygrid.ui
Class Wizard

java.lang.Object
  extended by org.ourgrid.mygrid.ui.Wizard

public class Wizard
extends java.lang.Object

This class provides a wizard tool to create or import an 'mg.properties' file.


Constructor Summary
Wizard()
          Main constructor.
 
Method Summary
 void start()
          Effectively starts the wizard, asking whether the user wants to import or create a new MG.properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wizard

public Wizard()
Main constructor. It doesn't start the wizard.

Method Detail

start

public void start()
Effectively starts the wizard, asking whether the user wants to import or create a new MG.properties file.