|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.applications.desktop.filehandling.WindowsFileOpener
public class WindowsFileOpener
This class implements the interface FileOpener for Windows, using native code and JNI to call the method ShellExecuteEx.
Constructor Summary | |
---|---|
WindowsFileOpener()
|
Method Summary | |
---|---|
void |
load()
Does nothing, not used |
void |
open(java.lang.String filename)
Opens the file with the given name. |
void |
save()
Does nothing, not used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowsFileOpener()
Method Detail |
---|
public void open(java.lang.String filename)
open
in interface FileOpener
filename
- the name of the file to open.FileOpener.open(java.lang.String)
public void load()
load
in interface FileOpener
public void save()
save
in interface FileOpener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |