Package | Description |
---|---|
ilog.views.util.data |
Provides utilities to manage data including facilities for mapping a Swing
TableModel to JViews models,
and also, JDBC, RowSet and CSV based implementations of a Swing TableModel for easy database and flat file access |
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicTableModelPropertyDescriptor
A basic implementation of
IlvTableModelPropertyDescriptor
that lookup for value at a particular column index. |
class |
IlvEnumerationTableModelPropertyDescriptor
This
IlvTableModelPropertyDescriptor implementation looks up inside
a particular column of the table and map the values inside this table to values
of the model and conversely. |
class |
IlvMultiColumnTableModelPropertyDescriptor
A basic implementation of
IlvTableModelPropertyDescriptor
that lookup for value at a particular set of column indexes. |
Modifier and Type | Method and Description |
---|---|
IlvTableModelPropertyDescriptor |
IlvTableModelMapper.getPropertyDescriptor(String propertyName)
Returns the
IlvTableModelPropertyDescriptor for the given
property. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTableModelMapper.addPropertyDescriptor(String propertyName,
IlvTableModelPropertyDescriptor descriptor,
Class requiredType)
Registers an
IlvTableModelPropertyDescriptor and/or a required
type for a given property. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.