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 "SWT"

(More information)
(Planning)
(51 intermediate revisions by 16 users not shown)
Line 1: Line 1:
SWT, the Standard Widget Toolkit, is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.
+
{{Infobox
 +
| name = SWT
 +
| download = http://download.eclipse.org/eclipse/downloads/
 +
| website = http://www.eclipse.org/swt
 +
| list = platform-swt-dev
 +
| newsgroup = eclipse.platform.swt
 +
| product = Platform
 +
| component = SWT
 +
| source = http://git.eclipse.org/c/platform/eclipse.platform.swt.git/
 +
}}
  
==More information==
+
SWT, the Standard Widget Toolkit, is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.
* [http://eclipse.org/swt/ SWT home page]
+
 
* [http://eclipse.org/swt/snippets/ SWT snippets]
+
SWT can be used independently of the rest of the Eclipse Platform. Here are some [http://www.eclipse.org/swt/widgets Screenshots].
 +
 
 +
== Planning  ==
 +
[[Platform/Plan/4.10|Platform/SWT planning page for 4.10]]
 +
 
 +
== Bug Triage  ==
 +
 
 +
[https://wiki.eclipse.org/SWT/Devel/Triage SWT bug triage] process
 +
 
 +
== SWT Chat Channels ==
 +
Platform and Platform: SWT on the Eclipse.org Mattermost
 +
 
 +
== Documentation ==
 +
* New and aspiring SWT developers, please see the [[SWT/Beginners | SWT beginners guide]].
 +
* For existing SWT developers, please see [[SWT/Devel | SWT development]] for further documentation.
 +
 
 +
== Links  ==
 +
 
 +
*[http://eclipse.org/swt/ SWT home page]
 +
*[http://www.eclipse.org/swt/faq.php SWT FAQ]  
 +
*[http://eclipse.org/swt/snippets/ SWT snippets]
 +
*[[SWT Widget Style Bits]]
 +
*[[Accessibility|Eclipse/SWT Accessibility]]
 +
*[[The Official Eclipse FAQs#Standard_Widget_Toolkit_.28SWT.29|Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]]
 +
*The [[JFace]] framework builds on top of SWT and can also be used in standalone apps
 +
 
 +
[[Category:Eclipse_Project]]

Revision as of 15:15, 19 September 2018

SWT
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

SWT, the Standard Widget Toolkit, is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.

SWT can be used independently of the rest of the Eclipse Platform. Here are some Screenshots.

Planning

Platform/SWT planning page for 4.10

Bug Triage

SWT bug triage process

SWT Chat Channels

Platform and Platform: SWT on the Eclipse.org Mattermost

Documentation

Links

Back to the top