|
||||||||||
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(java.io.File pDocument)
Opens a document with the platform dependent viewer. |
static void |
open(java.lang.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(java.io.File pDocument) throws java.io.IOException
pDocument
- the document as File reference.
java.io.IOException
- if the viewer can not open the documentpublic static void open(java.lang.String pDocumentName) throws java.io.IOException
pDocumentName
- the absolute path to the document
java.io.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 |