|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.graph.io.FileChooserFactory
public class FileChooserFactory
FileChooserFactory
class - the abstract factory for creating the file
chooser dialogs.
Constructor Summary | |
---|---|
FileChooserFactory()
|
Method Summary | |
---|---|
static javax.swing.JFileChooser |
getFileChooser(ChooserType type,
FileFilterType... fileFilterList)
Gets the file chooser by the given type.s |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileChooserFactory()
Method Detail |
---|
public static javax.swing.JFileChooser getFileChooser(ChooserType type, FileFilterType... fileFilterList)
type
- type of the current file chooser. Instance of ChooserType
.fileFilterList
- list of file filters to be used for the current
file chooser.
JFileChooser
.
|
Graph Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |