daoc.editor.importer
Class Importer

java.lang.Object
  extended bydaoc.editor.importer.Importer

public class Importer
extends java.lang.Object

Used to import files from elsewhere in the file system into the custom project directory.


Constructor Summary
Importer(javax.swing.JDialog parent, javax.swing.filechooser.FileFilter filter, IFileValidator validator)
           
Importer(javax.swing.JFrame parent, javax.swing.filechooser.FileFilter filter, IFileValidator validator)
           
 
Method Summary
 void run()
          Runs the import process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Importer

public Importer(javax.swing.JFrame parent,
                javax.swing.filechooser.FileFilter filter,
                IFileValidator validator)

Importer

public Importer(javax.swing.JDialog parent,
                javax.swing.filechooser.FileFilter filter,
                IFileValidator validator)
Method Detail

run

public void run()
Runs the import process.