Package gov.nih.mipav.view.dialogs
Class JDialogFileInfoXML.PSetDisplay
java.lang.Object
gov.nih.mipav.view.dialogs.JDialogFileInfoXML.PSetDisplay
- Enclosing class:
JDialogFileInfoXML
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classSimple listener for the table header. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringDOCUMENT ME!private final JLabelDOCUMENT ME!private final ViewTableModelDOCUMENT ME!private final JTableDOCUMENT ME! -
Constructor Summary
ConstructorsConstructorDescriptionPSetDisplay(String description) Creates a parameter set display with the given description that will be used as the key. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameterData(String paramName, String paramDesc, String valueType, String value, String date, String time) Adds a new row of parameter data to the display's table.Gets the set display's description.getLabel()Gets the label.getModel()Gets the table model.getTable()Gets the table of parameters.
-
Field Details
-
description
DOCUMENT ME! -
setLabel
DOCUMENT ME! -
setModel
DOCUMENT ME! -
setTable
DOCUMENT ME!
-
-
Constructor Details
-
PSetDisplay
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- StringparamDesc- StringvalueType- Stringvalue- Stringdate- Stringtime- String
-
getDescription
Gets the set display's description.- Returns:
- description
-
getLabel
Gets the label.- Returns:
- label
-
getModel
Gets the table model.- Returns:
- table model
-
getTable
Gets the table of parameters.- Returns:
- table
-