Class Versions

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class Versions extends JFrame
JFrame that shows the plugin_versions of all the plugins.
Since:
2.1.1 (imported from itexttoolbox project)
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The serial version UID of this class.
      See Also:
    • library_versions

      JLabel library_versions
      A label with info about the library, JVM,...
    • plugin_versions

      JTable plugin_versions
      The table with all the plug-ins (name, version and date).
    • scroll_versions

      JScrollPane scroll_versions
      A scrollpane for the plugin_versions table.
  • Constructor Details

    • Versions

      public Versions()
      Constructs a Versions object.
  • Method Details

    • main

      public static void main(String[] args)
      Main method (test purposes only)
      Parameters:
      args - String[]
    • initialize

      private void initialize() throws Exception
      Initialization of the jFrame.
      Throws:
      Exception
    • getVersionTableModel

      public TableModel getVersionTableModel(ArrayList<String> versionsarray)
      Returns the TableModel implementation that will be used to show the plugin_versions.
      Parameters:
      versionsarray - ArrayList
      Returns:
      TableModel