|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sail.core.util.FileUtils
public class FileUtils
Handy file utilities for SAIL.
Constructor Summary | |
---|---|
FileUtils()
|
Method Summary | |
---|---|
static boolean |
desktopBrowse(java.net.URI uri)
Open the file using the system's native file handler. |
static boolean |
desktopOpen(java.io.File file)
Open the file using the system's native file handler. |
static javax.swing.filechooser.FileFilter |
getCurnitFileFilter()
|
static javax.swing.filechooser.FileFilter |
getJarFileFilter()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileUtils()
Method Detail |
---|
public static javax.swing.filechooser.FileFilter getJarFileFilter()
public static javax.swing.filechooser.FileFilter getCurnitFileFilter()
public static boolean desktopOpen(java.io.File file)
file
-
java.awt.Desktop
public static boolean desktopBrowse(java.net.URI uri)
uri
-
java.awt.Desktop
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |