Package com.ribsapp.panels
Class RibsGallery
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.Gallery
- 
- com.ribsapp.panels.RibsGallery
 
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class RibsGallery extends Gallery A gallery panel for ribs Swing components.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.reportmill.panels.GalleryGallery.GalleryUI, Gallery.GViewer
 
- 
 - 
Constructor SummaryConstructors Constructor Description RibsGallery()Creates a new RibsGallery.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMDocumentgetDocument(int anIndex)Returns the specifc document at the given index.intgetDocumentCount()Returns the number of document shown by the gallery.javax.swing.IcongetDocumentIcon(int anIndex)Returns the icon for the specific document at the given index.Gallery.GalleryUIgetUI()Returns the Swing UI.- 
Methods inherited from class com.reportmill.panels.GallerygetDragShape, getWindowTitle, resetUI, respondUI
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
getUIpublic Gallery.GalleryUI getUI() Returns the Swing UI.
 - 
getDocumentCountpublic int getDocumentCount() Returns the number of document shown by the gallery.- Overrides:
- getDocumentCountin class- Gallery
 
 - 
getDocumentpublic RMDocument getDocument(int anIndex) Returns the specifc document at the given index.- Overrides:
- getDocumentin class- Gallery
 
 - 
getDocumentIconpublic javax.swing.Icon getDocumentIcon(int anIndex) Returns the icon for the specific document at the given index.- Overrides:
- getDocumentIconin class- Gallery
 
 
- 
 
-