Class RibsGallery

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

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

    • RibsGallery

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

    • getUI

      public Gallery.GalleryUI getUI()
      Returns the Swing UI.
      Overrides:
      getUI in class Gallery
    • 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 Icon getDocumentIcon(int anIndex)
      Returns the icon for the specific document at the given index.
      Overrides:
      getDocumentIcon in class Gallery