Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » An idiot question--Where can I find 'org.eclipse.swt.widgets.Dialog' at CVS repository
An idiot question--Where can I find 'org.eclipse.swt.widgets.Dialog' at CVS repository [message #458674] Tue, 19 July 2005 02:30 Go to next message
augur is currently offline augurFriend
Messages: 25
Registered: July 2009
Junior Member
--
--
Just a wanted link.
--


Thanks in Advance...
Augur, QunShun, ShangHai, China
________________________________________________
__________________________

' If there is one, Knowledge is the "Fountain of
Youth"'
-William E. Taylor, Regular Guy (1952-)
Re: An idiot question--Where can I find 'org.eclipse.swt.widgets.Dialog' at CVS repository [message #458677 is a reply to message #458674] Tue, 19 July 2005 05:15 Go to previous messageGo to next message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"augur" <guanfeng@voipack.com> wrote in message
news:dbhon4$8c8$1@news.eclipse.org...
> Just a wanted link.
> Thanks in Advance...
Augur, this is far from being an idiot question!
SWT has a CVS layout of its own, in part due to it multiplatform nature wich
dictates a sophisticatedd source folders structure to avoid modules
proliferation, I guess.
You will find org.eclipse.swt.widgets.Dialog here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/Ecl ipse%20SWT/common/org/eclipse/swt/widgets/

What I suggest is also (the longer way) to check out the whole SWT (it is
quite small) and get the Dialog code there:

Eclipse CVS address is:
host: dev.eclipse.org
cvsoot: /home/eclipse
method: pserver
usre: anonymous (leav password blank)

Checkout the following modules from CVS:
org.eclipse.swt

plus one or more of the following depending on which platform your run:
(thos contain only the natives)
org.eclipse.swt.carbon.macosx.ppc
org.eclipse.swt.gtk.linux.ia64

org.eclipse.swt.gtk.linux.ppc

org.eclipse.swt.gtk.linux.x86

org.eclipse.swt.gtk.linux.x86_64

org.eclipse.swt.gtk.solaris.sparc

org.eclipse.swt.motif.aix.ppc

org.eclipse.swt.motif.hpux.PA_RISC

org.eclipse.swt.motif.hpux.ia64_32

org.eclipse.swt.motif.linux.x86

org.eclipse.swt.motif.solaris.sparc

org.eclipse.swt.photon.qnx.x86

org.eclipse.swt.win32.wce_ppc.arm

org.eclipse.swt.win32.win32.x86



Then in the org.eclipse.swt checked out project, copy one of the following
file to .classpath for your platform:
..classpath_carbon
..classpath_carbon_j2me
..classpath_gtk
..classpath_gtk_j2me
..classpath_motif
..classpath_motif_j2me
..classpath_photon
..classpath_photon_j2me
..classpath_win32
..classpath_win32_j2me

That should put you in business. You can then use the Java search to find
the original source from any Type.

You cab also check the FAQ for those info, but it is a bit out of date for
natives:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#whereissourcecode


--
Cheers, Philippe
philippe ombredanne | nexB
1 650 799 0949 | pombredanne at nexb.com
http://www.nexb.com
http://eclipse.techforge.com
http://sf.net/projects/easyeclipse
Re: An idiot question--Where can I find 'org.eclipse.swt.widgets.Dialog' at CVS repository [message #458682 is a reply to message #458677] Tue, 19 July 2005 08:46 Go to previous message
augur is currently offline augurFriend
Messages: 25
Registered: July 2009
Junior Member
I had once entered /common_j2se.I think I m more
in luck,nevertheless I didn't find it,because I
got your super answer!thanks a lot.

--
--

--


Thanks in Advance...
Augur, QunShun, ShangHai, China
________________________________________________
__________________________

' If there is one, Knowledge is the "Fountain of
Youth"'
-William E. Taylor, Regular Guy (1952-)
Previous Topic:Access to details of response back to org.eclipse.swt.browser.Browser
Next Topic:Create Image from Editor
Goto Forum:
  


Current Time: Thu Apr 25 09:58:47 GMT 2024

Powered by FUDForum. Page generated in 0.02429 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top