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"

Line 1: Line 1:
 
[[Comparison SWT / RWT|back to table of content]]
 
[[Comparison SWT / RWT|back to table of content]]
  
===Classes Tree and TreeItem.===
+
===Classes Tree and TreeItem===
 +
Currently implemented:
 +
* Management of item
 +
* Selection handling and SelectionListener
  
===Classes Table, TableItem, and TableColumn.===
+
===Classes Table, TableItem, and TableColumn===
 +
Currently implemented:
 +
* Management of items and columns
 +
* Selection handling and SelectionListener
  
===Classes TabFolder and TabItem.===
+
===Classes TabFolder and TabItem===
 +
Currently implemented:
 +
* Adding, removing and querying items
 +
* Selection handling and SelectionListener

Revision as of 16:16, 8 January 2007

back to table of 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:

  • Adding, removing and querying items
  • Selection handling and SelectionListener

Back to the top