Uses of Interface
ilog.cpl.service.IlpContext

Packages that use IlpContext
ilog.cpl ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. 
ilog.cpl.css.function Contains function definitions to be used with the Cascading Style Sheet engine. 
ilog.cpl.datasource Contains data source interfaces and default implementation and some related abstract adapters. 
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.action.toolbar Contains predefined buttons that can be added to the toolbar of the graph view. 
ilog.cpl.graph.graphlayout.css Provides the classes related to graph layout and link layout per-object parameters in the graph component. 
ilog.cpl.graphic Provides classes and interfaces to create graphic objects. 
ilog.cpl.list Contains classes related to the Swing list model. 
ilog.cpl.model Provides classes and interfaces to create the application business model. 
ilog.cpl.model.container Provides interfaces for representation objects capable of forming a containment hierarchy. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.cpl.project Provides classes and interfaces to specify project information. 
ilog.cpl.service Provides the interfaces and classes related to the context, some of the services and some general base classes used by styles. 
ilog.cpl.storage Contains classes related to data storage, including styles, datasources and deployment descriptor. 
ilog.cpl.style Deprecated Provides classes and interfaces for handling styles (see IlpStyle). 
ilog.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.table.renderer Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. 
ilog.cpl.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
ilog.cpl.tree.renderer Provides the interfaces and classes related to customization of the ILOG JTGO Tree component using cascading style sheets. 
ilog.cpl.util Utility classes. 
ilog.tgo ILOG JTGO main package containing widely used classes. 
ilog.tgo.composite Provides the classes for handling the zoom policies and the layer policies. 
ilog.tgo.css.function Contains predefined functions which can be used with the Cascading Style Sheet engine to compute values to ILOG JTGO object properties. 
ilog.tgo.datasource Provides IltObject Datasource support. 
ilog.tgo.faces.equipment.component Contains the JViews TGO Faces components that are needed in order to integrate the JViews TGO IlpEquipment into JavaServer Faces. 
ilog.tgo.faces.equipment.dhtml.component Contains the JViews TGO Faces DHTML specific components that are needed in order to integrate the JViews TGO IlpEquipment into JavaServer Faces. 
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.network.component Contains the JViews TGO Faces components that are needed in order to integrate the JViews TGO IlpEquipment into JavaServer Faces. 
ilog.tgo.faces.network.dhtml.component Contains the JViews TGO Faces DHTML specific components that are needed in order to integrate the JViews TGO IlpNetwork into JavaServer Faces. 
ilog.tgo.faces.service Contains the JViews TGO IlpContext and services related extensions needed to integrate the JViews TGO within JavaServer Faces. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.grprim Contains all the classes with graphic primitives and utilities used in the library. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
ilog.tgo.resource Provides classes for handling graphical resources. 
ilog.tgo.service Provides the classes related to the application context and services. 
 

Uses of IlpContext in ilog.cpl
 

Methods in ilog.cpl that return IlpContext
 IlpContext IlpTree.getContext()
          Returns the context.
 IlpContext IlpTable.getContext()
          Returns the IlpContext used by this component.
 IlpContext IlpEquipment.getContext()
          Returns the context.
 IlpContext IlpNetwork.getContext()
          Returns the context.
static IlpContext IlpSystem.GetDefaultContext()
          Returns the default service context.
 

Methods in ilog.cpl with parameters of type IlpContext
static void IlpSystem.Init(IlpContext defaultContext)
          Initializes the system based on a service context.
static void IlpSystem.SetDefaultContext(IlpContext ctxt)
          Sets the default application context.
 

Constructors in ilog.cpl with parameters of type IlpContext
IlpEquipment(IlpContext context)
          Creates an IlpEquipment based on a context with the default equipment configuration.
IlpEquipment(String configurationFileName, IlpContext context)
          Creates an IlpEquipment with a configuration read from a CSS file.
IlpEquipment(URL configurationURL, IlpContext context)
          Creates an IlpEquipment with a configuration read from a CSS file.
IlpNetwork(IlpContext context)
          Creates an IlpNetwork with a default configuration.
IlpNetwork(String configurationFileName, IlpContext context)
          Creates an IlpNetwork with a configuration read from a CSS file.
IlpNetwork(URL configurationURL, IlpContext context)
          Creates an IlpNetwork with a configuration read from a CSS file.
IlpTable(IlpContext context)
          Table Component constructor.
IlpTable(IlpContext context, IlpTableModel model, IlpTableView view, IlpTableController controller)
          Table Component constructor.
IlpTree(IlpContext context)
          Creates a Tree with this context and the default MVC.
IlpTree(IlpContext context, IlpTreeModel model, IlpTreeView view, IlpTreeController controller)
          Creates a Tree component with given MVC components.
 

Uses of IlpContext in ilog.cpl.css.function
 

Methods in ilog.cpl.css.function that return IlpContext
protected  IlpContext IlpConvertionFunction.getContext()
          Returns the application context where the services needed by the functions will be retrieved.
 

Methods in ilog.cpl.css.function with parameters of type IlpContext
 Object IlpCSSFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
          Calls the function.
 

Constructors in ilog.cpl.css.function with parameters of type IlpContext
IlpConvertionFunction(IlpContext context)
          Constructor.
IlpFormatFunction(IlpContext context)
          Constructor.
IlpImageFunction(IlpContext context)
          Constructor.
IlpResourceFunction(IlpContext context)
          Constructor.
IlpValueMapFunction(IlpContext context)
          Constructor.
 

Uses of IlpContext in ilog.cpl.datasource
 

Methods in ilog.cpl.datasource that return IlpContext
 IlpContext IlpAbstractAdapter.getContext()
          Returns the context.
 IlpContext IlpAbstractDataSource.getContext()
          Returns the context used by this data source.
 IlpContext IlpDataSource.getContext()
          Returns the context used by this data source.
 

Methods in ilog.cpl.datasource with parameters of type IlpContext
 void IlpAbstractDataSource.setContext(IlpContext context)
          Set the context used by this data source.
 

Constructors in ilog.cpl.datasource with parameters of type IlpContext
IlpAbstractAdapter(IlpContext context)
          Constructor.
IlpAbstractDataSource(IlpContext context)
          Constructor.
IlpAbstractHierarchyAdapter(IlpContext context)
          Constructor.
IlpDefaultDataSource(IlpContext context)
          Constructor.
 

Uses of IlpContext in ilog.cpl.equipment
 

Constructors in ilog.cpl.equipment with parameters of type IlpContext
IlpEquipmentAdapter(IlpContext context)
          Constructor with a given context.
IlpEquipmentController(IlpContext context)
          Creates a controller.
IlpEquipmentView(IlpContext context)
          Creates a view.
 

Uses of IlpContext in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpContext
 IlpContext IlpGraphView.getContext()
          Returns the application context.
 

Methods in ilog.cpl.graph with parameters of type IlpContext
protected  IlvGrapher IlpGraphView.createGrapher(IlpContext context)
          Creates the IlvGrapher used by this view.
protected  IlpManagerView IlpGraphView.createManagerView(IlvManager grapher, IlpContext context)
          Creates the IlvManagerView used by this view.
 

Constructors in ilog.cpl.graph with parameters of type IlpContext
IlpAbstractNodeAdapter(IlpContext context)
          Constructor for a given context.
IlpGraphController(IlpContext context)
          Creates a controller.
IlpGraphView(IlpContext context)
          Creates a view.
 

Uses of IlpContext in ilog.cpl.graph.action.toolbar
 

Methods in ilog.cpl.graph.action.toolbar that return IlpContext
 IlpContext IlpAbstractGraphAction.getContext()
          Returns the application context.
 

Uses of IlpContext in ilog.cpl.graph.graphlayout.css
 

Constructors in ilog.cpl.graph.graphlayout.css with parameters of type IlpContext
IlpDefaultGraphLayoutParametersFactory(IlpContext context)
          Creates a new factory which does not share graph layout parameters instances.
IlpDefaultGraphLayoutParametersFactory(IlpContext context, boolean sharing)
          Creates a new factory which may share graph layout parameters instances.
 

Uses of IlpContext in ilog.cpl.graphic
 

Methods in ilog.cpl.graphic that return IlpContext
 IlpContext IlpGraphicComponent.getContext()
          Returns the context.
 IlpContext IlpGraphicController.getContext()
          Returns the application context.
 IlpContext IlpGraphicView.getContext()
          Returns the application context.
 IlpContext IlpAbstractGraphicController.getContext()
          Returns the context used by the interaction with the graphic view.
 

Methods in ilog.cpl.graphic with parameters of type IlpContext
protected  IlpGraphicViewStyleManager IlpAbstractGraphicController.createGraphicViewStyleManager(IlpContext context, IlpGraphicView view)
          Creates the graphic view style manager, either by retrieving it from an XML file or any other storage, or simply by creating an empty instance.
protected  void IlpAbstractGraphicController.initGraphicViewStyleManager(IlpContext context, IlpGraphicView view)
          Creates the graphic view style manager, either retrieving the configuration from an XML file or any other storage, or simply creating an empty instance; and initializes the view with it.
protected  void IlpAbstractGraphicController.initInteractorManager(IlpContext context)
          Returns the default interactor manager from the context.
 

Constructors in ilog.cpl.graphic with parameters of type IlpContext
IlpAbstractGraphicController(IlpContext context)
          Creates a controller.
IlpBasicGraphicViewStyleManager(IlpContext context, IlpGraphicView graphicView)
          Deprecated. Creates a basic graphic view style manager, based on the given context and to be used by the given graphic view.
IlpDefaultGraphicViewStyleManager(IlpContext context, IlpGraphicView graphicView)
          Deprecated. Creates a default graphic view style manager, based on the given context and to be used by the given graphic view.
 

Uses of IlpContext in ilog.cpl.list
 

Constructors in ilog.cpl.list with parameters of type IlpContext
IlpListAdapter(IlpContext context)
          Creates a new list adapter.
 

Uses of IlpContext in ilog.cpl.model
 

Methods in ilog.cpl.model with parameters of type IlpContext
 String IlpRepresentationObjectSupport.getCSSID(IlpContext appc)
          Returns the ID of the object.
 

Constructors in ilog.cpl.model with parameters of type IlpContext
IlpDefaultClassManager(IlpContext c)
          Creates a new class manager for the given context.
 

Uses of IlpContext in ilog.cpl.model.container
 

Methods in ilog.cpl.model.container with parameters of type IlpContext
 String IlpAbstractRepresentationNode.getCSSID(IlpContext context)
          Returns the ID of the object.
 

Uses of IlpContext in ilog.cpl.network
 

Constructors in ilog.cpl.network with parameters of type IlpContext
IlpNetworkAdapter(IlpContext context)
          Constructor with a given context.
IlpNetworkController(IlpContext context)
          Creates a controller.
IlpNetworkView(IlpContext context)
          Creates a view.
 

Uses of IlpContext in ilog.cpl.project
 

Constructors in ilog.cpl.project with parameters of type IlpContext
IlpProject(IlpContext cxt)
          Creates an empty project.
IlpProject(IlpContext cxt, URL url)
          Reads a project from an XML file.
IlpProject(IlpContext cxt, URL url, boolean validate)
          Reads a project from an XML file.
IlpTGOProject(IlpContext cxt)
          Creates an empty project.
IlpTGOProject(IlpContext cxt, URL url)
          Reads a project from an XML file.
IlpTGOProject(IlpContext cxt, URL url, boolean validate)
          Reads a project from an XML file.
 

Uses of IlpContext in ilog.cpl.service
 

Classes in ilog.cpl.service that implement IlpContext
 class IlpDefaultContext
          Provides access to the services and contextual information.
 

Methods in ilog.cpl.service that return IlpContext
protected  IlpContext IlpDefaultImageRepository.getContext()
          Returns the application context.
 

Constructors in ilog.cpl.service with parameters of type IlpContext
IlpDefaultContext(IlpContext context)
          Copy constructor.
IlpDefaultImageRepository(IlpContext context)
          Creates an image repository.
IlpDefaultImageRepository(IlpContext context, String defaultImageName)
          Creates an image repository.
 

Uses of IlpContext in ilog.cpl.storage
 

Methods in ilog.cpl.storage that return IlpContext
 IlpContext IlpAbstractWriter.getContext()
          Returns the application context
 

Constructors in ilog.cpl.storage with parameters of type IlpContext
IlpAbstractReader(IlpContext context)
          Constructor.
IlpAbstractReader(IlpContext cxt, boolean val)
          Constructor
IlpAbstractWriter(IlpContext ctx)
          Constructor
IlpClassManagerLoader(String uri, IlpContext c)
          Creates a class manager loader to load a model from an XML document.
IlpClassManagerLoader(String uri, IlpContext c, boolean validate)
          Creates a class manager loader to load a model from an XML document.
 

Uses of IlpContext in ilog.cpl.style
 

Fields in ilog.cpl.style declared as IlpContext
protected  IlpContext IlpAbstractStyle.appContext
          Deprecated. Application context where this style is present.
protected  IlpContext IlpStyleValueTypeConverter.context
          Deprecated. Context used to retrieve the type converter
protected  IlpContext IlpDefaultStyleManager.context
          Deprecated. Context
 

Methods in ilog.cpl.style that return IlpContext
 IlpContext IlpAbstractStyle.getAppContext()
          Deprecated. Returns the application context where this style is defined.
 

Methods in ilog.cpl.style with parameters of type IlpContext
 IlpStyleContext IlpStorageStyleIdentifier.getStyleContext(IlpContext context)
          Deprecated. Converts the storage style identifier into a style context.
protected  void IlpStyleContext.initializeFromStorage(IlpContext context, IlpStorageStyleIdentifier id, ReferenceQueue q)
          Deprecated. Initializes all fields from the Storage identifier
 void IlpAbstractStyle.setAppContext(IlpContext c)
          Deprecated. Sets the application context where the style is defined.
 void IlpStyleValueTypeConverter.setContext(IlpContext c)
          Deprecated. Sets the context used by this instance, should only be called after deserialization.
 

Constructors in ilog.cpl.style with parameters of type IlpContext
IlpDefaultStyleManager(IlpContext context)
          Deprecated. IlpDefaultStyleManager constructor.
IlpInstanceStyleContext(IlpContext context, IlpStorageStyleIdentifier id, ReferenceQueue q)
          Deprecated. Creates a new style context based on the identifier information.
IlpStyleContext(IlpContext context, IlpStorageStyleIdentifier id, ReferenceQueue q)
          Deprecated. Creates a new style context based on the storage identifier information.
IlpStyleValueTypeConverter(IlpContext context, IlpStyleValueProvider provider, Class target)
          Deprecated. IlpStyleValueTypeConverter constructor.
 

Uses of IlpContext in ilog.cpl.table
 

Methods in ilog.cpl.table that return IlpContext
 IlpContext IlpTableView.getContext()
          Returns the application context.
 

Methods in ilog.cpl.table with parameters of type IlpContext
 String IlpDefaultTableRow.getCSSID(IlpContext appc)
          Returns the ID of the object.
 

Constructors in ilog.cpl.table with parameters of type IlpContext
IlpTableController(IlpContext context)
          Constructs a default controller for a table, instantiating a model filter and a model sorter.
IlpTableListAdapter(IlpContext context)
          Creates a new table list adapter using a given context.
 

Uses of IlpContext in ilog.cpl.table.renderer
 

Methods in ilog.cpl.table.renderer that return IlpContext
 IlpContext IlpAbstractTableViewRenderer.getContext()
          Returns the application context.
 

Uses of IlpContext in ilog.cpl.tree
 

Methods in ilog.cpl.tree that return IlpContext
 IlpContext IlpTreeView.getContext()
          Returns the application context.
 

Methods in ilog.cpl.tree with parameters of type IlpContext
 String IlpDefaultTreeNode.getCSSID(IlpContext appc)
          Returns the ID of the object.
 

Constructors in ilog.cpl.tree with parameters of type IlpContext
IlpAbstractTreeAdapter(IlpContext context)
          Constructor with a given context.
IlpContainmentTreeAdapter(IlpContext context)
          Constructor with a given context.
IlpTreeController(IlpContext context)
          Constructs a default controller for a tree.
 

Uses of IlpContext in ilog.cpl.tree.renderer
 

Methods in ilog.cpl.tree.renderer that return IlpContext
protected  IlpContext IlpAbstractTreeViewRenderer.getContext()
          Returns the application context.
 

Uses of IlpContext in ilog.cpl.util
 

Methods in ilog.cpl.util with parameters of type IlpContext
static String IlpI18NUtil.getString(String msgid, String enDefault, IlpContext context, String bundle)
           
 

Constructors in ilog.cpl.util with parameters of type IlpContext
IlpDefaultTypeConverter(IlpContext context)
          Creates a type converter.
 

Uses of IlpContext in ilog.tgo
 

Methods in ilog.tgo with parameters of type IlpContext
static void IltSystem.Init(IlpContext defaultContext)
          Initializes the system based on a service context.
 

Uses of IlpContext in ilog.tgo.composite
 

Fields in ilog.tgo.composite declared as IlpContext
protected  IlpContext IltcCompositeManager._context
          Application context
 

Methods in ilog.tgo.composite that return IlpContext
 IlpContext IltcCompositeManager.getContext()
          Returns the application context.
 

Constructors in ilog.tgo.composite with parameters of type IlpContext
IltcCompositeGrapher(IlpContext appContext, IlvManager manager, boolean uniqueInIlvManager)
          Creates a new grapher for IltcCompositeGraphic objects.
IltcCompositeManager(IlpContext appContext, IlvManager manager, boolean uniqueInIlvManager)
          Creates a new manager for IltcCompositeGraphic objects.
 

Uses of IlpContext in ilog.tgo.css.function
 

Methods in ilog.tgo.css.function with parameters of type IlpContext
 Object IltAbstractAlarmSummaryFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
           
 Object IltAbstractHighestSeverityFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
           
 Object IltAbstractSeverityColorFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
           
 Object IltSeverityIconFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
          Called to execute the function.
 Object IltSettingsFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
          Calls the function.
 Object IltAbstractAlarmCountFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
           
 Object IltPrimaryStateSummaryFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
          Called to execute the function.
 Object IltSecondaryStateSummaryFunction.call(Object[] args, Class type, IlpContext appc, IlpGraphicView view, IlpRepresentationObject ro, IlpAttribute attribute)
          Called to execute the function.
 

Constructors in ilog.tgo.css.function with parameters of type IlpContext
IltBlinkingColorFunction(IlpContext context)
          Constructor.
 

Uses of IlpContext in ilog.tgo.datasource
 

Constructors in ilog.tgo.datasource with parameters of type IlpContext
IltDefaultDataSource(IlpContext context)
          Constructor.
 

Uses of IlpContext in ilog.tgo.faces.equipment.component
 

Methods in ilog.tgo.faces.equipment.component with parameters of type IlpContext
protected abstract  IlpEquipment IltFacesEquipmentView.createEquipmentComponent(String defaultStyleSheet, IlpContext context)
          Method called only once when creating the underlying IlpEquipment.
 

Uses of IlpContext in ilog.tgo.faces.equipment.dhtml.component
 

Methods in ilog.tgo.faces.equipment.dhtml.component with parameters of type IlpContext
protected  IlpEquipment IltFacesDHTMLEquipmentView.createEquipmentComponent(String defaultStyleSheet, IlpContext context)
          Method called only once when creating the underlying IlpEquipment.
 

Uses of IlpContext in ilog.tgo.faces.graph.component
 

Methods in ilog.tgo.faces.graph.component that return IlpContext
 IlpContext IltFacesGraphView.getContext()
          Returns the JTGO context.
 

Methods in ilog.tgo.faces.graph.component with parameters of type IlpContext
 void IltFacesGraphView.setContext(IlpContext context)
          Sets the JTGO context.
 

Uses of IlpContext in ilog.tgo.faces.network.component
 

Methods in ilog.tgo.faces.network.component with parameters of type IlpContext
protected abstract  IlpNetwork IltFacesNetworkView.createNetworkComponent(String defaultStyleSheet, IlpContext context)
          This method is called only once when creating the underlying IlpNetwork instance.
 

Uses of IlpContext in ilog.tgo.faces.network.dhtml.component
 

Methods in ilog.tgo.faces.network.dhtml.component with parameters of type IlpContext
protected  IlpNetwork IltFacesDHTMLNetworkView.createNetworkComponent(String defaultStyleSheet, IlpContext context)
          Method called only once when creating the underlying IlpNetwork.
 

Uses of IlpContext in ilog.tgo.faces.service
 

Classes in ilog.tgo.faces.service that implement IlpContext
 class IltFacesDefaultContext
          IltFacesDefaultContext extends IlpDefaultContext to adapt the synchronization strat