JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.table.data

Contains classes for connecting the table to data sources.

See:
          Description

Interface Summary
JCFileFormatParser Interface defined to allow easy addition of new file format parsers into LiveTable.
 

Class Summary
AbstractDataSource The AbstractDataSource abstract class implements the TableDataModel interface and defines methods for dealing with JCTableDataListener processing.
AbstractVectorDataSource The AbstractVectorDataSource abstract class implements the TableDataModel interface and support for block moves, insertions and deletions to Vector.
JCAppletDataSource An JCAppletDataSource object reads in data from the DATA tag of an applet.
JCBeanFileDataSource Creates an JCInputStreamDataSource from a file in a LiveTable JavaBeans environment.
JCCachedDataSource The JCCachedDataSource class stores data in a Vector of Vectors.
JCCSVFormatParser This class takes in a stream of data, which is assumed to be in CSV format.
JCEditableCachedDataSource The JCEditableCachedDataSource class is an editable version of JCCachedDataSource.
JCEditableFileDataSource Editable version of FileDataSource.
JCEditableVectorDataSource An JCEditableTableData data source that stores all of the data in memory using Vectors.
JCFileDataSource Creates an JCInputStreamDataSource from a file.
JCInputStreamDataSource This class is the base for any data source that relies on input from some stream, which includes files, URLs, large Strings, etc.
JCResultSetDataSource This class is a simple read-only JDBC database source that retrieves a result set and stores it internally.
JCSpreadLabel JCSpreadLabel contains routines to create a spreadsheet label.
JCStandardFormatParser This class takes in a stream of data and parses it under the assumption it is in "standard" LiveTable format.
JCTableModelDataSource The JCTableModelDataSource class defines a wrapper for JTable TableModel objects.
JCURLDataSource A simple class that uses a URL to create a data source object.
JCVectorDataSource JCVectorDataSource is the main data source of JCTable from which most other datasources are derived.
JCXMLFormatParser This class takes in a stream of data and parses it under the assumption it is in the defined XML format JClass LiveTable uses.
 

Package com.klg.jclass.table.data Description

Contains classes for connecting the table to data sources.


Copyright © 2004 Quest Software Inc..
All rights reserved.