|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.explorer.lib.JFileChooserSingleton
public class JFileChooserSingleton
This class gives you a JFileChooser.
Field Summary | |
---|---|
protected static FileFilter |
fractalFileFilter_
The FractalFileFilter instance. |
protected static JFileChooser |
instance_
The JFileChooser instance. |
protected static FileFilter |
xmlFileFilter_
The XMLFileFilter instance. |
Constructor Summary | |
---|---|
JFileChooserSingleton()
|
Method Summary | |
---|---|
static JFileChooser |
getInstance(int fileFilterType)
Gives a JFileChooser with a specific FileFilter. |
protected static void |
init()
Initialize the instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static JFileChooser instance_
protected static FileFilter fractalFileFilter_
protected static FileFilter xmlFileFilter_
Constructor Detail |
---|
public JFileChooserSingleton()
Method Detail |
---|
protected static void init()
public static JFileChooser getInstance(int fileFilterType)
fileFilterType
- The FileFilter type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |