|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.importer.data.FileSelectorPanel
public final class FileSelectorPanel
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 |
---|
public FileSelectorPanel(javax.swing.JFileChooser fileChooser)
Method Detail |
---|
public javax.swing.JPanel getMainPanel()
public java.io.File[] getFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |