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 classComboBoxTagA specific input component tag that creates a combo box component.classListBoxTagA 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 voidListModelUtils. initializeListModel(ListModelSupport modelSupport)Initializes theListModelfor the givenListModelSupportobject.
-