org.gjt.qcis.field
Downloads Source Javadoc
Author: Unspecified
Home Page:
Version: Unspecified
Release Tag: Unknown
Release Date: Unknown
JVM Required: Unspecified
License: Unspecified
Categories: None
Requirements:
Dependencies: No dependencies
Externals: None

Classes for managing fields, virtual fields, and object models.

Generic operations on objects require some form of descriptor-based way of fetching and storing fields. FieldModel is an interface that treats objects as fixed-length arrays; you could implement classes by hand, or use a generic reflection-based implementation like DescriptorModel.

With such descriptors, you can display objects and sets of objects in three ways:

Somewhat related is the QcisDynamicModel, which represents a set of objects as a vector (rows) of vectors (columns) of strings; this form allows dynamic adding of columns.

Downloads

The following page lists the available downloads for the release of package 'org.gjt.qcis.field' tagged 'Unknown'. If you need to work with releases other than 'Unknown', you will need to use the anonymous CVS server to access them.