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,- Cloneable
A gallery panel for ribs Swing components.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.reportmill.panels.GalleryGallery.GalleryUI, Gallery.GViewer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDocument(int anIndex) Returns the specifc document at the given index.intReturns the number of document shown by the gallery.getDocumentIcon(int anIndex) Returns the icon for the specific document at the given index.getUI()Returns the Swing UI.Methods inherited from class com.reportmill.panels.GallerygetDragShape, getWindowTitle, resetUI, respondUIMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
RibsGallerypublic RibsGallery()Creates a new RibsGallery.
 
- 
- 
Method Details- 
getUIReturns the Swing UI.
- 
getDocumentCountpublic int getDocumentCount()Returns the number of document shown by the gallery.- Overrides:
- getDocumentCountin class- Gallery
 
- 
getDocumentReturns the specifc document at the given index.- Overrides:
- getDocumentin class- Gallery
 
- 
getDocumentIconReturns the icon for the specific document at the given index.- Overrides:
- getDocumentIconin class- Gallery
 
 
-