SWT Widget hierarchy

Here is the hierarchy of widgets in SWT.
 
Dialog            
  ColorDialog          
  DirectoryDialog          
  FileDialog          
  FontDialog          
  MessageBox          
Display            
Widget            
  Caret          
  Control          
    Button        
    Label        
    ProgressBar        
    Sash        
    Scale        
    Scrollable        
      Composite      
        Canvas    
          Decorations  
            Shell
        Combo    
        CoolBar    
        Group    
        OleClientSite    
          OleControlSite  
        OleFrame    
        TabFolder    
        Table    
        ToolBar    
      List      
      TextEditor      
        RichText    
        Text    
      Tree      
    Slider        
 
  DragSource          
 
  DropTarget          
 
  Item          
    CoolItem        
    MenuItem        
    TabItem        
    TableColumn        
    TableItem        
    ToolItem        
    TreeItem        
  Menu          
  ScrollBar          
  Tracker          

(c) Copyright IBM Corp. 2000  All Rights Reserved.