Uses of Class
net.thevpc.common.swing.NamedValue
Packages that use NamedValue
-
Uses of NamedValue in net.thevpc.common.swing.combo
Methods in net.thevpc.common.swing.combo with parameters of type NamedValueModifier and TypeMethodDescriptionstatic JComboBoxJComboBoxHelper.createCombobox(Function<String, Icon> functionResolver, NamedValue... values) static JComboBoxJComboBoxHelper.prepareCombobox(JComboBox c, Function<String, Icon> functionResolver, NamedValue... values) -
Uses of NamedValue in net.thevpc.common.swing.list
Methods in net.thevpc.common.swing.list with parameters of type NamedValueModifier and TypeMethodDescriptionstatic JListJListHelper.createList(Function<String, Icon> functionResolver, NamedValue... values) static JListJListHelper.prepareList(JList c, Function<String, Icon> functionResolver, NamedValue... values)