java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.jfree.report.modules.gui.swing.preview.about.LibraryPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LibraryPanel extends JPanel
A panel containing a table that lists the libraries used in a project.

Used in the AboutFrame class.

Author:
David Gilbert
See Also:
  • Constructor Details

    • LibraryPanel

      public LibraryPanel(List libraries)
      Constructs a LibraryPanel.
      Parameters:
      libraries - a list of libraries (represented by Library objects).
    • LibraryPanel

      public LibraryPanel(org.pentaho.reporting.libraries.base.versioning.ProjectInformation projectInfo)
  • Method Details

    • getTable

      protected JTable getTable()