Class TableArea

java.lang.Object
org.luwrain.controls.TableArea
All Implemented Interfaces:
Area, HotPoint, Lines

public class TableArea extends Object implements Area
The area class with table behaviour. The data to be provided is requested from the instance of TableModel interface which can be either standard or custom. Application developers can make their own appearance of table content through extending the TableAppearance interface.