Class RibsGallery

  • All Implemented Interfaces:
    RMArchiver.Archiving, java.lang.Cloneable

    public class RibsGallery
    extends Gallery
    A gallery panel for ribs Swing components.
    • Constructor Detail

      • RibsGallery

        public RibsGallery()
        Creates a new RibsGallery.
    • Method Detail

      • getDocumentCount

        public int getDocumentCount()
        Returns the number of document shown by the gallery.
        Overrides:
        getDocumentCount in class Gallery
      • getDocument

        public RMDocument getDocument​(int anIndex)
        Returns the specifc document at the given index.
        Overrides:
        getDocument in class Gallery
      • getDocumentIcon

        public javax.swing.Icon getDocumentIcon​(int anIndex)
        Returns the icon for the specific document at the given index.
        Overrides:
        getDocumentIcon in class Gallery