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

Difference between revisions of "6 Native Widgets"

m
(Native Widgets Summary)
Line 7: Line 7:
 
** Widget
 
** Widget
 
*** Caret (not available and will not be implemented)
 
*** Caret (not available and will not be implemented)
*** Control
+
*** [[11_Controls%2C_Composites%2C_Groups%2C_and_Shells#Class_Control|Control]]
**** Button
+
**** [[7_Basic_Controls#Class_Button|Button]]
**** Label
+
**** [[7_Basic_Controls#Class_Label|Label]]
**** ProgressBar (not yet available)
+
**** [[10_Range-Based_Controls|ProgressBar]] (not yet available)
**** Sash
+
**** [[13_Draggable_Controls|Sash]]
**** Scale (not yet available)
+
**** [[10_Range-Based_Controls|Scale]] (not yet available)
 
**** Scrollable
 
**** Scrollable
***** Composite
+
***** [[11_Controls%2C_Composites%2C_Groups%2C_and_Shells#Class_Composite|Composite]]
 
****** Canvas (not available, see chapter [[16._Graphics_Fundamentals.]])
 
****** Canvas (not available, see chapter [[16._Graphics_Fundamentals.]])
 
******* Decorations (not yet available)
 
******* Decorations (not yet available)
******** Shell
+
******** [[11_Controls%2C_Composites%2C_Groups%2C_and_Shells#Class_Shell|Shell]]
****** Combo
+
****** [[7_Basic_Controls#Class_Combo|Combo]]
****** CoolBar
+
****** [[13_Draggable_Controls|CoolBar]]
****** Group (not yet available)
+
****** [[11_Controls%2C_Composites%2C_Groups%2C_and_Shells#Class_Group|Group]]
****** TabFolder
+
****** [[9_Advanced_Controls|TabFolder]]
****** Table
+
****** [[9_Advanced_Controls|Table]]
 
****** ToolBar
 
****** ToolBar
****** Tree
+
****** [[9_Advanced_Controls|Tree]]
***** List
+
***** [[7_Basic_Controls#Class_List|List]]
***** Text
+
***** [[7_Basic_Controls#Class_Text|Text]]
**** Slider (not yet available)
+
**** [[10_Range-Based_Controls|Slider]] (not yet available)
 
*** Item
 
*** Item
**** CoolItem
+
**** [[13_Draggable_Controls|CoolItem]]
**** MenuItem
+
**** [[8_Tool_Bars_and_Menus|MenuItem]]
**** TabItem
+
**** [[9_Advanced_Controls|TabItem]]
**** TableColumn
+
**** [[9_Advanced_Controls|TableColumn]]
**** TableItem
+
**** [[9_Advanced_Controls|TableItem]]
**** ToolItem
+
**** [[8_Tool_Bars_and_Menus|ToolItem]]
**** TreeItem
+
**** [[9_Advanced_Controls|TreeItem]]
*** Menu
+
*** [[8_Tool_Bars_and_Menus|Menu]]
*** ScrollBar (not yet available, though controls provide scroll behavior as necessary)
+
*** [[10_Range-Based_Controls|ScrollBar]] (not yet available, though controls provide scroll behavior as necessary)
*** Tracker (not yet available)
+
*** [[13_Draggable_Controls|Tracker]] (not yet available)

Revision as of 13:59, 29 January 2007

Back to RWTOverview

Native Widgets Summary

The following overview is a mockup class hierarchy (widgets with no comments are already (partially) implemented):

Back to the top