ilog.views.diagrammer.faces
Class IlvFacesDiagrammerUtil

java.lang.Object
  extended by ilog.views.diagrammer.faces.IlvFacesDiagrammerUtil

public class IlvFacesDiagrammerUtil
extends Object

Set of utility methods for JViews Diagrammer based project.

Since:
JViews 7.5

Method Summary
static ilog.views.dashboard.IlvDashboardDiagram getDashboardDiagram(IlvSDMView view)
          Returns the IlvDiagrammer object attached to an SDM view.
static IlvDiagrammer getDiagrammer(IlvSDMView view)
          Returns the IlvDiagrammer object attached to an SDM view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDiagrammer

public static IlvDiagrammer getDiagrammer(IlvSDMView view)
Returns the IlvDiagrammer object attached to an SDM view.

Parameters:
view - The SDM view.
Returns:
The diagrammer object attached to this view.

getDashboardDiagram

public static ilog.views.dashboard.IlvDashboardDiagram getDashboardDiagram(IlvSDMView view)
Returns the IlvDiagrammer object attached to an SDM view. If no instance is found, an IlvDashboardDiagram is instantiated.
No other guaranty is provided that the returned object type is a dashboard.

Parameters:
view - The SDM view.
Returns:
The diagrammer object attached to this view.
Since:
JViews 8.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.