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 "9 Advanced Controls"

m (Classes TabFolder and TabItem)
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|Back to RWTOverview]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
===Classes Tree and TreeItem===
+
Currently implemented:
+
* Management of item
+
* Selection handling and SelectionListener
+
 
+
===Classes Table, TableItem, and TableColumn===
+
Currently implemented:
+
* Management of items and columns
+
* Selection handling and SelectionListener
+
 
+
===Classes TabFolder and TabItem===
+
Currently implemented:
+
* The tab items can be positioned at <code>TOP</code> or <code>BOTTOM</code>
+
* Adding, removing and querying items
+
* Selection handling and SelectionListener
+

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