Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.accessibility |
Contains classes for the accessible elements of a chart.
|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
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.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.
|
Constructor and Description |
---|
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvTreeModelWithColumns model,
Object object,
TreePath path)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object. |
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvTreeModelWithColumns model,
Object object,
TreePath path,
Shape shape)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object, represented by the given shape. |
Constructor and Description |
---|
IlvAccessibleDataObject(IlvChartRenderer renderer,
IlvTreeModelWithColumns model,
Object object,
TreePath path)
Creates an
IlvAccessibleDataObject object associated with
the specified renderer and data object. |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
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 |
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 |
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 |
IlvTreeToTreeListModel
This class implements an
IlvTreeListModel , based on a
Swing TreeModel . |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvCommutativeAssociativeOperator.attach(IlvTreeModelWithColumns model,
TreePath branchRootPath,
IlvDataColumnInfo column)
Attaches this operator to a given tree model branch and column.
|
void |
IlvMinOperator.attach(IlvTreeModelWithColumns model,
TreePath branchRootPath,
IlvDataColumnInfo column,
Comparator comparator)
Attaches this operator to a given tree model branch and column.
|
void |
IlvMaxOperator.attach(IlvTreeModelWithColumns model,
TreePath branchRootPath,
IlvDataColumnInfo column,
Comparator comparator)
Attaches this operator to a given tree model branch and column.
|
void |
IlvBoundsOperator.attach(IlvTreeModelWithColumns model,
TreePath branchRootPath,
IlvDataColumnInfo column,
Comparator comparator)
Attaches this operator to a given tree model branch and column.
|
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.