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)
(Classes Tree and TreeItem)
Line 3: Line 3:
 
===Classes Tree and TreeItem===
 
===Classes Tree and TreeItem===
 
Currently implemented:
 
Currently implemented:
* Management of item
+
* Management of items
 
* Selection handling and SelectionListener
 
* Selection handling and SelectionListener
 +
* The <code>CHECK</code> style is evaluated but selection events are not yet implemented therefore
  
 
===Classes Table, TableItem, and TableColumn===
 
===Classes Table, TableItem, and TableColumn===

Revision as of 10:20, 17 February 2007

Back to RWTOverview

Classes Tree and TreeItem

Currently implemented:

  • Management of items
  • Selection handling and SelectionListener
  • The CHECK style is evaluated but selection events are not yet implemented therefore

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