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.
|
ilog.views.chart.datax.flat.set.event |
Provides the events sent out by flat set models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFilteredFlatSetModel
This class implements an
IlvFlatSetModel , based on another
IlvFlatSetModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFlatListToFlatSetModel
This class implements an
IlvFlatSetModel , based on an
IlvFlatListModel . |
Modifier and Type | Method and Description |
---|---|
IlvFlatSetModel |
IlvFlatSetToFlatTableModel.getUnderlyingModel()
Returns the underlying model.
|
Constructor and Description |
---|
IlvFilteredFlatSetModel(IlvFlatSetModel model,
IlvFilter filter)
Creates a filtered model.
|
IlvFilteredFlatSetModel(IlvFlatSetModel model,
IlvFilter filter,
int eventsMaskHint)
Creates a filtered model.
|
IlvFlatSetToFlatListModel(IlvFlatSetModel model,
Comparator sortCriterion)
Creates an
IlvFlatListModel from an
IlvFlatSetModel and a Comparator . |
IlvFlatSetToFlatListModel(IlvFlatSetModel model,
Comparator sortCriterion,
int eventsMaskHint)
Creates an
IlvFlatListModel from an
IlvFlatSetModel and a Comparator . |
IlvFlatSetToFlatTableModel(IlvFlatSetModel model)
Creates a model backed by a given
IlvFlatSetModel , with the same columns. |
IlvFlatSetToFlatTableModel(IlvFlatSetModel model,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the given columns. |
IlvFlatSetToFlatTableModel(IlvFlatSetModel model,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the given columns. |
IlvFlatSetToFlatTableModel(IlvFlatSetModel model,
int eventsMaskHint)
Creates a model backed by a given
IlvFlatSetModel , with the same columns. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner partitioner)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner[] partitioners)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioners. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner[] partitioners,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioners. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory partitionerFactory)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner factory. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory[] partitionerFactories)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioner factories. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory[] partitionerFactories,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioner factories. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory partitionerFactory,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner factory. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitioner partitioner,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which handles the notification to the listeners of the model. |
class |
IlvBasicFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which handles the notification to the listeners of the model and
the management of the columns. |
class |
IlvBufferFlatSetModel
This class implements an
IlvFlatSetModel that
buffers (caches) the data of a given IlvFlatSetModel . |
class |
IlvDefaultFlatSetModel
This class is the default implementation of the
IlvFlatSetModel interface. |
class |
IlvFilterFlatSetModel
This class is a base class for flat object set models that encapsulate
other models.
|
class |
IlvPropertyBasedFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Method and Description |
---|---|
IlvFlatSetModel |
IlvFilterFlatSetModel.getFilteredModel()
Returns the underlying model.
|
Modifier and Type | Method and Description |
---|---|
double |
IlvComputedColumnInfo.computeDoubleAt(IlvFlatSetModel model,
Object object)
Returns the value for the cell at
object , as a numeric
value. |
Object |
IlvComputedColumnInfo.computeValueAt(IlvFlatSetModel model,
Object object)
Returns the value for the cell at
object . |
void |
IlvFilterFlatSetModel.setFilteredModel(IlvFlatSetModel model)
Sets the underlying model.
|
Constructor and Description |
---|
IlvBufferFlatSetModel(IlvFlatSetModel model)
Creates a model that is fed by and caches the data of a given
IlvFlatSetModel . |
IlvFilterFlatSetModel(IlvFlatSetModel model)
Creates a filter model.
|
Modifier and Type | Method and Description |
---|---|
IlvFlatSetModel |
FlatSetModelEvent.getModel()
Returns the model from which this event comes.
|
Constructor and Description |
---|
FlatSetModelEvent(IlvFlatSetModel source,
FlatSetModelEvent.Type type)
Creates an event.
|
FlatSetModelEvent(IlvFlatSetModel source,
FlatSetModelEvent.Type type,
int column,
boolean oldValue,
boolean newValue)
Creates an event.
|
FlatSetModelEvent(IlvFlatSetModel source,
FlatSetModelEvent.Type type,
int column,
IlvDataColumnInfo columnInfo)
Creates an event.
|
FlatSetModelEvent(IlvFlatSetModel source,
FlatSetModelEvent.Type type,
int column,
Object oldValue,
Object newValue)
Creates an event.
|
FlatSetModelEvent(IlvFlatSetModel source,
FlatSetModelEvent.Type type,
Object[] objects)
Creates an event.
|
FlatSetModelEvent(IlvFlatSetModel source,
FlatSetModelEvent.Type type,
Object object,
int column)
Creates an event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.