: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview   Package  Class  Tree  Deprecated  Index  Help 

Package org.zaval.lw.grid

Classes and interfaces that relate to lightweight grid and tree grid components.

See:
          Description

Interface Summary
LwEditorProvider This interface is used to provide an editor component for the specified grid cell, it allows you to customize grid cells editing process.
LwGridMetrics This interface is used to get values for basic metrical characteristics of the grid component.
LwGridViewProvider This interface is used to provide a view for the specified grid cell, it allows you to customize grid cells' views.
 

Class Summary
CellsVisibility The class is used to represent grid cells visibility.
LwDefEditors This class is simple implementation of LwEditorProvider interface where a grid cells are edited using the text field component.
LwDefViews This class is an implementation of the LwGridViewProvider interface where the LwTextRender view with the single line text model is used to render grid cells.
LwGrid This is lightweight grid component.
LwGridCaption This component is supposed to be used as the top or left grid caption component.
LwTreeGrid This is lightweight tree grid component.
 

Package org.zaval.lw.grid Description

Classes and interfaces that relate to lightweight grid and tree grid components.



: up