Class TablePanel

    • Constructor Detail

      • TablePanel

        public TablePanel()
    • Method Detail

      • addToolBar

        public void addToolBar​(JToolBar toolbar)
      • getToolBar

        public JToolBar getToolBar()
      • insertRowLabels

        public void insertRowLabels()
        Adds numbered row labels. Should be called after table is populated. TODO add a listener that updates for row add / remove events.
      • getTable

        public JTable getTable()
      • autoResizeColumnWidth

        public void autoResizeColumnWidth()
        Automatically resizes column widths to fit header and contents
      • clearRowFilters

        public void clearRowFilters()