| javax.swing.JPanel org.jfree.ui.about.SystemPropertiesPanel
SystemPropertiesPanel | public class SystemPropertiesPanel extends JPanel (Code) | | A panel containing a table of system properties.
author: David Gilbert |
SystemPropertiesPanel | public SystemPropertiesPanel()(Code) | | Constructs a new panel.
|
copySystemPropertiesToClipboard | public void copySystemPropertiesToClipboard()(Code) | | Copies the selected cells in the table to the clipboard, in tab-delimited format.
|
getCopyPopupMenu | final protected JPopupMenu getCopyPopupMenu()(Code) | | Returns the copy popup menu.
Returns the copyPopupMenu. |
getTable | final protected JTable getTable()(Code) | | Returns the table containing the system properties.
Returns the table. |
|
|