Uses of Class
org.zaval.lw.LwView

Packages that use LwView
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 LwView in org.zaval.lw
 

Subclasses of LwView in org.zaval.lw
 class LwAdvTextRender
          The class extends LwTextRender to support text block painting.
 class LwBorder
          The class implements set of borders views.
 class LwCompRender
          The class implements lightweigt component render interface that provides ability to render a light weight component (the light weight component should be used as a target for the render).
 class LwCursorView
          This class is used as a LwTextField caret view.
 class LwImgRender
          This class implements image render.
 class LwImgSetRender
          This class is the same LwImgRender render but it allows to render specified part of the target image object.
 class LwPasswordText
          This class inherits LwTextRender to represent a password text.
 class LwRender
          This abstract class is used as base for lightweight renders implementations.
 class LwTabRender
          This render is used to paint tab page of LwNotebook component.
 class LwTextRender
          This is text render.
 class LwTitledBorder
          This class inherits LwBorder class to support a title area for the border view.
 class LwWrappedText
          This is wrapped text render.
 

Methods in org.zaval.lw that return LwView
 LwView LwSlider.getView(Drawable d, java.lang.Object o)
           
 LwView LwSlider.getView(int id)
          Gets the view of the specified slider element.
 LwView LwViewMan.getBg()
          Gets the view that should be used as a background view for the owner component.
 LwView LwViewMan.getBorder()
          Gets the view that should be used as a border view for the owner component.
 LwView LwViewMan.getView()
          Gets the view that should be used as a face view for the owner component.
protected  LwView LwViewMan.getView(java.lang.String key)
          Resolves the view by the specified view name.
protected  LwView[] LwViewMan.getAllViews()
          Returns all views that are provided with the view manager.
protected  LwView LwAdvViewMan.getView(java.lang.String key)
          The method is overrided to return appropriate view by the specified name basing on the binding hash table.
protected  LwView[] LwAdvViewMan.getAllViews()
          The method is overrided to return all views that have been stored in the binding hash table.
 LwView LwNotebook.getPageView(int i)
          Returns the tab view for the specified page.
 LwView LwProgress.getTitleView()
          Gets the title view.
 LwView LwTextField.getCursorView()
          Gets the cursor view that is used to paint the text cursor.
protected  LwView LwMenuButton.getView()
           
 LwView LwViewProvider.getView(Drawable d, java.lang.Object obj)
          Gets the view for the specified object of the specified component.
 LwView LwTracker.getView(int id, int state)
          Gets a view that is associated with the given state for the specified bundle type.
protected  LwView LwTracker.getBundleView(int bundleIndex)
          Gets a view for the specified bundle.
static LwView LwToolkit.getView(java.lang.String key)
          Gets a static object by the specified key as LwView class.
 

Methods in org.zaval.lw with parameters of type LwView
 void LwSlider.setView(int id, LwView v)
          Sets the view for the specified slider element.
 void LwViewMan.setBg(LwView s)
          Sets the background view.
 void LwViewMan.setBorder(LwView s)
          Sets the border view.
 void LwViewMan.setView(LwView s)
          Sets the face view.
 void LwAdvViewMan.put(java.lang.String id, LwView s)
          Binds the specified name with the given view.
 void LwNotebook.addPage(LwView v, LwComponent c)
          Adds the specified component as the notebook page and sets the specified view as.
 void LwProgress.setTitleView(LwView v)
          Sets the specified title view.
 void LwTextField.setCursorView(LwView v)
          Sets the specified cursor view to render the text cursor.
protected  void LwMenuButton.setView(LwView v)
           
 void LwScroll.setBundleView(LwView v)
          Sets the bundle view.
 void LwStatusBar.setBorderView(LwView v)
          Sets the border view that should be applied for all child components.
 void LwTracker.setView(int id, int state, LwView v)
          Sets the given view for the given state and the specified bundle type.
 

Uses of LwView in org.zaval.lw.grid
 

Methods in org.zaval.lw.grid that return LwView
 LwView LwTreeGrid.getView(int row, int col, java.lang.Object o)
           
 LwView LwGridViewProvider.getView(int row, int col, java.lang.Object o)
          Gets the view of the specified cell and the given data model value.
 LwView LwDefViews.getView(int row, int col, java.lang.Object obj)
          Gets the view of the specified cell and the given data model value.
 

Methods in org.zaval.lw.grid with parameters of type LwView
 void LwGridCaption.setBorderView(LwView v)
          Sets the specified view to render the caption border.
 void LwTreeGrid.setTreeElView(int id, LwView v)
          Sets the specified view for the specified tree view element.
 

Uses of LwView in org.zaval.lw.tree
 

Methods in org.zaval.lw.tree that return LwView
 LwView LwTree.getView(Drawable d, java.lang.Object obj)
           
 

Methods in org.zaval.lw.tree with parameters of type LwView
 void LwTree.setView(int id, LwView v)
          Sets the specified view for the specified tree view element.
 



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