Class SystemPropertiesPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SystemPropertiesPanel extends JPanel
A panel containing a table of system properties.
See Also:
  • Field Details

    • table

      private JTable table
      The table that displays the system properties.
    • copyPopupMenu

      private JPopupMenu copyPopupMenu
      Allows for a popup menu for copying.
    • copyMenuItem

      private JMenuItem copyMenuItem
      A copy menu item.
    • copyPopupListener

      private SystemPropertiesPanel.PopupListener copyPopupListener
      A popup listener.
  • 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.