Class BulkGrid

java.lang.Object
v1.sulphurapi.structure.bulk.BulkGrid

public class BulkGrid extends Object
  • Constructor Details

    • BulkGrid

      public BulkGrid(JPanel mainPanel)
  • Method Details

    • resetUI

      public void resetUI()
    • updateComboBox

      public void updateComboBox(Vector<String> values)
      Updates the combo box with new values and clears the parametersValuesMap.
      Parameters:
      values - Vector of String values to be added to the combo box.
    • getParametersList

      public JComboBox<String> getParametersList()
    • getLoadEndpointButton

      public JButton getLoadEndpointButton()
    • getSendBulkButton

      public JButton getSendBulkButton()
    • getParametersValuesMap

      public Map<String,ListModel<String>> getParametersValuesMap()
    • getTable

      public JTable getTable()