Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Packages that use ListModelSupport Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of ListModelSupport in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement ListModelSupport Modifier and Type Class Description class
ComboBoxTag
A specific input component tag that creates a combo box component.class
ListBoxTag
A specific input component tag that creates a list box component.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type ListModelSupport Modifier and Type Method Description static void
ListModelUtils. initializeListModel(ListModelSupport modelSupport)
Initializes theListModel
for the givenListModelSupport
object.
-