Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] open file with default editor

hi,

i develop a application that opens a special zip file, parse a special
xml-file that is in the package and shows the content of the xml file.
in the zip-file are also a number of files. this files may be pdf-files,
doc-files, html-files... it may be every file format of the word! its
the decision of the package generator, which files in which file formats
he pack into the zip file!
i develop the application in java and with eclipse. i know that eclipse
opens the default editor for a file eclipse can't open itself.
are these methods included in the swt package and can i use these
methods to open the files from my zip-package with its default editor(if
they have a default editor on this platform)?
it will be great if this is possible, because then i got an argument to
develop the ui in swt also!!! ;-)

thx mseele

--
G & H Softwareentwicklung GmbH     Tel.: {+49|0} 7451 - 53 706 0
Robert-Bosch-Str. 23               Fax:  {+49|0} 7451 - 53 706 90
D-72160 Horb a.N.                  http://www.guh-software.de




Back to the top