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"

(SWT Development documentation)
(19 intermediate revisions by 6 users not shown)
Line 7: Line 7:
 
| product = Platform
 
| product = Platform
 
| component = SWT
 
| component = SWT
 +
| source = http://git.eclipse.org/c/platform/eclipse.platform.swt.git/
 
}}  
 
}}  
  
 
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 ==
+
== Planning  ==
  
http://www.eclipse.org/swt/widgets
+
*[[SWT/Plan4.3|4.3 Wishlist]]
 +
*The [http://www.eclipse.org/swt/R3_8/plan.html 3.8/4.2 Plan] is now complete.
 +
*[http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fevents%2FGestureListener.html Multitouch] has been added to SWT. The [[SWT/Multitouch support|Multi-touch brainstorming]] page will be kept for future reference.
 +
*The [http://www.eclipse.org/swt/R3_7/plan.html 3.7 Plan] is now complete. The [[SWT/Plan3.7|3.7 Wishlist]] will be kept for future reference.
 +
*[[SWT/Plan3.5|3.5 Wishlist]] - Archived list from 3.5 and e4
  
== Bug Triage ==
+
== Bug Triage ==
  
*[[SWT/Triage|SWT bug triage]] process
+
*[http://www.eclipse.org/swt/triage.php SWT bug triage] process
  
== Planning ==
+
== SWT IRC Channels ==
 +
Channels available on Freenode:
 +
  #eclipse        General Eclipse questions.
 +
#eclipse-dev    Developer talk.
 +
#swt            Swt general inbox.
 +
#swt-gtk        Swt, gtk-specific. 
 +
 
 +
== Design Discussions ==
 +
*[[SWT 4.5 Mars]]
 +
 
 +
== SWT Development documentation ==  
 +
If you are an SWT Developer, please see [[SWT/Devel]].
  
*[[SWT/Plan3.5|Wishlist]] - SWT wishlist for 3.5 and e4
+
== More Information  ==
*[[SWT/Multitouch support|Multi-touch brainstorming]]
+
== More information ==
+
  
 
*[http://eclipse.org/swt/ SWT home page]  
 
*[http://eclipse.org/swt/ SWT home page]  
Line 31: Line 45:
 
*[http://eclipse.org/swt/snippets/ SWT snippets]  
 
*[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]]

Revision as of 13:43, 23 July 2015

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

Bug Triage

SWT IRC Channels

Channels available on Freenode:

#eclipse        General Eclipse questions.
#eclipse-dev    Developer talk.
#swt            Swt general inbox. 
#swt-gtk        Swt, gtk-specific.   

Design Discussions

SWT Development documentation

If you are an SWT Developer, please see SWT/Devel.

More Information

Back to the top