Package | Description |
---|---|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.datax.flat.set |
Provides the flat set model interface and its default implementation.
|
Constructor and Description |
---|
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator)
Creates a model backed by a given
IlvFlatSetModel , with the ability
to add rows and with the same columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the ability to add
rows, and with the given columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the ability to add
rows, and with the given columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator,
int eventsMaskHint)
Creates a model backed by a given
IlvFlatSetModel , with the ability
to add rows and with the same columns. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBufferFlatSetModel
This class implements an
IlvFlatSetModel that
buffers (caches) the data of a given IlvFlatSetModel . |
class |
IlvPropertyBasedFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which stores the objects and the column info objects locally
in this instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.