Package | Description |
---|---|
ilog.views.sdm.model |
Contains the predefined data models in the SDM package.
|
ilog.views.sdm.swing |
Contains JFC/Swing-based components that can be used
to build a complete GUI with the SDM facilities.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractSDMModel
The class
IlvAbstractSDMModel
implements an SDM model whose nodes and links
are instances of the IlvSDMNode
and IlvSDMLink interfaces. |
class |
IlvDefaultSDMModel
The class
IlvDefaultSDMModel
is a subclass of IlvAbstractSDMModel
that stores the SDM nodes and links in memory. |
class |
IlvFilterSDMModel
The class
IlvFilterSDMModel is
a base class for SDM models that encapsulate
other models. |
class |
IlvJavaBeanSDMModel
IlvJavaBeanSDMModel is an SDM data model
that uses the Java introspection mechanism. |
class |
IlvJDBCSDMModel
This class implements an SDM model that reads its contents from
a database through the JDBC API.
|
class |
IlvMultipleSDMModel
The class
IlvMultipleSDMModel lets you combine several SDM models
(called the "submodels")
into a single one. |
class |
IlvRDFSDMModel
A metadata filter model that manages the
metadata as RDF.
|
class |
IlvTableSDMModel
This class is an adapter between a Swing
TableModel
and an IlvSDMModel . |
Modifier and Type | Class and Description |
---|---|
static class |
IlvSDMUndoManager.UndoSDMModel
This class is the filtering SDM data model that records
in the undo manager all the editing calls on the underlying
data model.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.