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"

(Classes Tree and TreeItem)
(Classes Tree and TreeItem)
Line 4: Line 4:
 
Currently implemented:
 
Currently implemented:
 
* Management of items
 
* Management of items
* Selection handling and SelectionListener
+
* Selection handling and SelectionListener (<code>widgetSelected</code> and <code>widgetDefaultSelected</code>)
 
* The <code>CHECK</code> style is evaluated and the corresponding SelectionEvent (detail == <code>CHECK</code>) is fired.
 
* The <code>CHECK</code> style is evaluated and the corresponding SelectionEvent (detail == <code>CHECK</code>) is fired.
  

Revision as of 14:07, 2 March 2007

Back to RWTOverview

Classes Tree and TreeItem

Currently implemented:

  • Management of items
  • Selection handling and SelectionListener (widgetSelected and widgetDefaultSelected)
  • The CHECK style is evaluated and the corresponding SelectionEvent (detail == CHECK) is fired.

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 TOP or BOTTOM
  • Adding, removing and querying items
  • Selection handling and SelectionListener

Back to the top