edu.jhu.tmaj.client.importer.data
Class FileSelectorPanel

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.data.FileSelectorPanel

public final class FileSelectorPanel
extends java.lang.Object

A Panel that lets the user select multiple files. The class provides an add button that when pressed displays a FileChooser. As the user selects file they are added one-by-one to the JList. The files can be removed from the JList by using the remove button.


Constructor Summary
FileSelectorPanel(javax.swing.JFileChooser fileChooser)
           
 
Method Summary
 java.io.File[] getFiles()
           
 javax.swing.JPanel getMainPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSelectorPanel

public FileSelectorPanel(javax.swing.JFileChooser fileChooser)
Method Detail

getMainPanel

public javax.swing.JPanel getMainPanel()

getFiles

public java.io.File[] getFiles()