Package | Description |
---|---|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.datax.tree.set |
Provides the tree set model interface and its default implementation.
|
ilog.views.chart.datax.tree.set.event |
Provides the events sent out by tree set models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFilteredTreeSetModel
This class implements an
IlvTreeSetModel , based on another
IlvTreeSetModel and an IlvFilter that is used
to select some of the 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 |
IlvSubTreeSetModel
This class represents a subtree of a given
IlvTreeSetModel . |
class |
IlvTreeListToTreeSetModel
This class implements an
IlvTreeSetModel , based on an
IlvTreeListModel . |
Constructor and Description |
---|
IlvFilteredTreeSetModel(IlvTreeSetModel model,
IlvFilter filter)
Creates a filtered model.
|
IlvFilteredTreeSetModel(IlvTreeSetModel model,
IlvFilter filter,
int eventsMaskHint)
Creates a filtered model.
|
IlvSubTreeSetModel(IlvTreeSetModel model,
Object focus)
Creates a subtree model.
|
IlvSubTreeSetModel(IlvTreeSetModel model,
Object focus,
int eventsMaskHint)
Creates a subtree model.
|
IlvTreeSetToTreeListModel(IlvTreeSetModel model,
Comparator sortCriterion)
Creates an
IlvTreeListModel from an
IlvTreeSetModel and a Comparator . |
IlvTreeSetToTreeListModel(IlvTreeSetModel model,
Comparator sortCriterion,
int eventsMaskHint)
Creates an
IlvTreeListModel from an
IlvTreeSetModel and a Comparator . |
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. |
Modifier and Type | Method and Description |
---|---|
IlvTreeSetModel |
IlvFilterTreeSetModel.getFilteredModel()
Returns the underlying model.
|
Modifier and Type | Method and Description |
---|---|
double |
IlvComputedColumnInfo.computeDoubleAt(IlvTreeSetModel model,
Object object)
Returns the value for the cell at
object , as a numeric
value. |
Object |
IlvComputedColumnInfo.computeValueAt(IlvTreeSetModel model,
Object object)
Returns the value for the cell at
object . |
static Iterator |
IlvTreeSetUtilities.postOrderIterator(IlvTreeSetModel model)
Returns an iterator that visits each object once.
|
static Iterator |
IlvTreeSetUtilities.preOrderIterator(IlvTreeSetModel model)
Returns an iterator that visits each object once.
|
void |
IlvFilterTreeSetModel.setFilteredModel(IlvTreeSetModel model)
Sets the underlying model.
|
Constructor and Description |
---|
IlvBufferTreeSetModel(IlvTreeSetModel model)
Creates a model that is fed by and caches the data of a given
IlvTreeSetModel . |
IlvFilterTreeSetModel(IlvTreeSetModel model)
Creates a filter model.
|
Modifier and Type | Method and Description |
---|---|
IlvTreeSetModel |
TreeSetModelEvent.getModel()
Returns the model from which this event comes.
|
Constructor and Description |
---|
TreeSetModelEvent(IlvTreeSetModel source,
TreeSetModelEvent.Type type)
Creates an event.
|
TreeSetModelEvent(IlvTreeSetModel source,
TreeSetModelEvent.Type type,
int column,
boolean oldValue,
boolean newValue)
Creates an event.
|
TreeSetModelEvent(IlvTreeSetModel source,
TreeSetModelEvent.Type type,
int column,
IlvDataColumnInfo columnInfo)
Creates an event.
|
TreeSetModelEvent(IlvTreeSetModel source,
TreeSetModelEvent.Type type,
int column,
Object oldValue,
Object newValue)
Creates an event.
|
TreeSetModelEvent(IlvTreeSetModel source,
TreeSetModelEvent.Type type,
Object object,
TreePath objectPath,
boolean recursive,
int column)
Creates an event.
|
TreeSetModelEvent(IlvTreeSetModel source,
TreeSetModelEvent.Type type,
Object parent,
TreePath parentPath,
Object[] objects)
Creates an event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.