Package | Description |
---|---|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.diagrammer |
The main package of the diagram component.
|
ilog.views.diagrammer.application |
Contains classes to easily build Swing applications or applets using the diagram
component.
|
ilog.views.diagrammer.datasource |
Contains the classes that define Diagrammer data sources.
|
ilog.views.diagrammer.project |
Contains the classes that manage Diagrammer projects.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDashboardDiagram.addStyleSheet(URL url)
This method is not supported by
IlvDashboardDiagram . |
void |
IlvDashboardDiagram.readDashboard(Document document,
boolean selection,
double dx,
double dy)
Reads the dashboard diagram contents from
document . |
void |
IlvDashboardDiagram.readDashboard(URL url)
Read the dashboard diagram XML format file from
url . |
static void |
IlvDashboardDOM.readDashboardDOM(IlvDashboardDiagram diagram,
Document document)
Reads the dashboard diagram contents from a DOM
Element . |
void |
IlvDashboardDiagram.setProject(IlvDiagrammerProject project)
Loads a JViews Diagrammer project into this dashboard diagram.
|
void |
IlvDashboardDiagram.writeDashboard(URL url)
Writes the dashboard diagram contents in XML format to
url . |
void |
IlvDashboardDiagram.writeData() |
void |
IlvDashboardDiagram.writeDataFile(URL url) |
void |
IlvDashboardDiagram.writeProjectFile(URL projectURL) |
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammer.addStyleSheet(URL url)
Adds a style sheet to this diagram component.
|
void |
IlvDiagrammer.refresh()
Refreshes the diagram.
|
void |
IlvDiagrammer.removeStyleSheet(URL url)
Removes a style sheet from this diagram component.
|
void |
IlvDiagrammer.setDataFile(URL url)
Loads the contents of the specified XML file into this diagram component.
|
void |
IlvDiagrammer.setDataSource(IlvDiagrammerDataSource dataSource)
Sets the data source of this diagram component.
|
void |
IlvDiagrammer.setProject(IlvDiagrammerProject project)
Loads a project in this diagram component.
|
void |
IlvDiagrammer.setProject(IlvDiagrammerProject project,
boolean loadData)
Deprecated.
replaced by
IlvDiagrammer.setProject(IlvDiagrammerProject) |
void |
IlvDiagrammer.setStyleSheet(URL url)
Sets the URL of the style sheet used by this diagram component to render the graph.
|
void |
IlvDiagrammer.writeData()
Writes the diagram to the current data source.
|
void |
IlvDiagrammer.writeDataFile(String filename)
Writes the current diagram to a data file.
|
void |
IlvDiagrammer.writeDataFile(URL url)
Writes the current diagram to the specified data URL.
|
void |
IlvDiagrammer.writeProjectFile(URL projectURL)
Writes the diagrammer project file to the specified URL.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammerPaletteBar.setPaletteURL(URL paletteURL)
Changes the palette URL, and updates the contents of the toolbar.
|
void |
IlvDiagrammerPaletteBar.setStyleSheet(URL styleSheet)
Changes the style sheet, and updates the contents of the toolbar.
|
Constructor and Description |
---|
IlvDiagrammerPaletteBar()
Creates a new, horizontal diagrammer palette bar with a default palette URL
and style sheet.
|
IlvDiagrammerPaletteBar(boolean automatic,
int orientation)
Creates a new empty palette bar with a specified orientation.
|
IlvDiagrammerPaletteBar(URL paletteURL,
URL styleSheet,
int orientation)
Creates a new diagrammer palette bar.
|
Modifier and Type | Method and Description |
---|---|
static IlvDiagrammerDataSource |
IlvDiagrammerDataSource.deserialize(Element element,
URL baseURL)
Deserializes a data source from the specified DOM element.
|
protected void |
IlvXMLDataSource.deserializeImpl(Element element)
Deserializes the parameters of this data source from the specified DOM element.
|
protected void |
IlvJDBCDataSource.deserializeImpl(Element element)
Deserializes the parameters of this data source from the specified DOM element.
|
protected abstract void |
IlvDiagrammerDataSource.deserializeImpl(Element element)
This method must be implemented by subclasses to read their parameters
from an XML configuration file.
|
void |
IlvXMLDataSource.read(IlvDiagrammer diagrammer)
Reads the XML data file and sends it to the diagram component for rendering.
|
void |
IlvJDBCDataSource.read(IlvDiagrammer diagrammer)
Executes the database queries and sends the resulting data to the diagram
component for rendering.
|
abstract void |
IlvDiagrammerDataSource.read(IlvDiagrammer diagrammer)
Reads data from this data source into a diagram component,
IlvDiagrammer . |
void |
IlvDiagrammerDataSource.serialize(Element element,
URL baseURL)
Serializes this data source to the specified DOM element.
|
protected void |
IlvXMLDataSource.serializeImpl(Element element)
Serializes the parameters of this data source to the specified DOM element.
|
protected void |
IlvJDBCDataSource.serializeImpl(Element element)
Serializes the parameters of this data source to the specified DOM element.
|
protected abstract void |
IlvDiagrammerDataSource.serializeImpl(Element element)
This method must be implemented by subclasses to save their parameters
to the XML configuration file.
|
void |
IlvXMLDataSource.write(IlvDiagrammer diagrammer)
Writes the data from the diagram component to the XML data file.
|
void |
IlvJDBCDataSource.write(IlvDiagrammer diagrammer)
Throws an exception because JDBC data sources do not support writing.
|
abstract void |
IlvDiagrammerDataSource.write(IlvDiagrammer diagrammer)
Writes data from a diagram component,
IlvDiagrammer , to this data source. |
Modifier and Type | Class and Description |
---|---|
class |
IlvNotAProjectException
This exception is thrown when an attempt to read a Diagrammer project
from an XML file was made, but the XML file did not contain a project
definition.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammerProject.read(URL url)
Reads the project description from a URL.
|
void |
IlvDiagrammerProject.write(URL url)
Writes the project description to a URL.
|
Constructor and Description |
---|
IlvDiagrammerProject(URL url)
Reads a Diagrammer project from an XML file.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.