|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectui.utils.FileDialogs
public class FileDialogs
FileDialogs
This package is used to request filename for saving or loading a system.Copyright(c) 2005 Université Laval, LSFM research group.
Field Summary | |
---|---|
static int |
LOAD_FORMULA
Defines a file selection for loading a formula |
static int |
LOAD_SYSTEM
Defines a file selection for loading a system |
static int |
SAVE_FORMULA
Defines a file selection for saving a formula set |
static int |
SAVE_SYSTEM
Defines a file selection for saving a system |
Method Summary | |
---|---|
static javax.swing.JFileChooser |
createFileDialog(int type)
Creates the proper file choosing dialog box. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOAD_FORMULA
public static final int LOAD_SYSTEM
public static final int SAVE_SYSTEM
public static final int SAVE_FORMULA
Method Detail |
---|
public static javax.swing.JFileChooser createFileDialog(int type)
type
- Type of file chooser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |