Uses of Interface
com.fruitioninc.jwc.View

Packages that use View
com.fruitioninc.jwc Provides a set of graphical components for developing web applications. 
com.fruitioninc.jwc.basic Provides a set of basic views for the components in the com.fruitioninc.jwc package. 
 

Uses of View in com.fruitioninc.jwc
 

Methods in com.fruitioninc.jwc that return View
 View ViewFactory.newView(java.lang.Class clazz)
           
 View DefaultViewFactory.newView(java.lang.Class clazz)
           
 View Component.getView()
           
 

Constructors in com.fruitioninc.jwc with parameters of type View
Container(Model model, View view)
           
Container(java.lang.String name, Model model, View view)
           
Component(Model model, View view)
           
Component(java.lang.String name, Model model, View view)
           
 

Uses of View in com.fruitioninc.jwc.basic
 

Classes in com.fruitioninc.jwc.basic that implement View
 class ButtonView
           
 class ComponentView
           
 class ContainerView
           
 class HyperLinkView
           
 class LabelView
           
 class ListBoxView
           
 class PageView
           
 class TableView
           
 class TextAreaView
           
 class TextFieldView