Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] [HELP] Re-Using eclipse UI in another Java Project.


Frédéric,

You probably want to start with the Eclipse articles (http://eclipse.org/articles/index.html), specifically the section on SWT.  You should download the SDK (http://eclipse.org/downloads/index.php) rather than pulling directly from CVS.  The Eclipse community resources (http://eclipse.org/community/sources.html) includes books you may want to consider; there's also "The Definitive Guide to SWT and JFace" (http://www.amazon.com/exec/obidos/ASIN/1590593251) and "The Standard Widget Toolkit, Volume 1" (http://www.amazon.com/exec/obidos/ASIN/0321256638) on amazon.com.

If you just need a few hints on SWT, check out the snippet examples: http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets.


That said, please keep in mind that your question is better posed in the newsgroups, not the developer mailing list.

-- Dan
-----------------------------------
co-author, "The Java Developer's Guide to Eclipse"
http://www.jdg2e.com

----- Message from Frédéric Nauleau <FredericNauleau@xxxxxxx> on Wed, 6 Apr 2005 00:21:59 +0200 -----
To:
platform-ui-dev@xxxxxxxxxxx
Subject:
[platform-ui-dev] [HELP] Re-Using eclipse UI in another Java Project.

Hi,

Sorry if my english is poor : I am French

I know that this mailling list is not the best place to send my request
but....

                I'am a Java programmer and I am doing a project for my university.
I would like to re-use the Eclipse UI module to make my program.

I would like to make all the graphic parts of my soft with the Eclipse
IU

I have some problems:

  I have get those modules from the CVS ( in eclipse : of course ):
                                 org.eclipse.ui
                                 org.eclipse.swt
                                 org.eclipse.update.core
                                 org.eclipse.help
                                 org.eclipse.core.runtime
                                 org.eclipse.core.resources
                                 org.eclipse.core.boot
                                 org.eclipse.ant.core
                                 org.apache.xerces

I have look into the code of Eclipse but I can't understand how the UI
part of Eclipse works.
I have search on Google and i haven't find any docs.

Please, if someone can help me to beginning.... I need some docs or
some advices and explications about how to launch
a minimalist prog with eclipse UI part.

Thanks

Fred


_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top