Package | Description |
---|---|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.datax |
Provides extended data models and bridges from/to Swing models.
|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.datax.flat.list |
Provides the flat list model interface and its default implementation.
|
ilog.views.chart.datax.flat.set |
Provides the flat set model interface and its default implementation.
|
ilog.views.chart.datax.flat.table |
Provides the flat table model interface and its default implementation.
|
ilog.views.chart.datax.operator |
Provides interfaces and classes for applying operators to the values of a
column in a data model.
|
ilog.views.chart.datax.tree |
Provides object models with a tree structure.
|
ilog.views.chart.datax.tree.list |
Provides the tree list model interface and its default implementation.
|
ilog.views.chart.datax.tree.set |
Provides the tree set model interface and its default implementation.
|
Modifier and Type | Method and Description |
---|---|
IlvModelWithColumns |
IlvTreeTableDataSource.getFilteredModel()
Returns the model after filtering.
|
IlvModelWithColumns |
IlvTreeTableDataSource.getUnderlyingModel()
Returns the underlying model that this data source represents.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreeTableDataSource.setUnderlyingModel(IlvModelWithColumns model)
Changes the underlying model that this data source represents.
|
Constructor and Description |
---|
IlvTreeTableDataSource(IlvModelWithColumns model)
Creates an
IlvTreeTableDataSource initially connected to a
given model. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvObjectModelWithColumns
This is a superinterface of all object-based models that have a list of
columns, denoting object attributes.
|
Modifier and Type | Method and Description |
---|---|
static IlvDataColumnInfo |
IlvColumnUtilities.getColumnByName(IlvModelWithColumns model,
String name)
Returns metainformation about a column given by name.
|
static int |
IlvColumnUtilities.getColumnIndex(IlvModelWithColumns model,
IlvDataColumnInfo column)
Returns the index of a column.
|
static int |
IlvColumnUtilities.getColumnIndexByName(IlvModelWithColumns model,
String name)
Returns the index of a column given by name.
|
static IlvDataColumnInfo[] |
IlvColumnUtilities.getColumnsArray(IlvModelWithColumns model)
Returns the list of columns of a model as an array.
|
static List<IlvDataColumnInfo> |
IlvColumnUtilities.getColumnsList(IlvModelWithColumns model)
Returns the list of columns of a model as a list.
|
static boolean |
IlvColumnUtilities.haveSameColumns(IlvModelWithColumns model1,
IlvModelWithColumns model2)
Determines whether two models have the same columns, in the same order.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDataSourceToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvDataSource . |
class |
IlvFilteredFlatListModel
This class implements an
IlvFlatListModel , based on another
IlvFlatListModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFilteredFlatSetModel
This class implements an
IlvFlatSetModel , based on another
IlvFlatSetModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFilteredTreeListModel
This class implements an
IlvTreeListModel , based on another
IlvTreeListModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFilteredTreeSetModel
This class implements an
IlvTreeSetModel , based on another
IlvTreeSetModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFlatListToFlatSetModel
This class implements an
IlvFlatSetModel , based on an
IlvFlatListModel . |
class |
IlvFlatListToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvFlatListModel . |
class |
IlvFlatListToTreeListModel
This class implements an
IlvTreeListModel , based on an
IlvFlatListModel and an IlvPartitionerFactory that
is used to give a tree structure to the list of objects. |
class |
IlvFlatSetToFlatListModel
This class implements an
IlvFlatListModel , based on an
IlvFlatSetModel and a Comparator that is used
to order the objects. |
class |
IlvFlatSetToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvFlatSetModel . |
class |
IlvFlatSetToTreeSetModel
This class implements an
IlvTreeSetModel , based on an
IlvFlatSetModel and an IlvPartitionerFactory that
is used to give a tree structure to the set of objects. |
class |
IlvFlatTableToFlatListModel
This class implements an
IlvFlatListModel , based on an
IlvFlatTableModel . |
class |
IlvListToFlatListModel
This class implements an
IlvFlatListModel , based on a
Swing ListModel . |
class |
IlvListToFlatTableModel
This class implements an
IlvFlatTableModel , based on a
Swing ListModel . |
class |
IlvSortedFlatListModel
This class implements an
IlvFlatListModel , based on another
IlvFlatListModel and a Comparator that is used
to order the objects. |
class |
IlvSortedTreeListModel
This class implements an
IlvTreeListModel , based on another
IlvTreeListModel and a Comparator that is used
to order the children objects of any node in the tree. |
class |
IlvSubTreeListModel
This class represents a subtree of a given
IlvTreeListModel . |
class |
IlvSubTreeSetModel
This class represents a subtree of a given
IlvTreeSetModel . |
class |
IlvTableToFlatTableModel
This class implements an
IlvFlatTableModel , based on a
Swing TableModel . |
class |
IlvTreeListToFlatListModel
This class implements an
IlvFlatListModel , based on an
IlvTreeListModel . |
class |
IlvTreeListToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvTreeListModel . |
class |
IlvTreeListToTreeSetModel
This class implements an
IlvTreeSetModel , based on an
IlvTreeListModel . |
class |
IlvTreeSetToTreeListModel
This class implements an
IlvTreeListModel , based on an
IlvTreeSetModel and a Comparator that is used
to order the children objects of any node in the tree. |
class |
IlvTreeTableToTreeListModel
This class implements an
IlvTreeListModel , based on a
TreeTableModel . |
class |
IlvTreeToFlatTableModel
This class implements an
IlvFlatTableModel , based on a
Swing TreeModel . |
class |
IlvTreeToTreeListModel
This class implements an
IlvTreeListModel , based on a
Swing TreeModel . |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvFlatListModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFlatListModel
This class is an implementation of the
IlvFlatListModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicFlatListModel
This class is an implementation of the
IlvFlatListModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferFlatListModel
This class implements an
IlvFlatListModel that
buffers (caches) the data of a given IlvFlatListModel . |
class |
IlvDefaultFlatListModel
This class is the default implementation of the
IlvFlatListModel interface. |
class |
IlvFilterFlatListModel
This class is a base class for flat object list models that encapsulate
other models.
|
class |
IlvPropertyBasedFlatListModel
This class is an implementation of the
IlvFlatListModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvFlatSetModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
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 | Interface and Description |
---|---|
interface |
IlvFlatTableModel
This interface represents data that can be viewed through a
structured chart.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFlatTableModel
This class is an implementation of the
IlvFlatTableModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicFlatTableModel
This class is an implementation of the
IlvFlatTableModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferFlatTableModel
This class implements an
IlvFlatTableModel that
buffers (caches) the data of a given IlvFlatTableModel . |
class |
IlvDefaultFlatTableModel
This class is the default implementation of the
IlvFlatTableModel interface. |
class |
IlvFilterFlatTableModel
This class is a base class for tabular models that encapsulate other
models.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvCommutativeAssociativeOperator.attach(IlvModelWithColumns model,
IlvDataColumnInfo column)
Attaches this operator to a given model and column.
|
void |
IlvMinOperator.attach(IlvModelWithColumns model,
IlvDataColumnInfo column,
Comparator comparator)
Attaches this operator to a given model and column.
|
void |
IlvMaxOperator.attach(IlvModelWithColumns model,
IlvDataColumnInfo column,
Comparator comparator)
Attaches this operator to a given model and column.
|
void |
IlvBoundsOperator.attach(IlvModelWithColumns model,
IlvDataColumnInfo column,
Comparator comparator)
Attaches this operator to a given model and column.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvTreeModelWithColumns
This is a superinterface of all object-based tree-shaped models that have
a list of columns, denoting object attributes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvTreeListModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractTreeListModel
This class is an implementation of the
IlvTreeListModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicTreeListModel
This class is an implementation of the
IlvTreeListModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferTreeListModel
This class implements an
IlvTreeListModel that
buffers (caches) the data of a given IlvTreeListModel . |
class |
IlvDefaultTreeListModel
This class is the default implementation of the
IlvTreeListModel interface. |
class |
IlvFilterTreeListModel
This class is a base class for tree-like object list models that encapsulate
other models.
|
class |
IlvPropertyBasedTreeListModel
This class is an implementation of the
IlvTreeListModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvTreeSetModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractTreeSetModel
This class is an implementation of the
IlvTreeSetModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicTreeSetModel
This class is an implementation of the
IlvTreeSetModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferTreeSetModel
This class implements an
IlvTreeSetModel that
buffers (caches) the data of a given IlvTreeSetModel . |
class |
IlvDefaultTreeSetModel
This class is the default implementation of the
IlvTreeSetModel interface. |
class |
IlvFilterTreeSetModel
This class is a base class for tree-like object set models that encapsulate
other models.
|
class |
IlvPropertyBasedTreeSetModel
This class is an implementation of the
IlvTreeSetModel
interface which stores the objects and the column info objects locally
in this instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.