Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Planning)
Line 7: Line 7:
 
| product = Platform
 
| product = Platform
 
| component = SWT
 
| component = 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 (SWT)| 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. 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.  
  
==Screenshots==
+
== Screenshots ==
  
http://www.eclipse.org/swt/widgets
+
http://www.eclipse.org/swt/widgets  
  
== Planning ==
+
== Bug Triage ==
  
* [[SWT/Plan3.5|Wishlist]] - SWT wishlist for 3.5 and e4
+
*[[SWT/Triage|SWT bug triage]] process
  
==More information==
+
== Planning  ==
* [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]]
+
* [[The Official Eclipse FAQs#Standard Widget Toolkit (SWT)| 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]]
+
*[[SWT/Plan3.5|Wishlist]] - SWT wishlist for 3.5 and e4
 +
 
 +
== 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]]
 +
*[[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 12:25, 22 July 2009

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. See the Standard Widget Toolkit (SWT) section of The Official Eclipse FAQs for more information on SWT.

Screenshots

http://www.eclipse.org/swt/widgets

Bug Triage

Planning

More information

Back to the top