Uses of Interface
org.zaval.lw.LwLayout

Packages that use LwLayout
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. 
 

Uses of LwLayout in org.zaval.lw
 

Classes in org.zaval.lw that implement LwLayout
 class LwBorderLayout
          The class implements layout manager interface.
 class LwBorderPan
          This is lightweight component that can be used to organize border panel.
 class LwFlowLayout
          This class implements layout manager interface.
 class LwGridLayout
          This class implements layout manager interface.
 class LwListLayout
          The class implements layout manager interface.
 class LwNotebook
          This is notebook container.
 class LwPercentLayout
           
 class LwRasterLayout
          This class implements layout manager interface.
 class LwRoot
          This class is a root light weight component that implements LwDesktop interface.
 class LwScrollPan
          This is scroll panel component.
 class LwSpin
          This is spin light weight component that can be used to input a bound integer value.
 class LwSplitPan
          This split panel component is used to divide the container area into two resizeable areas.
 class LwWinLayer
          This is housekeeping layer implementation that is used by LwRoot class as the internal windows container.
 

Methods in org.zaval.lw that return LwLayout
 LwLayout LwPanel.getLwLayout()
          Gets the layout manager of this container.
protected  LwLayout LwPanel.getDefaultLayout()
          Gets the default layout manager that is set with the container during initialization.
protected  LwLayout LwCombo.getDefaultLayout()
           
protected  LwLayout LwActContainer.getDefaultLayout()
           
 LwLayout LwRoot.getLwLayout()
           
protected  LwLayout LwSpin.getDefaultLayout()
           
protected  LwLayout LwNotebook.getDefaultLayout()
          Gets the default layout manager that is set with the container during initialization.
protected  LwLayout LwBorderPan.getDefaultLayout()
          Overrides parent method to define default layout.
protected  LwLayout LwSplitPan.getDefaultLayout()
           
protected  LwLayout LwList.getDefaultLayout()
           
protected  LwLayout LwMenu.getDefaultLayout()
           
protected  LwLayout LwWindow.getDefaultLayout()
           
protected  LwLayout LwScrollPan.getDefaultLayout()
          Gets the default layout manager that is set with the container during initialization.
protected  LwLayout LwScroll.getDefaultLayout()
           
protected  LwLayout LwColorPanel.getDefaultLayout()
           
protected  LwLayout LwFontPanel.getDefaultLayout()
           
protected  LwLayout LwMenuBar.getDefaultLayout()
           
protected  LwLayout LwFilePanel.getDefaultLayout()
           
protected  LwLayout LwWinLayer.getDefaultLayout()
           
 LwLayout LwContainer.getLwLayout()
          Gets a layout manager for this container.
 

Methods in org.zaval.lw with parameters of type LwLayout
 void LwPanel.setLwLayout(LwLayout m)
          Sets the layout manager for this container.
 void LwRoot.setLwLayout(LwLayout l)
           
 void LwList.setLwLayout(LwLayout l)
          Sets the layout manager for this container.
 void LwContainer.setLwLayout(LwLayout m)
          Sets the layout manager for this container.
 

Uses of LwLayout in org.zaval.lw.grid
 

Classes in org.zaval.lw.grid that implement LwLayout
 class LwGrid
          This is light weight grid component.
 class LwTreeGrid
          This is light weight tree grid component.
 

Methods in org.zaval.lw.grid that return LwLayout
protected  LwLayout LwGrid.getDefaultLayout()
           
 



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