Package | Description |
---|---|
ilog.views.sdm |
The main Perforce JViews Stylable Data Mapper (SDM) package.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.sdm.util |
Contains SDM utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvSDMEngine.processXMLProcessingInstructionProperty(String property,
String value,
String url,
boolean insert)
Processes a property read from the SDM processing instruction
in an XML file.
|
void |
IlvSDMEngine.readDOM(Document document)
Reads an SDM data model from a DOM document.
|
void |
IlvSDMEngine.readDOM(Document document,
boolean add)
Reads an SDM data model from a DOM document.
|
void |
IlvSDMEngine.readXML(InputStream stream)
Reads an XML description of an SDM data model
from an input stream.
|
void |
IlvSDMEngine.readXML(InputStream stream,
boolean add)
Reads an XML description of an SDM data model
from an input stream.
|
void |
IlvSDMEngine.readXML(Reader reader)
Reads an XML description of an SDM data model
from a
Reader . |
void |
IlvSDMEngine.readXML(Reader reader,
boolean add)
Reads an XML description of an SDM data model
from a
Reader . |
void |
IlvSDMEngine.readXML(String url)
Reads an XML description of an SDM data model
from a URL.
|
void |
IlvSDMEngine.readXML(String url,
boolean add)
Reads an XML description of an SDM data model
from a URL.
|
void |
IlvSDMView.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlvSDMEngine.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlvSDMEngine.setStyleSheets(int index,
String css,
boolean reload)
Same as
IlvSDMEngine.setStyleSheets(int, String) , with the possibility to not recreate
the diagram. |
void |
IlvSDMView.setStyleSheets(String[] styleSheet)
Changes the style sheets used by this SDM view
to render the objects of the SDM model.
|
void |
IlvSDMEngine.setStyleSheets(String[] css)
Sets the style sheet(s) used by this SDM engine
to map the data model to Perforce JViews graphic objects.
|
void |
IlvSDMEngine.setStyleSheets(String[] css,
boolean reload,
boolean recreate)
Sets the style sheet(s) used by this SDM engine
to map the data model to Perforce JViews graphic objects.
|
void |
IlvSDMView.setXMLFile(String url)
Sets the XML file containing the data to display.
|
void |
IlvSDMEngine.setXMLFile(String xmlFile)
Sets the XML file containing the data to display.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvInfoBalloonRenderer.setPrototype(String prototypeURL)
Sets the prototype (BGO) used by this renderer to
represent the info balloons.
|
void |
IlvStyleSheetRenderer.setStyleSheet(String v)
Sets the value of "styleSheet".
|
void |
IlvStyleSheetRenderer.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlvStyleSheetRenderer.setStyleSheets(String[] css)
Set style sheets (implements cascading).
|
Modifier and Type | Class and Description |
---|---|
class |
IlvNotAnSDMDocumentException
This exception is thrown by the
IlvXMLConnector when an attempt
is made to read an XML stream that does not contain an SDM document. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvXSLConnector.parse(Document document)
Transforms the document using the input XSL templates, and
calls the superclass to parse the transformed document.
|
protected void |
IlvXMLConnector.parse(Document document)
Parses a DOM document.
|
protected void |
IlvXMLConnector.parse(InputSource in)
Parses an XML input source.
|
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.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.