org.jfree.ui.about

Class SystemPropertiesPanel


public class SystemPropertiesPanel
extends JPanel

A panel containing a table of system properties.
Author:
David Gilbert

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.
protected JPopupMenu
getCopyPopupMenu()
Returns the copy popup menu.
protected JTable
getTable()
Returns the table containing the system properties.

Constructor Details

SystemPropertiesPanel

public SystemPropertiesPanel()
Constructs a new panel.

Method Details

copySystemPropertiesToClipboard

public void copySystemPropertiesToClipboard()
Copies the selected cells in the table to the clipboard, in tab-delimited format.

getCopyPopupMenu

protected final JPopupMenu getCopyPopupMenu()
Returns the copy popup menu.
Returns:
Returns the copyPopupMenu.

getTable

protected final JTable getTable()
Returns the table containing the system properties.
Returns:
Returns the table.