com.lowagie.toolbox

Class Versions

public class Versions extends JFrame

JFrame that shows the plugin_versions of all the plugins.

Since: 2.1.1 (imported from itexttoolbox project)

Field Summary
JLabellibrary_versions
A label with info about the library, JVM,...
JTableplugin_versions
The table with all the plug-ins (name, version and date).
JScrollPanescroll_versions
A scrollpane for the plugin_versions table.
static longserialVersionUID
The serial version UID of this class.
Constructor Summary
Versions()
Constructs a Versions object.
Method Summary
TableModelgetVersionTableModel(ArrayList<String> versionsarray)
Returns the TableModel implementation that will be used to show the plugin_versions.
voidinitialize()
Initialization of the jFrame.
static voidmain(String[] args)
Main method (test purposes only)

Field Detail

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.

serialVersionUID

private static final long serialVersionUID
The serial version UID of this class.

Constructor Detail

Versions

public Versions()
Constructs a Versions object.

Method Detail

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

initialize

private void initialize()
Initialization of the jFrame.

Throws: Exception

main

public static void main(String[] args)
Main method (test purposes only)

Parameters: args String[]