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 "15 Layout"

 
Line 1: Line 1:
'''When Are Layouts Invoked?'''
+
[[Comparison SWT / RWT|back to table of content]]
  
'''Class Layout.'''
+
===When Are Layouts Invoked?===
  
'''Layout Data.'''
+
===Class Layout.===
  
'''Class FillLayout.'''
+
===Layout Data.===
  
'''Classes RowLayout and RowData.'''
+
===Class FillLayout.===
  
'''Class GridLayout.'''
+
===Classes RowLayout and RowData.===
  
'''Defining the Grid.'''
+
===Class GridLayout.===
  
'''Class FormLayout.'''
+
===Defining the Grid.===
  
'''Assigning Width and Height Hints.'''
+
===Class FormLayout.===
  
'''Which Layout Should I Use?'''
+
===Assigning Width and Height Hints.===
  
'''Forcing a Layout.'''
+
===Which Layout Should I Use?===
  
'''Forcing Controls to Wrap.'''
+
===Forcing a Layout.===
 +
 
 +
===Forcing Controls to Wrap.===

Revision as of 12:42, 8 January 2007

back to table of content

When Are Layouts Invoked?

Class Layout.

Layout Data.

Class FillLayout.

Classes RowLayout and RowData.

Class GridLayout.

Defining the Grid.

Class FormLayout.

Assigning Width and Height Hints.

Which Layout Should I Use?

Forcing a Layout.

Forcing Controls to Wrap.

Back to the top