Package | Description |
---|---|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.datax.adapter.connector |
Provides predefined connectors to object property mechanisms.
|
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.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 |
---|
IlvListToFlatListModel(ListModel model,
IlvPropertyConnector propaccess)
Creates a model backed by a given
ListModel , with zero columns. |
IlvListToFlatListModel(ListModel model,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the given columns. |
IlvListToFlatListModel(ListModel model,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the given columns. |
IlvListToFlatListModel(ListModel model,
IlvPropertyConnector propaccess,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with zero columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with zero columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with the given columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with the given columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with zero columns. |
IlvListToFlatTableModel(ListModel model,
IlvPropertyConnector propaccess)
Creates a model backed by a given
ListModel , with zero columns. |
IlvListToFlatTableModel(ListModel model,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the given columns. |
IlvListToFlatTableModel(ListModel model,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the given columns. |
IlvListToFlatTableModel(ListModel model,
IlvPropertyConnector propaccess,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with zero columns. |
IlvTreeToFlatTableModel(TreeModel model,
int depth,
IlvPropertyConnector propaccess)
Creates a model backed by a given
TreeModel , with zero columns. |
IlvTreeToFlatTableModel(TreeModel model,
int depth,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
TreeModel , with the given columns. |
IlvTreeToFlatTableModel(TreeModel model,
int depth,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
TreeModel , with the given columns. |
IlvTreeToFlatTableModel(TreeModel model,
int depth,
IlvPropertyConnector propaccess,
int eventsMaskHint)
Creates a model backed by a given
TreeModel , with zero columns. |
IlvTreeToTreeListModel(TreeModel model,
IlvPropertyConnector propaccess)
Creates a model backed by a given
TreeModel , with zero columns. |
IlvTreeToTreeListModel(TreeModel model,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
TreeModel , with the given columns. |
IlvTreeToTreeListModel(TreeModel model,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
TreeModel , with the given columns. |
IlvTreeToTreeListModel(TreeModel model,
IlvPropertyConnector propaccess,
int eventsMaskHint)
Creates a model backed by a given
TreeModel , with zero columns. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCollectionsConnector
This class implements access to properties of objects of type
Map . |
class |
IlvJavaBeanPropertyConnector
This class implements access to properties of objects that follow the
JavaBean pattern.
|
Constructor and Description |
---|
IlvPropertyBasedFlatListModel(Collection objects,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates a model with the given objects and the given columns.
|
IlvPropertyBasedFlatListModel(IlvPropertyConnector propaccess)
Creates an empty model, with zero columns.
|
IlvPropertyBasedFlatListModel(IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates an empty model, with the given columns.
|
Constructor and Description |
---|
IlvPropertyBasedFlatSetModel(Collection objects,
IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates a model with the given objects and the given columns.
|
IlvPropertyBasedFlatSetModel(IlvPropertyConnector propaccess)
Creates an empty model, with zero columns.
|
IlvPropertyBasedFlatSetModel(IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates an empty model, with the given columns.
|
Constructor and Description |
---|
IlvPropertyBasedTreeListModel(IlvPropertyConnector propaccess)
Creates an empty model, with zero columns.
|
IlvPropertyBasedTreeListModel(IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates an empty model, with the given columns.
|
Constructor and Description |
---|
IlvPropertyBasedTreeSetModel(IlvPropertyConnector propaccess)
Creates an empty model, with zero columns.
|
IlvPropertyBasedTreeSetModel(IlvPropertyConnector propaccess,
IlvDataColumnInfo[] columns)
Creates an empty model, with the given columns.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.