Uses of Class
org.eclipse.nebula.widgets.gallery.AbstractGalleryGroupRenderer
-
Packages that use AbstractGalleryGroupRenderer Package Description org.eclipse.nebula.widgets.gallery Provides the Gallery custom widget. -
-
Uses of AbstractGalleryGroupRenderer in org.eclipse.nebula.widgets.gallery
Subclasses of AbstractGalleryGroupRenderer in org.eclipse.nebula.widgets.gallery Modifier and Type Class Description class
AbstractGridGroupRenderer
Abstract class which provides low-level support for a grid-based group.class
DefaultGalleryGroupRenderer
Default group renderer used by the Gallery widget.class
NoGroupRenderer
Alternate group renderer for the Gallery widget.Fields in org.eclipse.nebula.widgets.gallery declared as AbstractGalleryGroupRenderer Modifier and Type Field Description (package private) AbstractGalleryGroupRenderer
Gallery. groupRenderer
Methods in org.eclipse.nebula.widgets.gallery that return AbstractGalleryGroupRenderer Modifier and Type Method Description AbstractGalleryGroupRenderer
Gallery. getGroupRenderer()
Methods in org.eclipse.nebula.widgets.gallery with parameters of type AbstractGalleryGroupRenderer Modifier and Type Method Description void
Gallery. setGroupRenderer(AbstractGalleryGroupRenderer groupRenderer)
-