Class PanelTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PanelTable extends JPanel
Display a table for database values. Add keyboard shortcut, mouse icon, text and header formatting.
See Also:
  • Constructor Details

    • PanelTable

      public PanelTable(String[][] data, String[] columnNames)
      Create a panel containing a table to display injection values.
      Parameters:
      data - Array 2D with injection table data
      columnNames - Names of columns from database
  • Method Details

    • selectTable

      public void selectTable()
      Select every cell.
    • copyTable

      public void copyTable()
      Perform copy event on current table.
    • getTableValues

      public JTable getTableValues()