Documentation of 'jas2.jds.module.BasicLocalDIM' Java class
BasicLocalDIM
jas2.jds.module

Class BasicLocalDIM

    • Constructor Summary

      Constructors 
      Constructor and Description
      BasicLocalDIM(javax.swing.filechooser.FileFilter f)
      Create a BasicLocalDIM.
      BasicLocalDIM(java.lang.String description, java.lang.String filetype)
      Create a BasicLocalDIM.
    • Constructor Detail

      • BasicLocalDIM

        public BasicLocalDIM(javax.swing.filechooser.FileFilter f)
        Create a BasicLocalDIM. Specify a FileFilter that describes the type of files you want to open.
      • BasicLocalDIM

        public BasicLocalDIM(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 files
        filetype - The file type
    • Method Detail

      • setLocalJobBuilder

        public void setLocalJobBuilder(LocalJobBuilder ljb)
        Description copied from interface: LocalDIM
        Copy over the given object to a member field for use later. When the user selects a DIM, the wizard invokes this method, thereby providing the DIM with access to the application's local job builder. That local job builder already knows which DIM to use and knows the job name, and can be used to create a new job when all setup (on the setup wizard page returned by getSetupPage()) is complete.
        Specified by:
        setLocalJobBuilder in interface LocalDIM
      • getFileFilter

        public javax.swing.filechooser.FileFilter getFileFilter()
        Specified by:
        getFileFilter in interface LocalDIM2
      • toString

        public java.lang.String toString()
        Override to provide your own description of the filetype in the LocalJobWizard page. By default uses the description from the file filter.
        Overrides:
        toString in class java.lang.Object
      • getHelpTopic

        public java.lang.String getHelpTopic()
        Override to provide your own help topic

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.