g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.dialogs
Class BatchJobInfoDialog

java.lang.Object
  extended by IconAndMessageDialog
      extended by eu.geclipse.batch.ui.dialogs.BatchJobInfoDialog

public class BatchJobInfoDialog
extends IconAndMessageDialog

A dialog that presents information about a batch job.


Constructor Summary
BatchJobInfoDialog(IBatchJobInfo job, Shell parentShell)
          Construct a new info dialog from the specified job.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchJobInfoDialog

public BatchJobInfoDialog(IBatchJobInfo job,
                          Shell parentShell)
Construct a new info dialog from the specified job.

Parameters:
job - The IBatchJobInfo for which to display the information.
parentShell - The parent shell of this dialog.

g-Eclipse
Release 1.0.0