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 Summary
Nested classes/interfaces inherited from class com.reportmill.panels.Gallery
Gallery.GalleryUI, Gallery.GViewer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocument
(int anIndex) Returns the specifc document at the given index.int
Returns 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.Gallery
getDragShape, getWindowTitle, resetUI, respondUI
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
RibsGallery
public RibsGallery()Creates a new RibsGallery.
-
-
Method Details
-
getUI
Returns the Swing UI. -
getDocumentCount
public int getDocumentCount()Returns the number of document shown by the gallery.- Overrides:
getDocumentCount
in classGallery
-
getDocument
Returns the specifc document at the given index.- Overrides:
getDocument
in classGallery
-
getDocumentIcon
Returns the icon for the specific document at the given index.- Overrides:
getDocumentIcon
in classGallery
-