jas2.jds.module
Class MultiFileLocalDIM
- java.lang.Object
-
- jas2.jds.module.BasicLocalDIM
-
- jas2.jds.module.MultiFileLocalDIM
-
- All Implemented Interfaces:
- AbstractDIM, LocalDIM, LocalDIM2, java.io.Serializable
public abstract class MultiFileLocalDIM extends BasicLocalDIM
A basic implementation of a LocalDIM which allows one of more files to be appended together.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description MultiFileLocalDIM(javax.swing.filechooser.FileFilter f)Create a BasicLocalDIM.MultiFileLocalDIM(java.lang.String description, java.lang.String filetype)Create a BasicLocalDIM.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description JASWizardPagegetSetupPage()Return a setup page for the new job wizard to use when creating a job.-
Methods inherited from class jas2.jds.module.BasicLocalDIM
getFileFilter, getHelpTopic, setLocalJobBuilder, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jas2.jds.module.AbstractDIM
openDataSet
-
-
-
-
Constructor Detail
-
MultiFileLocalDIM
public MultiFileLocalDIM(javax.swing.filechooser.FileFilter f)
Create a BasicLocalDIM. Specify a FileFilter that describes the type of files you want to open.
-
MultiFileLocalDIM
public MultiFileLocalDIM(java.lang.String description, java.lang.String filetype)Create a BasicLocalDIM. Specify a description of the files, and a filetype (e.g. .hbook)- Parameters:
description- Description of the filesfiletype- The file type
-
-
Method Detail
-
getSetupPage
public JASWizardPage getSetupPage()
Description copied from interface:LocalDIMReturn a setup page for the new job wizard to use when creating a job. See the documentation on defining pages.- Specified by:
getSetupPagein interfaceLocalDIM- Overrides:
getSetupPagein classBasicLocalDIM
-
-
DataMelt 3.0 © DataMelt by jWork.ORG