com.partnersoft.staker
Class OpenJobDialog

java.lang.Object
  extended by com.partnersoft.staker.OpenJobDialog

public class OpenJobDialog
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_JOB_DIRECTORY
           
 
Constructor Summary
OpenJobDialog(MapApp app, MapSet mapset, Staker staker)
           
 
Method Summary
 Job openJob()
          Brings up the "Open Job" dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_JOB_DIRECTORY

public static final java.lang.String DEFAULT_JOB_DIRECTORY
See Also:
Constant Field Values
Constructor Detail

OpenJobDialog

public OpenJobDialog(MapApp app,
                     MapSet mapset,
                     Staker staker)
Method Detail

openJob

public Job openJob()
Brings up the "Open Job" dialog. Returns the job the user selected, or null if the user cancelled.

Returns: