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 GalleryGalleryTreeViewer. galleryMethods in org.eclipse.nebula.jface.galleryviewer that return Gallery Modifier and Type Method Description GalleryGalleryTreeViewer. 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) GalleryGalleryDragSourceEffect. gprotected GalleryAbstractGalleryGroupRenderer. galleryprotected GalleryAbstractGalleryItemRenderer. galleryprivate GalleryGalleryItem. parentMethods in org.eclipse.nebula.widgets.gallery that return Gallery Modifier and Type Method Description GalleryAbstractGalleryGroupRenderer. getGallery()GalleryAbstractGalleryItemRenderer. getGallery()Get current gallery.GalleryGalleryItem. getParent()Methods in org.eclipse.nebula.widgets.gallery with parameters of type Gallery Modifier and Type Method Description voidAbstractGalleryGroupRenderer. setGallery(Gallery gallery)voidAbstractGalleryItemRenderer. setGallery(Gallery gallery)Set the current gallery.voidDefaultGalleryGroupRenderer. setGallery(Gallery gallery)protected voidGalleryItem. 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)
-