uk.ac.soton.itinnovation.grid.client.job
Class CreateJobPanel

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.client.job.CreateJobPanel
All Implemented Interfaces:
EventListener, DocumentListener

public class CreateJobPanel
extends Object
implements DocumentListener


Method Summary
 void changedUpdate(DocumentEvent e)
           
 String getArguments()
           
 Element[] getConstraints()
           
 String getJobName()
           
 int getMultiplicity(DataStager stager)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
static JobDescription showDialog(Frame parent, ApplicationMetadata metadata, String defaultName, boolean showArgumentsField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobName

public String getJobName()

getMultiplicity

public int getMultiplicity(DataStager stager)

getArguments

public String getArguments()

getConstraints

public Element[] getConstraints()
                         throws GridFailureException
Throws:
GridFailureException

showDialog

public static JobDescription showDialog(Frame parent,
                                        ApplicationMetadata metadata,
                                        String defaultName,
                                        boolean showArgumentsField)
                                 throws UserAbort,
                                        GridFailureException
Throws:
UserAbort
GridFailureException

changedUpdate

public void changedUpdate(DocumentEvent e)
Specified by:
changedUpdate in interface DocumentListener

insertUpdate

public void insertUpdate(DocumentEvent e)
Specified by:
insertUpdate in interface DocumentListener

removeUpdate

public void removeUpdate(DocumentEvent e)
Specified by:
removeUpdate in interface DocumentListener


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.