Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "7 Basic Controls"

(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|back to table of content]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
RWT will have the same behavior for all basic controls as SWT does.
+
Currently there exists an incomplete implementation that provides basic functionality.
+
 
+
===Class Label.===
+
 
+
Currently implemented:
+
* get/set text
+
 
+
===Class Button.===
+
 
+
Currently implemented:
+
* the types <code>CHECK</code>, <code>PUSH</code>, <code>RADIO</code>
+
* get/set text and image
+
* selection
+
* alignment
+
* SelectionListener
+
 
+
===Class Text.===
+
 
+
Currently implemented:
+
* get/set text
+
 
+
===Class List.===
+
 
+
Currently implemented:
+
* all selection-related methods
+
* handling of focused item
+
* all item operations
+
* SelectionListener
+
 
+
===Class Combo.===
+
 
+
Currently Implemented:
+
* all selection-related methods
+
* all item operations
+
* SelectionListener
+

Latest revision as of 06:24, 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