SWT

Das Standard Widget Toolkit ist Bestandteil der Eclipse RCP. Es stellt in einer Java Klassenbibliothek native User Interface Elemente der jeweiligen Zielplattform zur Verfügung. So schaut dann ein und dieselbe RCP Applikation am Mac aus, wie eine Mac Applikation und am Windows PC wie eine Windows Anwendung.

Umfang

  • Widget, Event
  • UI Thread
  • Native Widgets
    • Basic Controls (Label, Button, Text, ...)
    • Tool Bars, Menus
    • Tables, Trees
    • ProgressBar, Scale, Scroll Bar
  • Dialogs
  • Controls, Composites, Groups und Shells
  • Drag-And-Drop
  • Colors, Fonts, Images, Cursors
  • Window Builder (Pro)

Projekte