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"

Line 1: Line 1:
 
The next sections outline a way to develop a Rich UI application. The order of the steps can vary, and the IDE helps you to do the tasks quickly.
 
The next sections outline a way to develop a Rich UI application. The order of the steps can vary, and the IDE helps you to do the tasks quickly.
  
For background information, see [http://www.eclipse.org/edt/papers/topics/egl_web_technology.html Web technology for EGL Rich UI].
+
For background information, see [http://www.eclipse.org/edt/papers/topics/egl_web_technology.html Web technology for EGL Rich UI]; in particular, the section on the DOM tree.
  
 
= Create a Handler type of stereotype RUIHandler =
 
= Create a Handler type of stereotype RUIHandler =

Revision as of 16:04, 15 February 2012

The next sections outline a way to develop a Rich UI application. The order of the steps can vary, and the IDE helps you to do the tasks quickly.

For background information, see Web technology for EGL Rich UI; in particular, the section on the DOM tree.

Create a Handler type of stereotype RUIHandler

 

Declare the widgets and customize them

 

Display a given widget

 

Assign and code event handlers

 

Write initialization code in the on-construction function

 





Code snippets main page

Back to the top