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 classAbstractGridGroupRendererAbstract class which provides low-level support for a grid-based group.classDefaultGalleryGroupRendererDefault group renderer used by the Gallery widget.classNoGroupRendererAlternate group renderer for the Gallery widget.Fields in org.eclipse.nebula.widgets.gallery declared as AbstractGalleryGroupRenderer Modifier and Type Field Description (package private) AbstractGalleryGroupRendererGallery. groupRendererMethods in org.eclipse.nebula.widgets.gallery that return AbstractGalleryGroupRenderer Modifier and Type Method Description AbstractGalleryGroupRendererGallery. getGroupRenderer()Methods in org.eclipse.nebula.widgets.gallery with parameters of type AbstractGalleryGroupRenderer Modifier and Type Method Description voidGallery. setGroupRenderer(AbstractGalleryGroupRenderer groupRenderer)
-