org.globus.cog.gridface.impl.util
Class RegistrationDialog

java.lang.Object
  extended byorg.globus.cog.gridface.impl.util.RegistrationDialog

public class RegistrationDialog
extends Object


Field Summary
 Action completedAction
           
static Action DO_NOTHING
           
static Action EXIT_JVM
           
 
Constructor Summary
RegistrationDialog(String url, int WIDTH, int HEIGHT)
           
 
Method Summary
static void createAndShowGUI(String url, int width, int height)
           
 void createHTMLDialog(String title, String htmlContent)
          Creates a dialog with the a title and the and html content
static void main(String[] args)
           
 void okButtonPushed()
           
 void setCompletedAction(Action action)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXIT_JVM

public static final Action EXIT_JVM

DO_NOTHING

public static final Action DO_NOTHING

completedAction

public Action completedAction
Constructor Detail

RegistrationDialog

public RegistrationDialog(String url,
                          int WIDTH,
                          int HEIGHT)
Method Detail

setCompletedAction

public void setCompletedAction(Action action)

okButtonPushed

public void okButtonPushed()

createHTMLDialog

public void createHTMLDialog(String title,
                             String htmlContent)
Creates a dialog with the a title and the and html content

Parameters:
title -
htmlContent -

show

public void show()

createAndShowGUI

public static void createAndShowGUI(String url,
                                    int width,
                                    int height)

main

public static void main(String[] args)