com.lowagie.toolbox
public class Versions extends JFrame
Since: 2.1.1 (imported from itexttoolbox project)
| Field Summary | |
|---|---|
| JLabel | library_versions A label with info about the library, JVM,... |
| JTable | plugin_versions The table with all the plug-ins (name, version and date). |
| JScrollPane | scroll_versions A scrollpane for the plugin_versions table. |
| static long | serialVersionUID The serial version UID of this class. |
| Constructor Summary | |
|---|---|
| Versions() Constructs a Versions object. | |
| Method Summary | |
|---|---|
| TableModel | getVersionTableModel(ArrayList<String> versionsarray)
Returns the TableModel implementation that will be used to show the plugin_versions.
|
| void | initialize()
Initialization of the jFrame.
|
| static void | main(String[] args)
Main method (test purposes only)
|
Parameters: versionsarray ArrayList
Returns: TableModel
Throws: Exception
Parameters: args String[]