g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.dialogs
Class AllowedVOsDialog

java.lang.Object
  extended by Dialog
      extended by eu.geclipse.batch.ui.dialogs.AllowedVOsDialog

public class AllowedVOsDialog
extends Dialog


Constructor Summary
AllowedVOsDialog(Shell parentShell, java.lang.String title)
          The AllowedVODialog Class constructor.
 
Method Summary
 java.lang.String getValue()
          Get's the new AllowedVirtualOrganizationsType
 int open()
           
 void setInput(java.lang.String dialogInput)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowedVOsDialog

public AllowedVOsDialog(Shell parentShell,
                        java.lang.String title)
The AllowedVODialog Class constructor. Get's as input parameters the parentShell and the Dialog Title.

Parameters:
parentShell -
title -
Method Detail

setInput

public void setInput(java.lang.String dialogInput)
Parameters:
dialogInput -

getValue

public java.lang.String getValue()
Get's the new AllowedVirtualOrganizationsType

Returns:
The new AllowedVirtualOrganizationsType

open

public int open()

g-Eclipse
Release 1.0.0