Skip to main content

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


Have you looked at class org.eclipse.swt.program.Program?
Hope this helps.
In future, please use the swt newsgroup to ask user questions - thanks.
This page provides info on swt, including how to access the newsgroup:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/SWT_Resources.html

Carolyn




Michael Seele <mseele@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

06/17/2004 08:53 AM

Please respond to
platform-swt-dev

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[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


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top