Package | Description |
---|---|
ilog.views.dashboard |
Contains the classes for the Dashboard support.
|
ilog.views.diagrammer.faces |
This package contains the classes used by the JViews Diagrammer JavaServer Faces components and
renderers.
|
ilog.views.diagrammer.faces.component |
This package contains the high level JViews Diagrammer Faces component.
|
ilog.views.diagrammer.faces.dhtml.component |
This package contains the JViews Diagrammer Faces DHTML component.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDashboardDiagram |
IlvDashboardEditor.createDashboardDiagram()
Creates an instance of
IlvDashboardDiagram |
IlvDashboardDiagram |
IlvDashboardEditor.getCurrentDashboardDiagram()
Returns the currently selected dashboard diagram in its dashboard container.
|
IlvDashboardDiagram |
IlvDashboardSymbol.getDiagram()
Returns the
IlvDashboardDiagram instance containing this
symbol. |
IlvDashboardDiagram |
IlvDashboardPanel.getDiagram()
Returns the dashboard diagram currently being edited in the Dashboard
Editor.
|
IlvDashboardDiagram |
IlvDashboardInteractor.getDiagram()
Returns the dashboard diagram attached to this interactor.
|
IlvDashboardDiagram |
IlvDashboardTabbedPane.getSelectedDashboardDiagram()
Returns the currently selected
IlvDashboardDiagram instance. |
IlvDashboardDiagram |
IlvDashboardContainer.getSelectedDashboardDiagram()
Returns the currently selected
IlvDashboardDiagram instance. |
IlvDashboardDiagram |
IlvDashboardDiagramIterator.next()
Returns the next dashboard diagram in the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDashboardTabbedPane.addDashboardDiagram(IlvDashboardDiagram diagram)
Add
diagram to this container instance. |
void |
IlvDashboardContainer.addDashboardDiagram(IlvDashboardDiagram diagram)
Add
diagram to this container instance. |
static Element |
IlvDashboardDOM.buildDashboardDOM(Document document,
IlvDashboardDiagram diagram)
Builds a DOM Element describing an
IlvDashboardDiagram
instance. |
protected void |
IlvDashboardEditor.dashboardAdded(IlvDashboardDiagram diagram)
Invoked when a new dashboard diagram has been added to the
Dashboard Editor.
|
protected void |
IlvDashboardEditor.dashboardRead(IlvDashboardDiagram diagram)
Invoked when a dashboard has read its contents.
|
protected void |
IlvDashboardEditor.dashboardRemoved(IlvDashboardDiagram diagram)
Invoked when a dashboard diagram is removed from the
Dashboard Editor.
|
protected void |
IlvDashboardEditor.dashboardWritten(IlvDashboardDiagram diagram)
Invoked when a dashboard has saved its contents.
|
protected void |
IlvDashboardLinkManager.enterLinkCreationMode(IlvDashboardDiagram dashboard,
IlvPaletteSymbol link)
This method is invoked before the Dashboard Editor switches to
link creation mode.
|
protected void |
IlvDashboardLinkManager.exitLinkCreationMode(IlvDashboardDiagram dashboard)
This method is invoked when the Dashboard Editor exits
link creation mode.
|
protected boolean |
IlvDashboardLinkManager.isLinkCreationAllowed(IlvDashboardDiagram dashboard)
Tests whether the Dashboard Editor is in a state that allows creating links,
for example,there are at least two nodes in the dashboard
diagram.
|
protected boolean |
IlvDashboardEditManager.isSymbolCreationAllowed(IlvDashboardDiagram dashboard,
IlvPaletteSymbol paletteSymbol)
Tests if the dragged symbol is accepted by the given
dashboard
diagram. |
protected boolean |
IlvDashboardLinkManager.processDestination(IlvDashboardDiagram dashboard,
Point point)
This function is called by the Make Link interactor at each mouse
motion event, when the user chooses the link destination.
|
protected boolean |
IlvDashboardLinkManager.processOrigin(IlvDashboardDiagram dashboard,
Point point)
This function is repeatedly called when the user moves the mouse
while choosing the link origin symbol.
|
static void |
IlvDashboardDOM.readDashboardDOM(IlvDashboardDiagram diagram,
Document document)
Reads the dashboard diagram contents from a DOM
Element . |
void |
IlvDashboardTabbedPane.removeDashboardDiagram(IlvDashboardDiagram diagram)
Remove
diagram from this container instance. |
void |
IlvDashboardContainer.removeDashboardDiagram(IlvDashboardDiagram diagram)
Remove
diagram from this container instance. |
void |
IlvDashboardEditor.setCurrentDashboardDiagram(IlvDashboardDiagram diagram)
Sets
diagram as the currently active dashboard diagram in the
dashboard container. |
void |
IlvDashboardSymbolPalette.setDiagram(IlvDashboardDiagram diagram)
Sets the dashboard diagram currently being edited in the Dashboard
Editor.
|
void |
IlvDashboardPropertyPanel.setDiagram(IlvDashboardDiagram diagram)
Sets the dashboard diagram currently being edited in the Dashboard Editor.
|
void |
IlvDashboardPanel.setDiagram(IlvDashboardDiagram diagram)
Sets the dashboard diagram currently being edited in the Dashboard
Editor.
|
void |
IlvDashboardLayerPanel.setDiagram(IlvDashboardDiagram diagram)
Sets the dashboard diagram currently being edited in the Dashboard
Editor.
|
void |
IlvDashboardTabbedPane.setSelectedDashboardDiagram(IlvDashboardDiagram diagram)
Selects the
diagram . |
void |
IlvDashboardContainer.setSelectedDashboardDiagram(IlvDashboardDiagram diagram)
Selects the
diagram . |
Constructor and Description |
---|
IlvDashboardKeySelectManager(IlvDashboardDiagram diagram)
Constructs an
IlvDashboardKeySelectManager object
to be used with diagram |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol)
Creates an instance of
IlvDashboardSymbol defined by
a specified palette symbol. |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol,
Object modelObject,
String id,
boolean defaultMapping)
Creates an instance of
IlvDashboardSymbol for a SDM model
object. |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol,
String id)
Creates an instance of
IlvDashboardSymbol defined by
a specified palette symbol, with a specific ID. |
IlvDashboardSymbol(IlvDashboardDiagram diagram,
IlvPaletteSymbol paletteSymbol,
String id,
boolean defaultMapping)
Creates an instance of
IlvDashboardSymbol defined by
a specified palette symbol, with a specific ID, and with or without
default parameter mappings. |
Modifier and Type | Method and Description |
---|---|
static IlvDashboardDiagram |
IlvFacesDiagrammerUtil.getDashboardDiagram(IlvSDMView view)
Returns the
IlvDiagrammer object attached
to an SDM view. |
Modifier and Type | Method and Description |
---|---|
IlvDashboardDiagram |
IlvFacesDashboardView.getDashboardDiagram()
Returns the dashboard
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesDashboardView.setDashboardDiagram(IlvDashboardDiagram dashboard)
Sets the dashboard.
|
Modifier and Type | Method and Description |
---|---|
IlvDashboardDiagram |
IlvFacesDHTMLDashboardView.getDashboardDiagram()
Returns the
IlvDashboardDiagram instance wrapped by
this IlvFacesDHTMLDashboardView instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.