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 (6. Native Widgets. moved to 6 Native Widgets)
m (Native Widgets Summary.)
Line 1: Line 1:
 
[[Comparison SWT / RWT|back to table of content]]
 
[[Comparison SWT / RWT|back to table of content]]
  
===Native Widgets Summary.===
+
===Native Widgets Summary===
 
The following overview is a mockup class hierarchy (widgets with no comments are already (partially) implemented):
 
The following overview is a mockup class hierarchy (widgets with no comments are already (partially) implemented):
  

Revision as of 18:57, 9 January 2007

back to table of content

Native Widgets Summary

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

  • Object
    • Widget
      • Caret (not available and will not be implemented)
      • Control
        • Button
        • Label
        • ProgressBar (not yet available)
        • Sash
        • Scale (not yet available)
        • Scrollable
          • Composite
            • Canvas (not available, see chapter 16._Graphics_Fundamentals.)
              • Decorations (not yet available)
                • Shell
            • Combo
            • CoolBar
            • Group (not yet available)
            • TabFolder
            • Table
            • ToolBar
            • Tree
          • List
          • Text
        • Slider (not yet available)
      • Item
        • CoolItem
        • MenuItem
        • TabItem
        • TableColumn
        • TableItem
        • ToolItem
        • TreeItem
      • Menu
      • ScrollBar (not yet available, though controls provide scroll behavior as necessary)
      • Tracker (not yet available)

Back to the top