Uses of Class
org.eclipse.nebula.widgets.gallery.Gallery
-
Packages that use Gallery Package Description org.eclipse.nebula.jface.galleryviewer Provides a JFace viewer for the Gallery widget.org.eclipse.nebula.widgets.gallery Provides the Gallery custom widget. -
-
Uses of Gallery in org.eclipse.nebula.jface.galleryviewer
Fields in org.eclipse.nebula.jface.galleryviewer declared as Gallery Modifier and Type Field Description protected Gallery
GalleryTreeViewer. gallery
Methods in org.eclipse.nebula.jface.galleryviewer that return Gallery Modifier and Type Method Description Gallery
GalleryTreeViewer. getGallery()
Returns this gallery viewer's gallery.Constructors in org.eclipse.nebula.jface.galleryviewer with parameters of type Gallery Constructor Description GalleryTreeViewer(Gallery gallery)
Creates a gallery viewer on the given gallery control. -
Uses of Gallery in org.eclipse.nebula.widgets.gallery
Fields in org.eclipse.nebula.widgets.gallery declared as Gallery Modifier and Type Field Description (package private) Gallery
GalleryDragSourceEffect. g
protected Gallery
AbstractGalleryGroupRenderer. gallery
protected Gallery
AbstractGalleryItemRenderer. gallery
private Gallery
GalleryItem. parent
Methods in org.eclipse.nebula.widgets.gallery that return Gallery Modifier and Type Method Description Gallery
AbstractGalleryGroupRenderer. getGallery()
Gallery
AbstractGalleryItemRenderer. getGallery()
Get current gallery.Gallery
GalleryItem. getParent()
Methods in org.eclipse.nebula.widgets.gallery with parameters of type Gallery Modifier and Type Method Description void
AbstractGalleryGroupRenderer. setGallery(Gallery gallery)
void
AbstractGalleryItemRenderer. setGallery(Gallery gallery)
Set the current gallery.void
DefaultGalleryGroupRenderer. setGallery(Gallery gallery)
protected void
GalleryItem. setParent(Gallery parent)
Constructors in org.eclipse.nebula.widgets.gallery with parameters of type Gallery Constructor Description GalleryDragSourceEffect(Gallery gallery)
Creates the drag source effect.GalleryItem(Gallery parent, int style)
GalleryItem(Gallery parent, int style, int index)
GalleryItem(Gallery parent, int style, int index, boolean create)
-