SWT

E358058

SWT (Standard Widget Toolkit) is a Java-based graphical user interface toolkit developed by the Eclipse Foundation, known for providing native-looking UI components by directly leveraging the underlying operating system’s widgets.

All labels observed (5)

Label Occurrences
SWT canonical 3
Standard Widget Toolkit 2
Eclipse SWT 1

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf Java library
graphical user interface toolkit
widget toolkit
approachComparedToSwing uses native widgets instead of emulated widgets
architecture thin wrapper over native OS GUI APIs
bindingLanguage Java
category Java GUI toolkit
cross-platform GUI toolkit
contrastedWith JavaFX
Swing
designGoal provide native-looking user interfaces
developer Eclipse Foundation
distribution Eclipse SWT JARs and native libraries
documentation https://help.eclipse.org/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/package-summary.html
fullName Standard Widget Toolkit
linked to: SWT
hasComponent org.eclipse.swt.graphics package
linked to: SWT

org.eclipse.swt.layout package
org.eclipse.swt.widgets package
linked to: SWT
homepage https://www.eclipse.org/swt/
license Eclipse Public License
originalDeveloper IBM
partOf Eclipse platform
programmingLanguage Java
provides accessibility support
drag and drop support
graphics APIs
layouts
printing support
widgets
requires platform-specific native libraries
runsOn Linux
Microsoft Windows
linked to: Windows

macOS
supports custom drawing via GC (graphics context)
desktop applications
event-driven programming
high-DPI displays
internationalization
supportsLookAndFeel platform-native look and feel
targetPlatform desktop
usedBy Eclipse IDE
usedIn Rich Client Platform (RCP) applications
uses JNI
native widgets

How these facts were elicited

Referenced by (8)

Full triples — surface form annotated when it differs from this entity's canonical label.

Eclipse Rich Client Platform uses Eclipse SWT
linked to: SWT
SWT fullName Standard Widget Toolkit
linked to: SWT
SWT hasComponent org.eclipse.swt.widgets package
linked to: SWT
SWT hasComponent org.eclipse.swt.graphics package
linked to: SWT
JFace builtOn Standard Widget Toolkit
linked to: SWT
JFace layerOnTopOf SWT