Package net.mcreator.ui.component.util
Class ComboBoxUtil
java.lang.Object
net.mcreator.ui.component.util.ComboBoxUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> void
updateComboBoxContents
(JComboBox<T> comboBox, List<T> data) static <T> void
updateComboBoxContents
(JComboBox<T> comboBox, List<T> data, T defaultValue)
-
Constructor Details
-
ComboBoxUtil
public ComboBoxUtil()
-
-
Method Details
-
updateComboBoxContents
-
updateComboBoxContents
-