Package com.sun.lwuit.table

Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form

See:
          Description

Interface Summary
TableModel The table and table model class are complimentry classes allowing the quick construction of tabular data controls.
 

Class Summary
DefaultTableModel A default implementation of the table model based on a two dimensional array.
Table The table class represents a grid of data that can be used for rendering a grid of components/labels.
TableLayout Layout manager similar in spirit to HTML tables allowing rows and columns of varying width/height.
TableLayout.Constraint Represents the layout constraint for an entry within the table indicating the desired position/behavior of the component.
 

Package com.sun.lwuit.table Description

Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form