Package v1.sulphurapi.utils
Class StringParser
java.lang.Object
v1.sulphurapi.utils.StringParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
StringArrayToComboBox
(String value, JComboBox<String> comboBox) Converts a string representation of an array to a JComboBox.
-
Constructor Details
-
StringParser
public StringParser()
-
-
Method Details
-
StringArrayToComboBox
Converts a string representation of an array to a JComboBox.- Parameters:
value
- String representation of an array, e.g. "[value1, value2, value3]"comboBox
- JComboBox to populate with the values from the string.
-