Package com.ibm.jdg2e.swt.snippets.tree

Example SWT snippets from eclipse.org.

See:
          Description

Class Summary
Snippet102 Tree example snippet: insert a tree item (at an index).
Snippet111 TreeEditor example snippet: edit the text of a tree item (in place, fancy).
Snippet114 Tree example snippet: detect a selection or check event in a tree (SWT.CHECK).
Snippet15 Tree example snippet: create a tree.
Snippet170 Create a Tree with columns.
Snippet202 Virtual Tree example snippet: populate tree lazily.
Snippet203 TextLayout example snippet: using TextLayout justify, alignment and indent.
Snippet220 Tree example snippet: Images on the right side of the TreeItem.
Snippet226 Tree example snippet: Draw a custom gradient selection.
Snippet227 Tree example snippet: Multiple lines in a TreeItem.
Snippet232 Tree example snippet: Draw a bar graph.
Snippet240 Tree snippet: Text that spans multiple columns.
Snippet61 Tree example snippet: print selected items in a tree.
Snippet8 Tree example snippet: create a tree (lazy).
Snippet80 Tree example snippet: limit selection to items that match a pattern.
Snippet90 Tree example snippet: detect mouse down in a tree item.
 

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

Example SWT snippets from eclipse.org.