Package com.ibm.jdg2e.swt.snippets.table

Example SWT snippets from eclipse.org.

See:
          Description

Class Summary
Snippet101 Table example snippet: insert a table item (at an index).
Snippet103 Table example snippet: update table item text.
Snippet106 Table example snippet: insert a table column (at an index).
Snippet110 Table example snippet: find a table cell from mouse down (works for any table style).
Snippet113 Table example snippet: detect a selection or check event in a table (SWT.CHECK).
Snippet126 Table example snippet: place arbitrary controls in a table.
Snippet129 Table example snippet: color cells and rows in table.
Snippet144 Virtual Table example snippet: create a table with 1,000,000 items (lazy).
Snippet151 Create a virtual table and add 1000 entries to it every 500 ms.
Snippet181 Allow user to reorder columns and reorder columns programmatically.
Snippet192 Show a sort indicator in the column header.
Snippet193 Allow user to reorder columns and reorder columns programmatically.
Snippet2 Table example snippet: sort a table by column.
Snippet201 Virtual Table example snippet: create a table with 1,000,000 items (lazy, page size 64).
Snippet221 example snippet: Scroll table when mouse at top or bottom.
Snippet228 Table example snippet: Draw a bar graph.
Snippet229 Table example snippet: Draw a custom gradient selection.
Snippet230 Table example snippet: Images on the right hand side of a TableItem.
Snippet231 example snippet: Multiple lines per TableItem.
Snippet234 Table example snippet: Fixed first column and horizontal scroll remaining columns.
Snippet236 Table example snippet: draw different foreground colors for text in a TableItem.
Snippet239 Table snippet: make text span multiple columns.
Snippet3 Table example snippet: find a table cell from mouse down (SWT.FULL_SELECTION).
Snippet35 Table example snippet: create a table (no columns, no headers).
Snippet38 Table example snippet: create a table (columns, headers, lines).
Snippet51 Table example snippet: scroll a table (set the top index).
Snippet52 Table example snippet: select an index (select and scroll).
Snippet53 Table example snippet: remove selected items.
Snippet64 Table example snippet: print selected items in a table.
Snippet7 example snippet: create a table (lazy).
Snippet77 Table example snippet: resize columns as table resizes.
 

Package com.ibm.jdg2e.swt.snippets.table Description

Example SWT snippets from eclipse.org.