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