jas.jds.module
Class NoSetupLocalDIM

java.lang.Object
  |
  +--jas.jds.module.NoSetupLocalDIM
All Implemented Interfaces:
AbstractDIM, LocalDIM, java.io.Serializable

public abstract class NoSetupLocalDIM
extends java.lang.Object
implements LocalDIM

See Also:
Serialized Form

Constructor Summary
NoSetupLocalDIM()
           
 
Method Summary
abstract  void finish()
           
 JASWizardPage getSetupPage()
          Return a setup page for the new job wizard to use when creating a job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jas.jds.module.LocalDIM
setLocalJobBuilder
 
Methods inherited from interface jas.jds.module.AbstractDIM
openDataSet
 

Constructor Detail

NoSetupLocalDIM

public NoSetupLocalDIM()
Method Detail

getSetupPage

public final JASWizardPage getSetupPage()
Description copied from interface: LocalDIM
Return a setup page for the new job wizard to use when creating a job. See the documentation on defining pages.
Specified by:
getSetupPage in interface LocalDIM

finish

public abstract void finish()