Uses of Interface
com.fruitioninc.jwc.ListBoxModel

Packages that use ListBoxModel
com.fruitioninc.jwc Provides a set of graphical components for developing web applications. 
 

Uses of ListBoxModel in com.fruitioninc.jwc
 

Classes in com.fruitioninc.jwc that implement ListBoxModel
 class AbstractListBoxModel
          Partial implementation of the ListBoxModel interface.
 class DefaultListBoxModel
          A ListBoxModel that stores it's state in member variables.
 class ThreadLocalListBoxModel
          A list box model that stores it's state in thread local storage.
 

Methods in com.fruitioninc.jwc that return ListBoxModel
 ListBoxModel ListBox.getListBoxModel()
          Returns this ListBox's model.
 

Constructors in com.fruitioninc.jwc with parameters of type ListBoxModel
ListBox(java.lang.String name, ListBoxModel model)
          Creates a ListBox with the given name and model.