Package | Description |
---|---|
ilog.cpl.sdm | |
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.maps.defense.symbology.app6a |
This package contains classes to manage APP6a (MIL-STD-2525B) Symbols.
|
ilog.views.maps.symbology.swing |
This package contains Swing components that help in manipulating the
symbology.
|
ilog.views.sdm |
The main Rogue Wave JViews Stylable Data Mapper (SDM) package.
|
ilog.views.sdm.event |
Contains the event-related classes in the SDM package.
|
ilog.views.sdm.interactor |
Contains specialized interactors for the SDM component.
|
ilog.views.sdm.model |
Contains the predefined data models in the SDM package.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.sdm.renderer.graphlayout |
Contains the classes
IlvGraphLayoutRenderer and
IlvLinkLayoutRenderer that give access to
the Rogue Wave JViews Graph Layout capabilities. |
ilog.views.sdm.swing |
Contains JFC/Swing-based components that can be used
to build a complete GUI with the SDM facilities.
|
ilog.views.sdm.util |
Contains SDM utility classes.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
IlpAbstractSDMAdapter.getSDMModel()
Access the SDM model implementation to be used with SDM views.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IlvBPMNUtilities.isArtifact(IlvSDMModel model,
Object node)
Tests if an object is an Artifact.
|
static boolean |
IlvBPMNUtilities.isAssociation(IlvSDMModel model,
Object node)
Tests if an object is an Association.
|
static boolean |
IlvBPMNUtilities.isDefaultFlow(IlvSDMModel model,
Object flow)
Tests if the given object is a Default Sequence Flow.
|
static boolean |
IlvBPMNUtilities.isEndEvent(IlvSDMModel model,
Object node)
Tests if an object is a End Event.
|
static boolean |
IlvBPMNUtilities.isExpanded(IlvSDMModel model,
Object object)
Tests if an object is an expanded Sub-Process.
|
static boolean |
IlvBPMNUtilities.isGateway(IlvSDMModel model,
Object node)
Tests if an object is a Gateway.
|
static boolean |
IlvBPMNUtilities.isIntermediate(IlvSDMModel model,
Object node)
Tests if an object is an Intermediate Event.
|
static boolean |
IlvBPMNUtilities.isInterruptIntermediate(IlvSDMModel model,
Object node)
Tests if an object is an Interrupt Intermediate Event.
|
static boolean |
IlvBPMNUtilities.isLane(IlvSDMModel model,
Object node)
Tests if an object is a Lane.
|
static boolean |
IlvBPMNUtilities.isMessageFlow(IlvSDMModel model,
Object flow)
Tests if the given object is a Message Flow.
|
static boolean |
IlvBPMNUtilities.isPool(IlvSDMModel model,
Object node)
Tests if an object is a Pool.
|
static boolean |
IlvBPMNUtilities.isSequenceFlow(IlvSDMModel model,
Object flow)
Tests if the given object is a Sequence Flow.
|
static boolean |
IlvBPMNUtilities.isStartEvent(IlvSDMModel model,
Object node)
Tests if an object is a Start Event.
|
static boolean |
IlvBPMNUtilities.isSubProcess(IlvSDMModel model,
Object object)
Tests if an object is a Sub-Process.
|
static boolean |
IlvBPMNUtilities.isTask(IlvSDMModel model,
Object node)
Tests if an object is a Task.
|
static boolean |
IlvBPMNUtilities.isTransaction(IlvSDMModel model,
Object object)
Tests if the given object is a Transaction.
|
protected void |
IlvBPMNMakeSDMLinkInteractor.setLinkProperties(IlvSDMModel model,
Object link)
Sets the initial properties of the newly created link.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
IlvDashboardSymbol.getModel()
Returns the SDM Model corresponding to the dashboard diagram of
this symbol.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvApp6aSymbologyTreeViewActions.createSymbol(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Creates a new symbol interactively.
|
Object |
IlvApp6aSymbologyTreeViewActions.dropSymbolAt(IlvSDMModel model,
Object data,
Double lonRad,
Double latRad)
Returns null (you cannot drop an app6 symbol)
|
Object |
IlvApp6aSymbologyTreeViewActions.duplicateSymbol(IlvSDMModel model,
Object node)
Duplicated the symbol
|
void |
IlvApp6aSymbologyTreeViewActions.editSymbol(IlvSDMModel model,
Object node,
IlvApplyObject applier)
Shows an app6a symbol edition dialog
|
void |
IlvApp6aSymbologyTreeViewActions.editSymbology(IlvSDMModel model,
IlvApplyObject applier)
Not implemented
|
boolean |
IlvApp6aSymbologyTreeViewActions.isCreateSymbolEnabled(IlvSDMModel model)
Returns true
|
boolean |
IlvApp6aSymbologyTreeViewActions.isDuplicateSymbolEnabled(IlvSDMModel model)
Returns true
|
boolean |
IlvApp6aSymbologyTreeViewActions.isEditSymbolEnabled(IlvSDMModel model)
Returns true
|
boolean |
IlvApp6aSymbologyTreeViewActions.isEditSymbologyEnabled(IlvSDMModel model)
Returns false
|
boolean |
IlvApp6aSymbologyTreeViewActions.isPropertyIgnored(IlvSDMModel model,
Object node,
String propertyName)
This method ignores the "this" property because it is set at construction time.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSymbologyTreeViewActions.createGroup(IlvSDMModel model,
Object parentgroup,
IlvApplyObject applier)
Creates a new group interactively.
|
void |
IlvAbstractGroupTreeViewActions.createGroup(IlvSDMModel model,
Object parentgroup,
IlvApplyObject applier)
Creates a group.
|
void |
IlvSymbologyTreeViewActions.createSymbol(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Creates a new symbol interactively.
|
Object |
IlvSymbologyTreeViewActions.dropSymbolAt(IlvSDMModel model,
Object data,
Double lonRad,
Double latRad)
Acts on symbol data dropped on the view.
|
Object |
IlvSymbologyTreeViewActions.duplicateSymbol(IlvSDMModel model,
Object node)
Duplicates the input symbol.
|
void |
IlvSymbologyTreeViewActions.editGroup(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Edits a specific group.
|
void |
IlvAbstractGroupTreeViewActions.editGroup(IlvSDMModel model,
Object group,
IlvApplyObject applier)
Renames a group.
|
void |
IlvSymbologyTreeViewActions.editSymbol(IlvSDMModel model,
Object node,
IlvApplyObject applier)
Edits a specific symbol.
|
void |
IlvSymbologyTreeViewActions.editSymbology(IlvSDMModel model,
IlvApplyObject applier)
Edits the entire symbology as a whole.
|
boolean |
IlvSymbologyTreeViewActions.isCreateGroupEnabled(IlvSDMModel model)
Returns
true if the method createGroup is
enabled. |
boolean |
IlvAbstractGroupTreeViewActions.isCreateGroupEnabled(IlvSDMModel model)
Returns
true . |
boolean |
IlvSymbologyTreeViewActions.isCreateSymbolEnabled(IlvSDMModel model)
Returns
true if the method createSymbol is
enabled. |
boolean |
IlvSymbologyTreeViewActions.isDuplicateSymbolEnabled(IlvSDMModel model)
Returns
true if the method duplicateSymbol is
enabled. |
boolean |
IlvSymbologyTreeViewActions.isEditGroupEnabled(IlvSDMModel model)
Returns
true if the method editGroup is
enabled. |
boolean |
IlvAbstractGroupTreeViewActions.isEditGroupEnabled(IlvSDMModel model)
Returns
true |
boolean |
IlvSymbologyTreeViewActions.isEditSymbolEnabled(IlvSDMModel model)
Returns
true if the method editSymbol is
enabled. |
boolean |
IlvSymbologyTreeViewActions.isEditSymbologyEnabled(IlvSDMModel model)
Returns
true if the method editSymbology is
enabled. |
boolean |
IlvPersistentSDMNodeFactory.isPropertyIgnored(IlvSDMModel model,
Object node,
String name)
Indicates whether a property that is saved should be ignored at read time.
|
void |
IlvSymbologyTreeView.setNodeVisible(IlvSDMModel model,
Object node,
boolean v)
Makes a node or a group visible or invisible.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
IlvSDMView.getModel()
Returns the current data model.
|
IlvSDMModel |
IlvSDMEngine.getModel()
Returns the current data model.
|
Modifier and Type | Method and Description |
---|---|
ComponentOrientation |
IlvSDMEngine.getComponentOrientation(IlvSDMModel model,
Object obj,
ComponentOrientation fallBackComponentOrientation)
Returns the component orientation for a model object, from the subgrapher
that will contain the graphic object or from the context.
|
ULocale |
IlvSDMEngine.getULocale(IlvSDMModel model,
Object obj,
ULocale fallBackLocale)
Returns the locale for a model object, from the subgrapher that will
contain the graphic object or from the context.
|
void |
IlvSDMView.setModel(IlvSDMModel model)
Changes the data model used by this SDM view.
|
void |
IlvSDMEngine.setModel(IlvSDMModel model)
Changes the data model used by this SDM engine.
|
void |
IlvSDMEngine.setModel(IlvSDMModel model,
boolean reload)
Changes the data model used by this SDM engine.
|
Constructor and Description |
---|
IlvSDMEngine(IlvGrapher grapher,
IlvSDMModel model)
Creates an SDM engine with a specified grapher
and data model.
|
IlvSDMView(IlvSDMModel model)
Creates an SDM view with the specified SDM model.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
SDMModelEvent.getModel()
Returns the source of this event, cast
to the type
IlvSDMModel . |
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
IlvMakeSDMNodeInteractor.getPrototypeModel()
Returns the data model that the prototype object belongs to.
|
IlvSDMModel |
IlvMakeSDMLinkInteractor.getPrototypeModel()
Returns the data model that the prototype object belongs to.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvMakeSDMLinkInteractor.setLinkProperties(IlvSDMModel model,
Object link)
Sets the initial properties of the newly created link.
|
protected void |
IlvMakeSDMNodeInteractor.setNodeProperties(IlvSDMModel model,
Object node)
Sets the initial properties of the newly created node.
|
void |
IlvMakeSDMNodeInteractor.setPrototypeObject(IlvSDMModel model,
Object object)
Sets the object that will be used as a prototype by this
interactor to create new nodes.
|
void |
IlvMakeSDMLinkInteractor.setPrototypeObject(IlvSDMModel model,
Object object)
Sets the object that will be used as a prototype by this
interactor to create new links.
|
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 |
IlvBasicSDMModel
This class is a basic implementation of the
IlvSDMModel interface. |
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 | Method and Description |
---|---|
IlvSDMModel |
IlvFilterSDMModel.getFilteredModel()
Returns the filtered model, that is, the model that
this filtering model encapsulates.
|
IlvSDMModel |
IlvMultipleSDMModel.OwnedObject.getModel()
Returns the SDM model that owns this object.
|
protected IlvSDMModel |
IlvMultipleSDMModel.getModel(Object obj)
This method determines the model to which an object belongs.
|
IlvSDMModel[] |
IlvMultipleSDMModel.getModels()
Returns the submodels that this multiple model combines.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMultipleSDMModel.addModel(IlvSDMModel model)
Adds a submodel at the end of the list.
|
void |
IlvMultipleSDMModel.addModel(IlvSDMModel model,
int index)
Adds a submodel at a specified position.
|
void |
IlvMultipleSDMModel.removeModel(IlvSDMModel model)
Removes a submodel.
|
void |
IlvFilterSDMModel.setFilteredModel(IlvSDMModel model)
Sets the filtered model, that is, the model that
this filtering model encapsulates.
|
void |
IlvMultipleSDMModel.OwnedObject.setModel(IlvSDMModel ownerModel)
Sets the SDM model that owns this object.
|
protected void |
IlvMultipleSDMModel.setModel(Object obj,
IlvSDMModel model)
This method is called every time an object is returned by the
enumeration resulting from the
IlvMultipleSDMModel.getObjects() method. |
void |
IlvMultipleSDMModel.setModels(IlvSDMModel[] models)
Sets the submodels that this multiple model combines.
|
Constructor and Description |
---|
IlvFilterSDMModel(IlvSDMModel filteredModel)
Creates a new filtering model for a specified filtered model.
|
IlvMultipleSDMModel(IlvSDMModel[] models)
Creates a new multiple model that combines the specified submodels.
|
IlvPreorderEnumeration(IlvSDMModel model)
Creates a new enumeration that returns all the objects
of a model in preorder.
|
IlvRDFSDMModel(IlvSDMModel filteredModel)
Creates a new
IlvRDFSDMModel for a specified filtered model. |
Modifier and Type | Method and Description |
---|---|
Object |
IlvStyleSheetRenderer.customizeBean(IlvSDMModel model,
Object node,
Object bean,
String[] pseudos,
boolean init)
Creates and customizes a bean according to the style sheet and
the model state.
|
Object |
IlvStyleSheetRenderer.customizeBeanWithDeclarations(ilog.views.util.css.IlvApplicableDeclarationCollection decls,
IlvSDMModel model,
Object node,
Object bean,
String[] pseudos,
boolean init)
Same as
IlvStyleSheetRenderer.customizeBean(ilog.views.sdm.IlvSDMModel, java.lang.Object, java.lang.Object, java.lang.String[], boolean) , but provides the declarations to create and
customize the bean |
Map<String,ilog.views.util.css.parser.Declaration> |
IlvStyleSheetRenderer.getDebugGraphicDecls(IlvSDMModel model,
Object node,
String[] pseudos,
Map<String,ilog.views.util.css.parser.Declaration> result)
Returns an hashtable String ->
Declaration of CSS declarations
found for a given model object. |
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
IlvSDMObjectComparator.DataModelAttributeSortCriteria.getSDMModel()
Returns the SDM model containing the objects.
|
IlvSDMModel |
IlvSDMObjectComparator.ModelOrderSortCriteria.getSDMModel()
Returns the SDM model containing the objects.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMModel |
IlvSDMTableModel.getSDMModel()
Returns the SDM model for which this table model
is an adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSDMTableModel.setSDMModel(IlvSDMModel SDMModel)
Sets the SDM model for which this table model
is an adapter.
|
Constructor and Description |
---|
IlvSDMTableModel(IlvSDMModel SDMModel,
String tag)
Creates a new SDM table model that describes the
objects of an SDM model.
|
UndoSDMModel(IlvSDMModel filteredModel,
IlvSDMUndoManager undoManager)
Creates a new undo model for a specified filtered model.
|
Modifier and Type | Method and Description |
---|---|
protected IlvSDMModel |
IlvXMLConnector.getModel()
Returns the SDM data model that is currently being read
or written.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvXSLConnector.buildDOM(Document document,
IlvSDMModel model,
Enumeration objects)
Builds a DOM tree transformed using the output XSL templates.
|
protected void |
IlvXMLConnector.buildDOM(Document document,
IlvSDMModel model,
Enumeration objects)
This method is called by
writeXML
to build a DOM tree that represents the specified SDM data model. |
Enumeration |
IlvXMLConnector.readDOM(IlvSDMModel model,
Document document,
boolean insert,
Hashtable properties)
Reads an SDM model from a DOM document.
|
Enumeration |
IlvXMLConnector.readXML(IlvSDMModel model,
InputStream in,
boolean insert,
Hashtable properties)
Reads an SDM model from an XML input stream.
|
Enumeration<?> |
IlvXMLConnector.readXML(IlvSDMModel model,
Reader reader,
boolean insert,
Hashtable properties)
Reads an SDM model from an XML input stream.
|
Enumeration |
IlvXMLConnector.readXML(IlvSDMModel model,
String url,
boolean insert,
Hashtable properties)
Reads an SDM model from an XML input URL.
|
void |
IlvXMLConnector.writeDOM(IlvSDMModel model,
Document document,
Enumeration objects,
Hashtable properties)
Writes a set of objects from an SDM model to a DOM document.
|
void |
IlvXMLConnector.writeXML(IlvSDMModel model,
OutputStream out,
Enumeration objects,
Hashtable properties)
Writes a set of objects from an SDM model to an XML output stream.
|
void |
IlvXMLConnector.writeXML(IlvSDMModel model,
Writer writer,
Enumeration objects,
Hashtable properties)
Writes a set of objects from an SDM model to an XML writer.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.