Package picasso.util
Class FileCommand<T>
- java.lang.Object
-
- picasso.util.FileCommand<T>
-
-
Constructor Summary
Constructors Constructor Description FileCommand(int dialogType)
Create command that will pop-up the given type of JFileChooser dialog
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getFileName()
Pops up the appropriate file dialog box.
-
-
-
Method Detail
-
getFileName
protected String getFileName()
Pops up the appropriate file dialog box. Returns the name of the file chosen by the user or null if no file chosen.- Returns:
- the name of the file chosen by the user or null if no file chosen.
-
-