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

1 Widget Fundamentals

Revision as of 10:37, 8 January 2007 by Unnamed Poltroon (Talk)

What Is a Widget?

TBD Widget Hierarchy.

RWT uses the same widget hierarchy as SWT. In addition the class Widget implements Adaptable.

Events and Listeners.

Currently RWT does not implement untyped Listeners as SWT does. Therefore all related methods (like Widget.notifyListeners(int,Event)) are missing.

Application Data.

Querying the Display.

Back to the top