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

EDT:Declaring widgets

Revision as of 15:49, 15 February 2012 by Unnamed Poltroon (Talk)

The next sections outline a way to develop a Rich UI application. For background information, see Web technology for EGL Rich UI.

Create a Handler type of stereotype RUIHandler

<script lang="java">

</script>

Declare the widgets and customize them

<script lang="java">

</script>

Display a given widget

<script lang="java">

</script>

Assign and code event handlers




Code snippets main page

Back to the top