Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the 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 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. |
Modifier and Type | Class and Description |
---|---|
class |
IlpEquipmentView
This class displays the contents of an
IlpEquipmentModel
in a Rogue Wave JViews grapher. |
Modifier and Type | Method and Description |
---|---|
IlpGraphView |
IlpGraphHandlerWithDataSource.getGraphView()
Returns the view to which this handler is associated.
|
protected IlpGraphView |
IlpGraphController.getGraphView()
Access the view.
|
IlpGraphView |
NodeExpansionEvent.getView()
Returns the view in which the event has occurred.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new
IlpGraphic from an
IlpRepresentationObject . |
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one.
|
protected void |
IlpGraphHandlerWithDataSource.setGraphView(IlpGraphView view) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpBackgroundPanel.setView(IlpGraphView view)
Associates this
IlpBackgroundPanel with the provided graphView. |
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphLayoutSupport.attach(IlpGraphView view)
Attaches this object to a given view.
|
void |
IlpDefaultGraphLayoutSupport.attach(IlpGraphView view)
Attaches this object to a given view.
|
void |
IlpDefaultGraphLayoutSupport.attach(IlpGraphView view,
boolean init)
Attaches this object to a given view.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkView
This class displays the contents of an
IlpNetworkModel
in a Rogue Wave JViews grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlpGraphView |
IltFacesEquipmentViewRenderer.getViewFromComponent(javax.faces.component.UIComponent component)
Returns the
IlpGraphView from the provided component. |
Modifier and Type | Method and Description |
---|---|
protected ilog.tgo.faces.graph.component.internal.IltFacesGraphCleaner |
IltFacesEquipmentViewRenderer.createCleaner(IlpGraphView view)
Returns a new cleaner to be used for the provided view.
|
Modifier and Type | Method and Description |
---|---|
protected IlpGraphView |
IltFacesEquipmentServletSupport.getGraphView(javax.servlet.http.HttpServletRequest request)
Returns the graph view stored in the session, or creates a new one
if needed.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphView |
IltFacesGraphView.getGraphView()
Access the view component.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected abstract IlpGraphView |
IltFacesGraphViewRenderer.getViewFromComponent(javax.faces.component.UIComponent component)
Returns the
IlpGraphView from the provided component. |
Modifier and Type | Method and Description |
---|---|
protected abstract ilog.tgo.faces.graph.component.internal.IltFacesGraphCleaner |
IltFacesGraphViewRenderer.createCleaner(IlpGraphView view)
Returns a new cleaner to be used for the provided view.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected IlpGraphView |
IltFacesNetworkViewRenderer.getViewFromComponent(javax.faces.component.UIComponent component)
Returns the
IlpGraphView from the provided component. |
Modifier and Type | Method and Description |
---|---|
protected ilog.tgo.faces.graph.component.internal.IltFacesGraphCleaner |
IltFacesNetworkViewRenderer.createCleaner(IlpGraphView view)
Returns a new cleaner to be used for the provided view.
|
Modifier and Type | Method and Description |
---|---|
protected IlpGraphView |
IltFacesNetworkServletSupport.getGraphView(javax.servlet.http.HttpServletRequest request)
Returns the graph view stored in the session, or creates a new one
if needed.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.