Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:Declaring widgets"

(Removing all content from page)
 
(79 intermediate revisions by the same user not shown)
Line 1: Line 1:
The next sections outline a way to develop a Rich UI application. The Rich UI editor does several steps automatically.
 
  
For background information, see [http://www.eclipse.org/edt/papers/topics/egl_web_technology.html Web technology for EGL Rich UI].
 
 
= Create a Handler type of stereotype RUIHandler =
 
 
<source lang="java">
 
 
</source>
 
 
= Declare the widgets and customize them =
 
 
<source lang="java">
 
 
</source>
 
 
= Display a given widget =
 
 
<source lang="java">
 
 
</source>
 
 
= Assign and code event handlers =
 
 
<source lang="java">
 
 
</source>
 
 
= Write initialization code in the on-construction function =
 
 
<source lang="java">
 
 
</source>
 
 
 
<br> <br><br> ♦ [[EDT:Code snippets|Code snippets main page]] <br>
 
 
[[Category:EDT]]
 

Latest revision as of 17:39, 16 February 2012

Back to the top