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

(CBanner)
(ScrolledComposite)
Line 6: Line 6:
 
===ViewForm===
 
===ViewForm===
 
===ScrolledComposite===
 
===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===
 
===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.
 
A very basic implementation exists right now. As CBanner is used in the web workbench we will enhance it as required by the workbench.

Revision as of 18:11, 17 January 2007

back to table of content

CTabFolder

SashForm

StackLayout

ViewForm

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.

Back to the top