|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcyvis.gui.FileChooser
public class FileChooser
The FileChooser class takes care of all the file dialog needs in cyvis.
Constructor Summary | |
---|---|
FileChooser()
|
Method Summary | |
---|---|
static java.io.File |
selectDirectory(javax.swing.JDialog dialog)
Enables users to select a directory. |
static java.util.ArrayList<java.lang.String> |
selectFiles(javax.swing.JDialog dialog)
Enables to select class and jar files & returns an arraylist of the files selected. |
static java.io.File |
selectProjectFile(javax.swing.JFrame frame)
Enables users to select the project file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileChooser()
Method Detail |
---|
public static java.util.ArrayList<java.lang.String> selectFiles(javax.swing.JDialog dialog)
dialog
- the parent dialog
public static java.io.File selectDirectory(javax.swing.JDialog dialog)
dialog
- the parent dialog
public static java.io.File selectProjectFile(javax.swing.JFrame frame)
frame
- the parent frame.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |