org.jfree.report.modules.gui.swing.preview.about
public class SystemPropertiesPanel extends JPanel
| Constructor Summary | |
|---|---|
| SystemPropertiesPanel()
Constructs a new panel. | |
| Method Summary | |
|---|---|
| void | copySystemPropertiesToClipboard()
Copies the selected cells in the table to the clipboard, in tab-delimited format. |
| static JTable | createSystemPropertiesTable()
Creates and returns a JTable containing all the system properties. |
| protected JPopupMenu | getCopyPopupMenu()
Returns the copy popup menu.
|
| protected JTable | getTable()
Returns the table containing the system properties.
|
Returns: a system properties table.
Returns: Returns the copyPopupMenu.
Returns: Returns the table.