Class JDialogFileInfoXML.PSetDisplay

java.lang.Object
gov.nih.mipav.view.dialogs.JDialogFileInfoXML.PSetDisplay
Enclosing class:
JDialogFileInfoXML

public class JDialogFileInfoXML.PSetDisplay extends Object
Class to hold one table, model, invalid input: '&' label per parameter set There can be infinite parameter sets, and the sets are deletable, so each set display must be stored in a hashtable for easy access/deletion.
  • Field Details

    • description

      private final String description
      DOCUMENT ME!
    • setLabel

      private final JLabel setLabel
      DOCUMENT ME!
    • setModel

      private final ViewTableModel setModel
      DOCUMENT ME!
    • setTable

      private final JTable setTable
      DOCUMENT ME!
  • Constructor Details

    • PSetDisplay

      public PSetDisplay(String description)
      Creates a parameter set display with the given description that will be used as the key.
      Parameters:
      description - DOCUMENT ME!
  • Method Details

    • addParameterData

      public void addParameterData(String paramName, String paramDesc, String valueType, String value, String date, String time)
      Adds a new row of parameter data to the display's table.
      Parameters:
      paramName - String
      paramDesc - String
      valueType - String
      value - String
      date - String
      time - String
    • getDescription

      public String getDescription()
      Gets the set display's description.
      Returns:
      description
    • getLabel

      public JLabel getLabel()
      Gets the label.
      Returns:
      label
    • getModel

      public ViewTableModel getModel()
      Gets the table model.
      Returns:
      table model
    • getTable

      public JTable getTable()
      Gets the table of parameters.
      Returns:
      table