Interface VisibleTableColumnsDialogParent

All Known Implementing Classes:
XYPlottingDialog

public interface VisibleTableColumnsDialogParent
Interface for parents of VisibleTableColumnsDialog.
Author:
Harald Barsnes
  • Method Details

    • setVisibleColumns

      void setVisibleColumns(HashMap<Integer,Boolean> visibleColumns)
      Sets the list of visible columns.
      Parameters:
      visibleColumns - map of the visible columns, key: model column index
    • getVisibleColumns

      HashMap<Integer,Boolean> getVisibleColumns()
      Returns the list of visible columns.
      Returns:
      the list of visible columns, key: model column index
    • getTable

      JTable getTable()
      Returns the JTable for which to hide/show the column for.
      Returns:
      the table
    • getAllTableColumns

      ArrayList<TableColumn> getAllTableColumns()
      Returns all the table columns, both visible and hidden.
      Returns:
      all the table columns