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"

 
(39 intermediate revisions by 8 users not shown)
Line 2: Line 2:
 
| name = SWT
 
| name = SWT
 
| download = http://download.eclipse.org/eclipse/downloads/
 
| download = http://download.eclipse.org/eclipse/downloads/
| website = http://www.eclipse.org/swt
+
| website = https://github.com/eclipse-platform/eclipse.platform.swt
 
| list = platform-swt-dev
 
| list = platform-swt-dev
 
| newsgroup = eclipse.platform.swt
 
| newsgroup = eclipse.platform.swt
 
| product = Platform
 
| product = Platform
 
| component = SWT
 
| component = SWT
 +
| source = https://github.com/eclipse-platform/eclipse.platform.swt
 
}}  
 
}}  
  
 
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, 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. See the [[The Official Eclipse FAQs#Standard_Widget_Toolkit_.28SWT.29|Standard Widget Toolkit (SWT)]] section of [[The Official Eclipse FAQs]] for more information on SWT.  
+
SWT can be used independently of the rest of the Eclipse Platform. Here are some [http://www.eclipse.org/swt/widgets Screenshots].
  
== Screenshots ==
+
== Bug Triage  ==
  
http://www.eclipse.org/swt/widgets
+
[https://wiki.eclipse.org/SWT/Devel/Triage SWT bug triage] process
  
== Bug Triage ==
+
== SWT Chat Channels ==  
 +
Platform and Platform: SWT on the Eclipse.org Mattermost
  
*[[SWT/Triage|SWT bug triage]] process
+
== Documentation ==
 +
* New and aspiring SWT developers, please see the [[SWT/Beginners | SWT beginner guide]] to get started.
 +
* Existing SWT developers, please see [[SWT/Devel | SWT development]] for general documentation.
 +
* Committers, please see the [[SWT/Committer_Handbook | SWT committer handbook]] for committer oriented documentation.
  
== Planning ==
+
== Links ==
  
*[[SWT/Plan3.5|Wishlist]] - SWT wishlist for 3.5 and e4
+
*[https://github.com/eclipse-platform/eclipse.platform.swt SWT home page]  
*[[SWT/Multitouch support|Multi-touch brainstorming]]
+
*[https://github.com/eclipse-platform/eclipse.platform.swt/blob/master/examples/org.eclipse.swt.snippets/Snippets.md SWT snippets]  
== More information ==
+
 
+
*[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]]  
 
*[[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 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
 
*The [[JFace]] framework builds on top of SWT and can also be used in standalone apps
  
 
[[Category:Eclipse_Project]]
 
[[Category:Eclipse_Project]]

Latest revision as of 13:13, 22 March 2023

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.

Bug Triage

SWT bug triage process

SWT Chat Channels

Platform and Platform: SWT on the Eclipse.org Mattermost

Documentation

Links

Back to the top