Package | Description |
---|---|
ilog.views.bpmn |
Contains the classes for the BPMN Support.
|
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.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.
|
ilog.views.diagrammer.servlet |
Contains the classes for implementing server-side applications based
on the Diagrammer component.
|
ilog.views.maps.faces.dhtml.component |
This package contains the JViews Maps Faces DHTML component.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDiagrammer |
IlvBPMNModeler.createDiagrammer()
Deprecated.
Creates a new diagram component.
|
protected IlvDiagrammer |
IlvBPMNFrame.createDiagrammer()
Creates a new diagram component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvBPMNModeler.group(IlvDiagrammer diagrammer)
Deprecated.
Groups the selected objects in the given diagrammer instance.
|
void |
IlvBPMNFrame.group(IlvDiagrammer diagrammer)
Groups the selected objects in the given diagrammer instance.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDashboardDiagram
IlvDashboardDiagram is used to store and manipulate
IlvDashboardSymbol and IlvGraphic objects
displayed using an IlvDashboardEditor instance. |
Modifier and Type | Method and Description |
---|---|
protected static IlvDashboardEditor |
IlvDashboardAction.getEditor(IlvDiagrammer diagrammer)
Returns the
IlvDashboardEditor instance attached to
a given IlvDashboardDiagram object. |
Modifier and Type | Method and Description |
---|---|
static IlvDiagrammer |
IlvDiagrammer.getCurrentDiagrammer(Component component)
Returns the current diagram component for the hierarchy that
contains the specified component.
|
IlvDiagrammer |
IlvDiagrammer.getPalette()
Gets the "palette" for this diagram component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammer.PrinterExceptionHandler.exceptionThrown(PrinterException ex,
IlvDiagrammer diagrammer)
Signal that an exception occurred while printing the diagram component.
|
static void |
IlvDiagrammer.setCurrentDiagrammer(Component component,
IlvDiagrammer diagrammer)
Sets the current diagram component for the hierarchy that
contains the specified component.
|
static void |
IlvDiagrammer.setCurrentDiagrammer(Component component,
IlvDiagrammer diagrammer,
boolean findCommonAncestor)
Sets the current diagram component for the hierarchy that
contains the specified component.
|
void |
IlvDiagrammer.setGroupParent(IlvDiagrammer sourceDiagrammer,
Object sourceParent)
Sets the prototype of the object that will be used by the
group() method
as a model to create the parent of the new group. |
void |
IlvDiagrammer.setPalette(IlvDiagrammer palette)
Sets the "palette bar" for this diagram component.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDiagrammer |
IlvDiagrammerFrame.createDiagrammer()
Creates a new diagram component.
|
protected IlvDiagrammer |
IlvDiagrammerApplication.createDiagrammer()
Deprecated.
Creates a new diagram component.
|
IlvDiagrammer |
IlvDiagrammerFrame.getCurrentDiagrammer()
Returns the currently active diagram component.
|
IlvDiagrammer |
IlvDiagrammerApplication.getCurrentDiagrammer()
Deprecated.
Returns the currently active diagram component.
|
IlvDiagrammer |
IlvDiagrammerTree.getDiagrammer()
Returns the diagram component to which this component is currently attached.
|
IlvDiagrammer |
IlvDiagrammerTable.getDiagrammer()
Returns the diagram component to which this component is currently attached.
|
IlvDiagrammer |
IlvDiagrammerStatusBar.getDiagrammer()
Returns the diagram component to which this component is currently attached.
|
IlvDiagrammer |
IlvDiagrammerPropertySheet.getDiagrammer()
Returns the diagram component to which this component is currently attached.
|
IlvDiagrammer |
IlvDiagrammerOverview.getDiagrammer()
Returns the diagram component to which this component is currently attached.
|
IlvDiagrammer[] |
IlvDiagrammerFrame.getDiagrammers()
Returns all the diagram components displayed by the application.
|
IlvDiagrammer[] |
IlvDiagrammerApplication.getDiagrammers()
Deprecated.
Returns all the diagram components displayed by the application.
|
IlvDiagrammer |
IlvDiagrammerPaletteAction.getPaletteDiagrammer()
Returns the diagram component used as the "source" from which nodes
or links are copied.
|
IlvDiagrammer |
IlvDiagrammerFrame.getSdiDiagrammer()
Returns the (single) diagram component when this
application is in single-document (SDI) mode.
|
IlvDiagrammer |
IlvDiagrammerApplication.getSdiDiagrammer()
Deprecated.
Returns the (single) diagram component when this
application is in single-document (SDI) mode.
|
protected IlvDiagrammer |
IlvDiagrammerFrame.newDiagram()
Creates a new diagram component in the application.
|
protected IlvDiagrammer |
IlvDiagrammerApplication.newDiagram()
Deprecated.
Creates a new diagram component in the application.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammerAction.call(IlvDiagrammer diagrammer)
Calls an action explicitly on a specified diagram component.
|
static IlvDiagrammerAction[] |
IlvDiagrammerPaletteBar.getActions(IlvDiagrammer palette,
IlvDiagrammerHashFunction hashFunction)
Creates a set of palette actions.
|
static IlvDiagrammerAction[] |
IlvDiagrammerPaletteAction.getActions(IlvDiagrammer palette,
IlvDiagrammerHashFunction hashFunction)
Creates a set of palette actions.
|
Object |
IlvDiagrammerHashFunction.hashCode(IlvDiagrammer diagrammer,
Object obj)
Returns the hash code for a node or a link in a diagram component.
|
protected boolean |
IlvDiagrammerPaletteAction.isEnabled(IlvDiagrammer diagrammer)
Returns
true if the target diagram component is not null . |
protected abstract boolean |
IlvDiagrammerAction.isEnabled(IlvDiagrammer diagrammer)
This method is called to determine whether this action is currently enabled.
|
protected boolean |
IlvDiagrammerAction.FileAction.isEnabled(IlvDiagrammer diagrammer)
This method is called to determine whether this action is currently enabled.
|
protected boolean |
IlvDiagrammerPaletteAction.isSelected(IlvDiagrammer diagrammer)
Returns
true if this action is currently selected, that is,
if waiting for the user to create a node or link. |
protected boolean |
IlvDiagrammerAction.isSelected(IlvDiagrammer diagrammer)
This method is called to determine whether this action is currently selected.
|
protected abstract boolean |
IlvDiagrammerAction.ToggleAction.isSelected(IlvDiagrammer diagrammer)
This method is called to determine if this action is currently selected.
|
protected abstract void |
IlvDiagrammerAction.FileAction.openOrSave(ActionEvent e,
IlvDiagrammer diagrammer,
URL url)
Open or save action.
|
void |
IlvDiagrammerPaletteAction.perform(ActionEvent e,
IlvDiagrammer diagrammer)
Installs a node or link creation interaction in the target diagram component.
|
abstract void |
IlvDiagrammerAction.perform(ActionEvent e,
IlvDiagrammer diagrammer)
This method is called when the action is performed.
|
void |
IlvDiagrammerAction.ToggleAction.perform(ActionEvent e,
IlvDiagrammer diagrammer)
Toggles the "selected" state of the
action and calls the abstract
IlvDiagrammerAction.ToggleAction.isSelected(IlvDiagrammer) and
IlvDiagrammerAction.ToggleAction.setSelected(IlvDiagrammer,boolean)
methods. |
void |
IlvDiagrammerAction.FileAction.perform(ActionEvent e,
IlvDiagrammer diagrammer)
This method is called when the action is performed.
|
void |
IlvDiagrammerAction.Handler.perform(IlvDiagrammerAction action,
IlvDiagrammer diagrammer,
ActionEvent event)
This method is called when an
IlvDiagrammerAction
is performed. |
void |
IlvDiagrammerTree.setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagram component to which this component is attached.
|
void |
IlvDiagrammerTable.setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagram component to which this component is attached.
|
void |
IlvDiagrammerStatusBar.setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagram component to which this component is attached.
|
void |
IlvDiagrammerPropertySheet.setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagram component to which this component is attached.
|
void |
IlvDiagrammerOverview.setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagram component to which this component is attached.
|
protected abstract void |
IlvDiagrammerAction.ToggleAction.setSelected(IlvDiagrammer diagrammer,
boolean selected)
This method is called when the selected state of the action changes.
|
protected void |
IlvDiagrammerPaletteAction.update(IlvDiagrammer diagrammer)
Updates this action according to the state of the diagram component.
|
protected void |
IlvDiagrammerAction.update(IlvDiagrammer diagrammer)
Updates the state of this action.
|
void |
IlvDiagrammerAction.Handler.update(IlvDiagrammerAction action,
IlvDiagrammer diagrammer)
This method is called when the state (enabled/disabled, selected/unselected)
of an
IlvDiagrammerAction is queried. |
static void |
IlvDiagrammerAction.updateActions(Component component,
IlvDiagrammer diagrammer)
Updates all the actions linked to buttons contained in the specified component
hierarchy.
|
Constructor and Description |
---|
IlvDiagrammerPaletteAction(IlvDiagrammer palette,
Object object)
Creates a new action that creates a copy of the specified node or link.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 | Method and Description |
---|---|
static IlvDiagrammer |
IlvFacesDiagrammerUtil.getDiagrammer(IlvSDMView view)
Returns the
IlvDiagrammer object attached
to an SDM view. |
Modifier and Type | Method and Description |
---|---|
static void |
IlvFacesDiagrammerUtil.setPseudos(IlvDiagrammer diagrammer)
Sets pseudo class thin client to be able to read maps in a idpr or a diagrammer data source.
|
Modifier and Type | Method and Description |
---|---|
IlvDiagrammer |
IlvFacesDiagrammerView.getDiagrammer()
Returns the
IlvDiagrammer instance wrapped by this IlvFacesDiagrammer instance. |
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesDiagrammerView.setDiagrammer(IlvDiagrammer diagrammer)
Sets the
IlvDiagrammer wrapped by this IlvFacesDiagrammer instance. |
Modifier and Type | Method and Description |
---|---|
IlvDiagrammer |
IlvFacesDHTMLDiagrammerView.getDiagrammer()
Returns the
IlvDiagrammer instance wrapped by
this IlvFacesDiagrammer instance. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlvFacesDiagrammerPropertyAccessor.acceptGetProperty(IlvDiagrammer diagrammer,
Object object,
String propertyName)
This default implementation calls
IlvFacesDiagrammerPropertyAccessor.acceptProperty(IlvDiagrammer, Object, String) . |
protected boolean |
IlvFacesDiagrammerPropertyAccessor.acceptProperty(IlvDiagrammer diagrammer,
Object object,
String propertyName)
Returns whether or not a given property can be a get and/or a set property
going to or from the client.
|
protected boolean |
IlvFacesDiagrammerPropertyAccessor.acceptSetProperty(IlvDiagrammer diagrammer,
Object object,
String propertyName,
Object propertyValue)
This default implementation calls
IlvFacesDiagrammerPropertyAccessor.acceptProperty(IlvDiagrammer, Object, String) . |
Map |
IlvFacesDiagrammerPropertyAccessor.getProperties(IlvDiagrammer diagrammer,
Object object)
Returns the properties of the given object.
|
protected List |
IlvFacesDiagrammerPropertyAccessor.getPropertyNames(IlvDiagrammer diagrammer,
Object object)
Returns the properties that will be exported for a given
Object
and IlvDiagrammer instance. |
protected String |
IlvFacesDiagrammerPropertyAccessor.getStringFromValue(IlvDiagrammer diagrammer,
Object object,
String propertyName,
Object propertyValue)
Marshalls a diagrammer model object representation into a suitable
client-side
String representation of a property value. |
protected Object |
IlvFacesDiagrammerPropertyAccessor.getValueFromString(IlvDiagrammer diagrammer,
Object object,
String propertyName,
String propertyValue)
Unmarshalls the client-side
String representation of a property
value into an object representation. |
Map |
IlvFacesDiagrammerPropertyAccessor.setProperties(IlvDiagrammer diagrammer,
Object object,
Map properties)
Sets the properties of the given object.
|
Modifier and Type | Method and Description |
---|---|
IlvDiagrammer |
IlvDiagrammerServlet.getDiagrammer(javax.servlet.http.HttpServletRequest request)
Returns the
IlvDiagrammer object used to
compute the diagram for a given request. |
IlvDiagrammer |
IlvDiagrammerServletSupport.getDiagrammer(IlvSDMView view)
Returns the
IlvDiagrammer object attached
to an SDM view. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDiagrammerCreateActionListener.applyProperties(ServerActionEvent event,
IlvDiagrammer diagrammer,
Object object)
Applies the properties to the created object.
|
protected Object |
IlvDiagrammerCreateActionListener.createLink(ServerActionEvent event,
IlvDiagrammer diagrammer,
String tag,
Object source,
Object target)
This method creates a diagrammer link.
|
protected Object |
IlvDiagrammerCreateActionListener.createNode(ServerActionEvent event,
IlvDiagrammer diagrammer,
String tag)
This method creates a diagrammer node.
|
protected void |
IlvDiagrammerSelectionSupport.deselectAll(javax.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer)
Cancels the selection of all the objects in the specified diagram
component.
|
protected Iterator |
IlvDiagrammerSelectionSupport.getSelectedObjects(javax.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer)
Returns the nodes and links currently selected in the diagram
component.
|
protected boolean |
IlvDiagrammerSelectionSupport.isSelected(javax.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer,
IlvGraphic obj)
Tests if the specified object is selected.
|
protected void |
IlvDiagrammerSelectionSupport.selectAll(javax.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer)
Selects all the objects in the specified diagrammer.
|
protected void |
IlvDiagrammerSelectionSupport.setSelected(javax.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer,
IlvGraphic obj,
boolean selected)
Selects the specified object.
|
Modifier and Type | Method and Description |
---|---|
IlvDiagrammer |
IlvFacesGoogleViewComponent.getDiagrammer()
Returns the
IlvDiagrammer instance wrapped by
this IlvFacesDiagrammer instance. |
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesGoogleViewComponent.setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagrammer instance to use in the component.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.