Package | Description |
---|---|
ilog.views.diagrammer |
The main package of the diagram component.
|
ilog.views.diagrammer.datasource |
Contains the classes that define Diagrammer data sources.
|
ilog.views.diagrammer.faces.component.data |
This package contains the high level JViews Diagrammer Faces data sources.
|
ilog.views.diagrammer.project |
Contains the classes that manage Diagrammer projects.
|
Modifier and Type | Method and Description |
---|---|
IlvDiagrammerDataSource |
IlvDiagrammer.getDataSource()
Returns the current data source of this diagram component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammer.setDataSource(IlvDiagrammerDataSource dataSource)
Sets the data source of this diagram component.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvJDBCDataSource
A JDBC data source for the diagram component.
|
class |
IlvXMLDataSource
An XML data source for the diagram component.
|
Modifier and Type | Method and Description |
---|---|
static IlvDiagrammerDataSource |
IlvDiagrammerDataSource.deserialize(Element element,
URL baseURL)
Deserializes a data source from the specified DOM element.
|
Modifier and Type | Method and Description |
---|---|
IlvDiagrammerDataSource |
IlvFacesDiagrammerDataSource.getValue()
Returns the wrapped
IlvDataSource instance handled by this
component. |
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesDiagrammerDataSource.setValue(IlvDiagrammerDataSource value)
Sets the wrapped
IlvDataSource instance handled by this
component. |
Modifier and Type | Method and Description |
---|---|
IlvDiagrammerDataSource |
IlvDiagrammerProject.getDataSource()
Returns the data source of this Diagrammer project.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammerProject.setDataSource(IlvDiagrammerDataSource dataSource)
Sets the data source of this Diagrammer project.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.