| java.lang.Object com.jeta.swingbuilder.gui.filechooser.TSFileChooserFactory
TSFileChooserFactory | public class TSFileChooserFactory (Code) | | This class is used to invoke a file chooser dialog. The type of dialog
depends on the user preferences. It can either be a JFileChooser or a
TSFileChooser. The TSFileChooser is a more advanced dialog that follows the
Linux and Emacs type file selection.
author: Jeff Tassin |
LAST_DIRECTORY | final public static String LAST_DIRECTORY(Code) | | |
showOpenDialog | public static File showOpenDialog()(Code) | | Invokes a file open dialog. The type of dialog depends on the user
preferences. It will be either a JFileChooser or a TSFileChooser.
the file selected by the user, or null if the operation wascanceled |
showOpenDialog | public static File showOpenDialog(String type)(Code) | | Invokes a file open dialog. Allows the caller to specify a type of file
used.
|
showOpenDialog | public static File showOpenDialog(String type, TSFileFilter filter)(Code) | | Invokes a file open dialog. Allows the caller to specify a type of file
used.
|
showOpenDialog | public static File showOpenDialog(String type, TSFileFilter[] filters)(Code) | | Invokes a file open dialog. Allows the caller to specify a type of file
used.
|
showOpenDialog | public static File showOpenDialog(int mode)(Code) | | Invokes a file open dialog. The type of dialog depends on the user
preferences. It will be either a JFileChooser or a TSFileChooser.
the file selected by the user, or null if the operation wascanceled |
showOpenDialog | public static File showOpenDialog(int mode, TSFileFilter filter)(Code) | | Invokes a file open dialog. The type of dialog depends on the user
preferences. It will be either a JFileChooser or a TSFileChooser.
the file selected by the user, or null if the operation wascanceled |
showOpenDialog | public static File showOpenDialog(int mode, String last_dir, TSFileFilter[] filters)(Code) | | Invokes a file open dialog. The type of dialog depends on the user
preferences. It will be either a JFileChooser or a TSFileChooser.
the file selected by the user, or null if the operation wascanceled |
showOpenDialog | public static File showOpenDialog(FileChooserConfig fcc)(Code) | | Invokes a file open dialog. The type of dialog depends on the user
preferences. It will be either a JFileChooser or a TSFileChooser.
the file selected by the user, or null if the operation wascanceled |
showSaveDialog | public static File showSaveDialog()(Code) | | |
|
|