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.faces |
This package contains the classes used by the JViews Diagrammer JavaServer Faces components and
renderers.
|
ilog.views.diagrammer.faces.dhtml.servlet |
This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.diagrammer.servlet |
Contains the classes for implementing server-side applications based
on the Diagrammer component.
|
ilog.views.sdm.servlet |
Contains a specialized servlet that gives easy access to
the SDM facilities in thin-client mode.
|
Constructor and Description |
---|
IlvDashboardDiagram(IlvDashboardContext context,
IlvSDMView view)
Constructs an
IlvDashboardDiagram instance using a specific
IlvDashboardContext and an
IlvSDMView . |
Modifier and Type | Method and Description |
---|---|
IlvSDMView |
IlvDiagrammer.getView()
Returns the SDM view that is used internally by this diagram component.
|
Modifier and Type | Method and Description |
---|---|
protected JComponent |
IlvDiagrammer.createScrollComponent(IlvSDMView view)
Creates the scroll component for the SDM view.
|
Constructor and Description |
---|
IlvDiagrammer(IlvSDMView view)
Creates a new
ilog.views.diagrammer.IlvDiagrammer instance
containing an existing SDM view. |
Modifier and Type | Method and Description |
---|---|
static IlvDashboardDiagram |
IlvFacesDiagrammerUtil.getDashboardDiagram(IlvSDMView view)
Returns the
IlvDiagrammer object attached
to an SDM view. |
static IlvDiagrammer |
IlvFacesDiagrammerUtil.getDiagrammer(IlvSDMView view)
Returns the
IlvDiagrammer object attached
to an SDM view. |
Modifier and Type | Method and Description |
---|---|
IlvSDMView |
IlvFacesDiagrammerServletSupport.getSDMView(jakarta.servlet.http.HttpServletRequest request)
Returns the SDM view associated with this servlet.
|
Modifier and Type | Method and Description |
---|---|
IlvDiagrammer |
IlvDiagrammerServletSupport.getDiagrammer(IlvSDMView view)
Returns the
IlvDiagrammer object attached
to an SDM view. |
protected void |
IlvDiagrammerServletSupport.initSDMView(jakarta.servlet.http.HttpServletRequest request,
IlvSDMView view)
This method is overridden to load the default project if any.
|
protected boolean |
IlvDiagrammerSelectionSupport.isSelectable(jakarta.servlet.http.HttpServletRequest request,
IlvManagerServletSupport support,
IlvSDMView view,
IlvGraphic obj)
Returns whether this object can be selected or not.
|
Modifier and Type | Method and Description |
---|---|
IlvSDMView |
IlvSDMServletSupport.getSDMView(jakarta.servlet.http.HttpServletRequest request)
Returns the SDM view associated with this servlet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvSDMServletSupport.initSDMView(jakarta.servlet.http.HttpServletRequest request,
IlvSDMView view)
Initializes the SDM view after it is created for a given session.
|
void |
IlvSDMServletSupport.installImageMapAreaGenerator(jakarta.servlet.http.HttpServletRequest request,
IlvSDMView view)
Installs the image map generator.
|
void |
IlvSDMServletSupport.installImageMapAreaGenerator(IlvSDMView view)
Deprecated.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.