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 "1 Widget Fundamentals"

(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''What Is a Widget?'''
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
TBD
+
'''Widget Hierarchy.'''
+
 
+
RWT uses the same widget hierarchy as SWT. In addition the class
+
<code>Widget</code> 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.'''
+

Latest revision as of 06:19, 7 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Back to the top