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 "22 LayoutingComposites"

(CTabFolder)
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|back to table of content]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
===CTabFolder===
+
 
+
As this widgets is used heavily by the web workbench it is (almost) feature complete, though not bug free:(
+
 
+
Only the <code>!SIMPLE</code> style is missing, and probably will be for a log time.
+
 
+
===SashForm===
+
 
+
'Implemented' as copy-from-SWT-with-minor-changes.
+
 
+
===StackLayout===
+
 
+
Implemented. We copied the source-code from SWT and it simply works :-)
+
 
+
===ViewForm===
+
 
+
Implemented sufficiently for the web workbench to work.
+
 
+
===ScrolledComposite===
+
 
+
A basic implementation exists. The client-side support for scroll bars is very basic and therefore are the capabilities of the current ScrolledComposite implementation.
+
 
+
As the current implementation reaches its barriers we can re-implement the current ScrolledComposite to use dedicated client-side scroll bars that allow more control over scrolling behavior. But nonetheless you won't have the same fine-grained control as in SWT.
+
 
+
===CBanner===
+
 
+
A very basic implementation exists right now. As CBanner is used in the web workbench we will enhance it as required by the workbench.
+

Latest revision as of 06:45, 7 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Back to the top