Difference between revisions of "Teams Winter 2011/team1/RCP/Create RPC Application"

From CDOT Wiki
Jump to: navigation, search
(Start The Application)
(Start The Application)
Line 3: Line 3:
 
Create an new plug-in project from File menu (File>New>Project>Plug-in Development> Plug-in project).<br/>
 
Create an new plug-in project from File menu (File>New>Project>Plug-in Development> Plug-in project).<br/>
 
[[Image: createRCPApp1.jpg | 400px]]<br/>
 
[[Image: createRCPApp1.jpg | 400px]]<br/>
 
+
<br/>
 
Name it: "cs.ecl.rcp.SimpleRCP"<br/>
 
Name it: "cs.ecl.rcp.SimpleRCP"<br/>
 
[[Image: createRCPApp2.jpg | 400px]]<br/>
 
[[Image: createRCPApp2.jpg | 400px]]<br/>
 +
<br/>
 +
Select "Yes" in responce to the question:" Would you like to create a rich client application?"<br/>
 
[[Image: createRCPApp3.jpg | 400px]]<br/>
 
[[Image: createRCPApp3.jpg | 400px]]<br/>
 +
Select the "Hello RCP" in the Templates screen.<br/>
 
[[Image: createRCPApp4.jpg | 700px]]<br/>
 
[[Image: createRCPApp4.jpg | 700px]]<br/>
 +
 
[[Image: createRCPApp5.jpg | 700px]]<br/>
 
[[Image: createRCPApp5.jpg | 700px]]<br/>
 
[[Image: createRCPApp6.jpg | 700px]]<br/>
 
[[Image: createRCPApp6.jpg | 700px]]<br/>

Revision as of 15:48, 8 March 2011

Create a RCP Application

Start The Application

Create an new plug-in project from File menu (File>New>Project>Plug-in Development> Plug-in project).
CreateRCPApp1.jpg

Name it: "cs.ecl.rcp.SimpleRCP"
CreateRCPApp2.jpg

Select "Yes" in responce to the question:" Would you like to create a rich client application?"
CreateRCPApp3.jpg
Select the "Hello RCP" in the Templates screen.
CreateRCPApp4.jpg

CreateRCPApp5.jpg
CreateRCPApp6.jpg

Run The Application

Add Model

Create Model Package

Add Model Class(s)

Add Model Provider