Package | Description |
---|---|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graph.background |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.tgo.datasource |
Provides
IltObject Datasource support. |
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.model.internal | |
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
ilog.views.chart.data.xml |
This package contains readers and writers that allow read/write Chart
data from/to org.w3c.dom.Document object.
|
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.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.
|
ilog.views.schedule.data |
Contains data set implementations that derive numerical information from
Gantt data models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractDataSource
Abstract implementation of data source that provides notification support.
|
class |
IlpDefaultDataSource
Default data sources.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpAbstractAdapter.setBatchable(IlvBatchable batchable)
Sets the batch modification delegate used by this adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractEquipmentModel
This class is an implementation of the
IlpEquipmentModel
interface. |
class |
IlpDefaultEquipmentModel
This class is the default implementation of the
IlpEquipmentModel interface. |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphModel
This class is an implementation of the
IlpGraphModel
interface which handles the notification to listeners of the model. |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractBackground
Abstract implementation of
IlpBackground that should be directly
subclassed when non-IlvMapDataSource backgrounds are to be introduced. |
class |
IlpAbstractIVLBackground
This type of background allows one to integrate backgrounds described in the
Rogue Wave JViews
IVL file format as a background in JViews TGO. |
class |
IlpAbstractMapDataSourceBackground
This type servers as base type for background implementations that wish to
use the IlvMapDataSource facilities, by implementing the common functionality
needed for such backgrounds.
|
class |
IlpImageBackground
Support for using an image file as background.
|
class |
IlpImageTileBackground
Support for using a set of image files, each representing a tile,
as background.
|
class |
IlpIVLFrameworkBackground
This type of background allows one to integrate backgrounds described in the
Rogue Wave JViews
IVL file format that contain JViews Framework only
content as a background in JViews TGO. |
class |
IlpIVLMapBackground
This type of background allows one to integrate backgrounds described in the
Rogue Wave JViews
IVL file format that contain JViews Maps content
as a background in JViews TGO. |
class |
IlpMIDMIFBackground
Support for using MapInfo
.mif/.mid files as background. |
class |
IlpShapeBackground
Provides support for using ESRI
.shp Shape files as background. |
class |
IlpSVGBackground
Support for using Scalable Vector Graphics (SVG) files as background.
|
class |
IlpSVGZBackground
Support for using Scalable Vector Graphics (SVG) files as background when
compressed within a
GZIP file. |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractNetworkModel
This class is an implementation of the
IlpNetworkModel
interface that handles the notification of the model to listeners. |
class |
IlpDefaultNetworkModel
This class is the default implementation of the
IlpNetworkModel
interface. |
Modifier and Type | Class and Description |
---|---|
class |
IltDefaultDataSource
Data source dedicated to support
IltObject class
and its subclasses. |
Modifier and Type | Class and Description |
---|---|
class |
IltAlarmSystem
This class defines the system of alarms used by a certain telecom object.
|
class |
IltStateSystem
This class defines the model of states which will be used by a telecom
object.
|
Modifier and Type | Class and Description |
---|---|
class |
ilog.tgo.model.internal.IltBaseSystem
This class defines a generic system, which do not have information
associated, but which can have listeners and mapper to translate its
information into decoration.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractDataSet
This abstract class provides default implementations for some of the methods
in the
IlvDataSet interface. |
class |
IlvAbstractDataSource
This abstract class provides default implementations for some of the methods
in the
IlvDataSource interface. |
class |
IlvAbstractTableDataSource
A data source that displays elements of a table.
|
class |
IlvCombinedDataSet
Represents a data set expressed as a combination of other data sets.
|
class |
IlvCyclicDataSet
Implements a data set where values are stored in a fixed-size buffer.
|
class |
IlvDefaultDataSet
Default data set that accesses data stored in memory.
|
class |
IlvDefaultDataSource
A default data source implementation.
|
class |
IlvFilterDataSet
This class is a base class for data sets that encapsulate other
data sets.
|
class |
IlvFunctionDataSet
A data set implemented as a function call.
|
class |
IlvInputDataSource
A data source that loads data sets from an input source, using
a given data reader.
|
class |
IlvJDBCDataSource
A data source that loads data from a database.
|
class |
IlvMovingAvgDataSet
Implements a data set that computes the moving average of another data set.
|
class |
IlvSwingTableDataSource
A data source that handles data stored in a
TableModel . |
class |
IlvTreeTableDataSource
This class encapsulates a tree-table or table-like model in an
IlvDataSource . |
class |
IlvXSortedDataSet
This class encapsulates a data set and sorts its data points so that the
X values are in ascending order.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLODDataSet
A data set that loads its contents on demand.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvXMLDataSource
A data source that reads data from an XML file.
|
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 | 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. |
Modifier and Type | Class and Description |
---|---|
class |
IlvResourceDataSet
This class extends a chart data set and
represents a numerical attribute of all the
reservations assigned to a
resource versus time.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.