See: Description
Interface | Description |
---|---|
IlvClusterNode |
This interface describes a node in a tree model used to represent the branch
that groups some objects together.
|
IlvObjectFactory |
This interface is used to create new objects.
|
IlvPropertyConnector |
This interface allows you to view an application-defined object as an
object with properties or attributes or fields.
|
Class | Description |
---|---|
IlvDataSourceToFlatTableModel |
This class implements an
IlvFlatTableModel , based on an
IlvDataSource . |
IlvFilteredFlatListModel |
This class implements an
IlvFlatListModel , based on another
IlvFlatListModel and an IlvFilter that is used
to select some of the objects. |
IlvFilteredFlatSetModel |
This class implements an
IlvFlatSetModel , based on another
IlvFlatSetModel and an IlvFilter that is used
to select some of the objects. |
IlvFilteredTreeListModel |
This class implements an
IlvTreeListModel , based on another
IlvTreeListModel and an IlvFilter that is used
to select some of the objects. |
IlvFilteredTreeSetModel |
This class implements an
IlvTreeSetModel , based on another
IlvTreeSetModel and an IlvFilter that is used
to select some of the objects. |
IlvFlatListToFlatSetModel |
This class implements an
IlvFlatSetModel , based on an
IlvFlatListModel . |
IlvFlatListToFlatTableModel |
This class implements an
IlvFlatTableModel , based on an
IlvFlatListModel . |
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. |
IlvFlatSetToFlatListModel |
This class implements an
IlvFlatListModel , based on an
IlvFlatSetModel and a Comparator that is used
to order the objects. |
IlvFlatSetToFlatTableModel |
This class implements an
IlvFlatTableModel , based on an
IlvFlatSetModel . |
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. |
IlvFlatTableToFlatListModel |
This class implements an
IlvFlatListModel , based on an
IlvFlatTableModel . |
IlvFlatTableToListModel |
This class implements a Swing
ListModel view on a given
IlvFlatTableModel . |
IlvFlatTableToTableModel |
This class implements a Swing
TableModel view on a given
IlvFlatTableModel . |
IlvListToFlatListModel |
This class implements an
IlvFlatListModel , based on a
Swing ListModel . |
IlvListToFlatTableModel |
This class implements an
IlvFlatTableModel , based on a
Swing ListModel . |
IlvSortedFlatListModel |
This class implements an
IlvFlatListModel , based on another
IlvFlatListModel and a Comparator that is used
to order the objects. |
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. |
IlvSubTreeListModel |
This class represents a subtree of a given
IlvTreeListModel . |
IlvSubTreeSetModel |
This class represents a subtree of a given
IlvTreeSetModel . |
IlvTableToFlatTableModel |
This class implements an
IlvFlatTableModel , based on a
Swing TableModel . |
IlvTreeListToFlatListModel |
This class implements an
IlvFlatListModel , based on an
IlvTreeListModel . |
IlvTreeListToFlatTableModel |
This class implements an
IlvFlatTableModel , based on an
IlvTreeListModel . |
IlvTreeListToTreeModel |
This class implements a Swing
TreeModel , based on an
IlvTreeListModel . |
IlvTreeListToTreeSetModel |
This class implements an
IlvTreeSetModel , based on an
IlvTreeListModel . |
IlvTreeListToTreeTableModel |
This class implements all methods needed for a Swing-like
TreeTableModel , based on an IlvTreeListModel . |
IlvTreeListToTreeTableModelFactory |
This class creates a
TreeTableModel , based on an
IlvTreeListModel . |
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. |
IlvTreeTableToTreeListModel |
This class implements an
IlvTreeListModel , based on a
TreeTableModel . |
IlvTreeToFlatTableModel |
This class implements an
IlvFlatTableModel , based on a
Swing TreeModel . |
IlvTreeToTreeListModel |
This class implements an
IlvTreeListModel , based on a
Swing TreeModel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.