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

9 Advanced Controls

Revision as of 17:14, 26 April 2007 by Rherrmann.innoopract.com (Talk | contribs) (Classes Table, TableItem, and TableColumn)

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 -events (multi-selection is yet to come)
  • The column header and grid lines can be shown and hidden
  • Columns can be resized and the according ControlEvent is fired
  • Columns fire a SelectionEvent when clicked
  • showItem, showSelection and setTopIndex

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