|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpGraphView | |
|---|---|
| ilog.cpl.equipment | Together with ilog.cpl.IlpEquipment, this package constitutes
the ILOG JTGO Equipment component. |
| ilog.cpl.graph | Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
| ilog.cpl.graph.background.beans | Contains the beans that can be used to work the JViews TGO background support. |
| ilog.cpl.graph.graphlayout | Contains the common implementation for the node and link layout
support for both the IlpNetwork and IlpEquipment
components. |
| ilog.cpl.graph.util | Contains utility classes for both the IlpNetwork and IlpEquipment components. |
| ilog.cpl.network | Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. |
| ilog.tgo.faces.equipment.dhtml.renderkit | Contains the types needed in order to render the JViews TGO IlpEquipment Faces component in DHTML. |
| ilog.tgo.faces.equipment.dhtml.servlet | Contains the Servlet related types needed in order to integrate the JViews TGO IlpEquipment as a Faces component. |
| ilog.tgo.faces.graph.component | Contains the JViews TGO Faces components that are needed in order to leverage the JViews TGO common graph based types in JavaServer Faces. |
| ilog.tgo.faces.graph.dhtml.event | Contains the JViews TGO Faces DHTML specific event types needed in order to propagate events from DHTML clients into the JViews TGO Faces server side runtime. |
| ilog.tgo.faces.graph.dhtml.renderkit | Contains the common types needed in order to render the JViews TGO graph based Faces components in DHTML. |
| ilog.tgo.faces.graph.dhtml.servlet | Contains the Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
| ilog.tgo.faces.network.dhtml.renderkit | Contains the types needed in order to render the JViews TGO IlpNetwork Faces component in DHTML. |
| ilog.tgo.faces.network.dhtml.servlet | Contains the Servlet related types needed in order to integrate the JViews TGO IlpNetwork as a Faces component. |
| Uses of IlpGraphView in ilog.cpl.equipment |
|---|
| Subclasses of IlpGraphView in ilog.cpl.equipment | |
|---|---|
class |
IlpEquipmentView
This class displays the contents of an IlpEquipmentModel
in an ILOG JViews grapher. |
| Uses of IlpGraphView in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlpGraphView | |
|---|---|
protected IlpGraphView |
IlpGraphController.getGraphView()
Access the view. |
IlpGraphView |
IlpGraphHandlerWithDataSource.getGraphView()
Returns the view to which this handler is associated. |
IlpGraphView |
NodeExpansionEvent.getView()
Returns the view in which the event has occurred. |
| Methods in ilog.cpl.graph with parameters of type IlpGraphView | |
|---|---|
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one. |
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new IlpGraphic from an
IlpRepresentationObject. |
protected void |
IlpGraphHandlerWithDataSource.setGraphView(IlpGraphView view)
|
| Constructors in ilog.cpl.graph with parameters of type IlpGraphView | |
|---|---|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler. |
|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource,
JComponent component)
Creates the handler. |
|
NodeExpansionEvent(IlpGraphView source,
NodeExpansionEvent.Type type,
IlpRepresentationObject object)
Creates an event. |
|
| Uses of IlpGraphView in ilog.cpl.graph.background.beans |
|---|
| Methods in ilog.cpl.graph.background.beans with parameters of type IlpGraphView | |
|---|---|
void |
IlpBackgroundPanel.setView(IlpGraphView view)
Associates this IlpBackgroundPanel with the provided graphView. |
| Constructors in ilog.cpl.graph.background.beans with parameters of type IlpGraphView | |
|---|---|
IlpBackgroundPanel(IlpGraphView view)
Creates an IlpBackgroundPanel that has the
"Add Background" and "Remove Background" buttons. |
|
IlpBackgroundPanel(IlpGraphView view,
boolean showAddButton,
boolean showRemoveButton)
Creates a IlpBackgroundPanel that may have
the "Add Background" and "Remove Background" buttons enabled. |
|
| Uses of IlpGraphView in ilog.cpl.graph.graphlayout |
|---|
| Methods in ilog.cpl.graph.graphlayout with parameters of type IlpGraphView | |
|---|---|
void |
IlpDefaultGraphLayoutSupport.attach(IlpGraphView view)
Attaches this object to a given view. |
void |
IlpGraphLayoutSupport.attach(IlpGraphView view)
Attaches this object to a given view. |
void |
IlpDefaultGraphLayoutSupport.attach(IlpGraphView view,
boolean init)
Attaches this object to a given view. |
| Uses of IlpGraphView in ilog.cpl.graph.util |
|---|
| Methods in ilog.cpl.graph.util with parameters of type IlpGraphView | |
|---|---|
static IlpPosition |
IlpRelativePositionUtil.GetRelativePosition(IlpPoint point,
IlpRepresentationObject repObj,
IlpGraphView view)
Converts the given view position point
into a position relative to the given representation object,
that can correspond to an
IltShelf, IltCardCarrier, or an
IltCardItemContainer business object. |
static IlpPosition |
IlpRelativePositionUtil.GetRelativePosition(IlpPoint point,
IltObject obj,
IlpGraphView view)
Converts the given view position point
into a position relative to the given representation object,
that can correspond to an
IltShelf, IltCardCarrier, or an
IltCardItemContainer business object. |
| Constructors in ilog.cpl.graph.util with parameters of type IlpGraphView | |
|---|---|
IlpManagerViewAutoAdjuster(IlpGraphView graphView,
String decorationName)
Creates a manager listener which adjusts the contents of the view according to the decoration which is required to be visible. |
|
| Uses of IlpGraphView in ilog.cpl.network |
|---|
| Subclasses of IlpGraphView in ilog.cpl.network | |
|---|---|
class |
IlpNetworkView
This class displays the contents of an IlpNetworkModel
in an ILOG JViews grapher. |
| Uses of IlpGraphView in ilog.tgo.faces.equipment.dhtml.renderkit |
|---|
| Methods in ilog.tgo.faces.equipment.dhtml.renderkit with parameters of type IlpGraphView | |
|---|---|
protected ilog.tgo.faces.graph.component.internal.IltFacesGraphCleaner |
IltFacesEquipmentViewRenderer.createCleaner(IlpGraphView view)
Returns a new cleaner to be used for the provided view. |
| Uses of IlpGraphView in ilog.tgo.faces.equipment.dhtml.servlet |
|---|
| Methods in ilog.tgo.faces.equipment.dhtml.servlet that return IlpGraphView | |
|---|---|
protected IlpGraphView |
IltFacesEquipmentServletSupport.getGraphView(javax.servlet.http.HttpServletRequest request)
Returns the graph view stored in the session, or creates a new one if needed. |
| Uses of IlpGraphView in ilog.tgo.faces.graph.component |
|---|
| Methods in ilog.tgo.faces.graph.component that return IlpGraphView | |
|---|---|
IlpGraphView |
IltFacesGraphView.getGraphView()
Access the view component. |
| Uses of IlpGraphView in ilog.tgo.faces.graph.dhtml.event |
|---|
| Methods in ilog.tgo.faces.graph.dhtml.event with parameters of type IlpGraphView | |
|---|---|
boolean |
IltFacesDefaultObjectAction.processObjectAction(IlpGraphView view,
int xPos,
int yPos)
Processes the following supported object actions: expand subnetworks collapse subnetworks expand information icons collapse information windows expand system icons collapse system windows |
| Uses of IlpGraphView in ilog.tgo.faces.graph.dhtml.renderkit |
|---|
| Methods in ilog.tgo.faces.graph.dhtml.renderkit with parameters of type IlpGraphView | |
|---|---|
protected abstract ilog.tgo.faces.graph.component.internal.IltFacesGraphCleaner |
IltFacesGraphViewRenderer.createCleaner(IlpGraphView view)
Returns a new cleaner to be used for the provided view. |
| Uses of IlpGraphView in ilog.tgo.faces.graph.dhtml.servlet |
|---|
| Methods in ilog.tgo.faces.graph.dhtml.servlet that return IlpGraphView | |
|---|---|
protected abstract IlpGraphView |
IltFacesGraphServletSupport.getGraphView(javax.servlet.http.HttpServletRequest request)
Returns the graph view stored in the session, or creates a new one if needed. |
| Uses of IlpGraphView in ilog.tgo.faces.network.dhtml.renderkit |
|---|
| Methods in ilog.tgo.faces.network.dhtml.renderkit with parameters of type IlpGraphView | |
|---|---|
protected ilog.tgo.faces.graph.component.internal.IltFacesGraphCleaner |
IltFacesNetworkViewRenderer.createCleaner(IlpGraphView view)
Returns a new cleaner to be used for the provided view. |
| Uses of IlpGraphView in ilog.tgo.faces.network.dhtml.servlet |
|---|
| Methods in ilog.tgo.faces.network.dhtml.servlet that return IlpGraphView | |
|---|---|
protected IlpGraphView |
IltFacesNetworkServletSupport.getGraphView(javax.servlet.http.HttpServletRequest request)
Returns the graph view stored in the session, or creates a new one if needed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||