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:
- As a JTable showing one row per object, with one column per field.
- As a JTable showing one row per column, with one column for field names and one for values.
- As a JPanel with JLabels for field names and JTextAreas for values, displaying a single object at a time. This is more resource-expensive than a JTable, but not significantly so for such small "tables".
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.
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.
- JAR Archive
- ZIP Archives
- UNIX GZIP-ed TAR Archives