|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.util.FileViewer
public final class FileViewer
The FileViewer opens files/documents with the platform dependent viewer
application.
| Method Summary | |
|---|---|
static void |
open(File pDocument)
Opens a document with the platform dependent viewer. |
static void |
open(String pDocumentName)
Opens a document with the platform dependent viewer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void open(File pDocument)
throws IOException
pDocument - the document as File reference.
IOException - if the viewer can not open the document
public static void open(String pDocumentName)
throws IOException
pDocumentName - the absolute path to the document
IOException - if the viewer can not open the document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||