Nebula Gallery Widget
Gallery
Group renderers
- DefaultGalleryGroupRenderer : expandable groups, item grid with auto margins. Best with SWT.V_SCROLL.
- NoGroupRenderer : item grid with auto margins.
Item renderers
- DefaultGalleryItemRenderer : icon style, drop shadows and labels.
- ListItemRenderer : list style, labels and descriptions.
Supported styles
- SWT.MULTI : Enables multiple selections.
- SWT.V_SCROLL : Vertical scrolling. Should not be used with SWT.H_SCROLL.
- SWT.H_SCROLL : Horizontal scrolling. Should not be used with SWT.V_SCROLL.
- SWT.VIRTUAL : Virtual mode. Items are created on demand.
NOTE: The Gallery widget is still under active development. The code is made available in an
ALPHA state. Users should expect changes in future versions.
Gallery Snippets
Download Gallery nightly build
Update History (like release notes)