Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.project |
Provides classes and interfaces to specify project information.
|
ilog.cpl.sdm | |
ilog.cpl.storage |
Contains classes related to data storage, including styles, datasources and deployment descriptor.
|
ilog.tgo.datasource |
Provides
IltObject Datasource support. |
Modifier and Type | Method and Description |
---|---|
IlpDataSource |
IlpTable.getDataSource()
Retrieves the current data source.
|
IlpDataSource |
IlpTree.getDataSource()
Retrieves the current data source.
|
IlpDataSource |
IlpEquipment.getDataSource()
Returns the data source that feeds the equipment.
|
IlpDataSource |
IlpNetwork.getDataSource()
Returns the data source that feeds the network.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setDataSource(IlpDataSource dataSource)
Sets the data source that will be connected to the table model by means
of an
IlpListAdapter object. |
void |
IlpTree.setDataSource(IlpDataSource dataSource)
Sets a new data source.
|
void |
IlpEquipment.setDataSource(IlpDataSource dataSource)
Sets the data source that feeds the equipment.
|
void |
IlpNetwork.setDataSource(IlpDataSource dataSource)
Sets the data source that feeds the network.
|
void |
IlpTable.setDataSource(IlpDataSource dataSource,
IlpClass acceptedClass)
Sets the data source that will be connected to the table model by means
of an
IlpListAdapter object. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableDataSource
Interface of data source with write access.
|
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 |
---|---|
IlpDataSource |
IlpAbstractAdapter.getDataSource()
Returns the data source.
|
IlpDataSource |
DataSourceManagerEvent.getDataSource()
Returns the
IlpDataSource that has been created or removed. |
Modifier and Type | Method and Description |
---|---|
Collection<IlpDataSource> |
IlpDefaultDataSourceManager.getDataSources()
Returns the data sources created in the context of this data source manager.
|
Collection<IlpDataSource> |
IlpDataSourceManager.getDataSources()
Returns the data sources created in the context of this data source manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpMutableDataSourceManager.addDataSource(IlpDataSource aDataSource)
Adds a data source to this manager.
|
void |
IlpDefaultDataSourceManager.addDataSource(IlpDataSource aDataSource)
Adds a data source to this manager.
|
boolean |
IlpDefaultDataSourceManager.hasDataSource(IlpDataSource aDataSource)
Returns
true if the given data source belongs to this manager. |
boolean |
IlpDataSourceManager.hasDataSource(IlpDataSource aDataSource)
Returns
true if the given data source belongs to this manager. |
void |
IlpMutableDataSourceManager.removeDataSource(IlpDataSource aDataSource)
Removes a data source from this manager.
|
void |
IlpDefaultDataSourceManager.removeDataSource(IlpDataSource aDataSource)
Removes a data source from this manager.
|
void |
IlpAbstractAdapter.setDataSource(IlpDataSource dataSource)
Sets the data source.
|
Constructor and Description |
---|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource)
Constructor for batch events.
|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
IlpObject object)
Constructor for add/remove events.
|
DataSourceEvent(IlEventType type,
IlpDataSource dataSource,
List<IlpObject> objects)
Constructor for add/remove events.
|
DataSourceManagerEvent(IlEventType type,
IlpDataSourceManager manager,
IlpDataSource ds)
Constructor for add/remove events.
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
Class<?> structuralInterface)
Constructor for structure changed events.
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
IlpAttribute attribute)
Constructor for attribute changed events.
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
IlpAttribute attribute,
Object newv,
Object oldv)
Constructor for attribute changed events.
|
Modifier and Type | Method and Description |
---|---|
IlpDataSource |
IlpGraphicComponent.getDataSource()
Returns the data source that feeds the network.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphicComponent.setDataSource(IlpDataSource dataSource)
Sets the data source that feeds the network.
|
Modifier and Type | Method and Description |
---|---|
IlpDataSource |
IlpProject.getDataSource()
Returns the data source of this project.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpProject.readCustomDataSource(Element dsElement,
IlpDataSource ds)
This method can be overridden to support data sources that are different
from the default data source implementation.
|
void |
IlpProject.setDataSource(IlpDataSource ds)
Sets the data source of this project.
|
protected void |
IlpProject.writeCustomDataSource(Element dsElement,
IlpDataSource ds)
This method can be overridden to support data source that are different
from the default data source implementation.
|
Modifier and Type | Method and Description |
---|---|
IlpDataSource |
IlpAbstractSDMAdapter.getDataSource()
Returns the data source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultSDMAdapter.setDataSource(IlpDataSource dataSource)
Sets the data source.
|
void |
IlpAbstractSDMAdapter.setDataSource(IlpDataSource dataSource)
Sets the data source.
|
Constructor and Description |
---|
IlpDataSourceOutput(IlpDataSource dataSource,
ContentHandler contentHandler)
Creates a data source output to output data to an XML document.
|
IlpDataSourceOutput(IlpDataSource dataSource,
Writer writer)
Creates a data source output to output data to an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
IltDefaultDataSource
Data source dedicated to support
IltObject class
and its subclasses. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.