Uses of Interface
org.zaval.lw.LwViewProvider

Packages that use LwViewProvider
org.zaval.lw This is basic package of the light weight library. 
org.zaval.lw.grid This is set of classes to implement the light weight grid and tree grid components. 
org.zaval.lw.tree This is set of classes to implement the light weight tree component. 
 

Uses of LwViewProvider in org.zaval.lw
 

Classes in org.zaval.lw that implement LwViewProvider
 class LwSlider
          This is slider component that can be used to select a value from the specified integer interval.
 

Methods in org.zaval.lw with parameters of type LwViewProvider
 void LwSlider.setViewProvider(LwViewProvider p)
          Sets the specified titles views provider.
 

Uses of LwViewProvider in org.zaval.lw.grid
 

Methods in org.zaval.lw.grid with parameters of type LwViewProvider
 void LwTreeGrid.setTreeViewProvider(LwViewProvider p)
           
 

Uses of LwViewProvider in org.zaval.lw.tree
 

Classes in org.zaval.lw.tree that implement LwViewProvider
 class LwTree
          This is tree view component.
 

Methods in org.zaval.lw.tree that return LwViewProvider
 LwViewProvider LwTree.getViewProvider()
          Gets the view provider.
 

Methods in org.zaval.lw.tree with parameters of type LwViewProvider
 void LwTree.setViewProvider(LwViewProvider p)
          Sets the specified view provider.
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org