Uses of Class
mvc.Choice

Packages that use Choice
mvc The mvc package is an attempt to define generic model, view, and controller classes. 
 

Uses of Choice in mvc
 

Methods in mvc that return Choice
 Choice<TM> Choice.Model.getChoice()
          m.getChoice() returns the choice of values for m.
 

Constructors in mvc with parameters of type Choice
CompositeModel(java.lang.String nm, Choice<S> mc)
          new CompositeModel(nm, mc) returns a new CompositeModel named nm.