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:
  • 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[]
    • 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