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 "E4/CSS/SWT Mapping"

< E4‎ | CSS
(Replacing page with '<table border="1"> <tr> <th>Heading</th> <th>Another Heading</th> </tr> <tr> <td>row 1, cell 1</td> <td>row 1, cell 2</td> </tr> <tr> <td>row 2, cell 1</td> <td>row 2, cell 2</...')
Line 1: Line 1:
 
<table border="1">
 
<table border="1">
 
<tr>
 
<tr>
<th>Heading</th>
+
<th>SWT Widgets</th>
<th>Another Heading</th>
+
<th>SWT Method</th>
 +
<th>CSS Property Name</th>
 +
<th>CSS Example</th>
 
</tr>
 
</tr>
 
<tr>
 
<tr>

Revision as of 14:24, 25 February 2009

SWT Widgets SWT Method CSS Property Name CSS Example
row 1, cell 1 row 1, cell 2
row 2, cell 1 row 2, cell 2

Back to the top