Uses of Class
ilog.cpl.util.IlpExpansionType

Packages that use IlpExpansionType
ilog.cpl.datasource Contains data source interfaces and default implementation and some related abstract adapters. 
ilog.cpl.datasource.css Contains interfaces related to the cascading style sheet configuration of adapters. 
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.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
ilog.cpl.util Utility classes. 
 

Uses of IlpExpansionType in ilog.cpl.datasource
 

Methods in ilog.cpl.datasource that return IlpExpansionType
 IlpExpansionType IlpAbstractHierarchyAdapter.getExpansionType(IlpObject ilpObject)
          Retrieves the expansion type of a given business object.
 

Methods in ilog.cpl.datasource with parameters of type IlpExpansionType
protected  void IlpAbstractHierarchyAdapter.setExpansionType(IlpObject ilpObject, IlpExpansionType expansion)
          Stores the expansion type for a given business object.
 

Uses of IlpExpansionType in ilog.cpl.datasource.css
 

Methods in ilog.cpl.datasource.css that return IlpExpansionType
 IlpExpansionType IlpBusinessObjectCustomization.getExpansion()
          Retrieves the expansion type.
 

Uses of IlpExpansionType in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpExpansionType
protected  IlpExpansionType IlpAbstractNodeAdapter.getDefaultExpansionType(IlpObject ilpObject)
          This internal method returns the default expansion type, which is IlpExpansionType.NO_EXPANSION.
 IlpExpansionType IlpAbstractNodeAdapter.getExpansionType(IlpObject ilpObject)
           
 

Uses of IlpExpansionType in ilog.cpl.tree
 

Methods in ilog.cpl.tree that return IlpExpansionType
protected  IlpExpansionType IlpAbstractTreeAdapter.getDefaultExpansionType(IlpObject ilpObject)
          This internal method returns the default expansion type, which is IlpExpansionType.IN_PLACE.
 IlpExpansionType IlpAbstractTreeAdapter.getExpansionType(IlpObject ilpObject)
           
 

Methods in ilog.cpl.tree with parameters of type IlpExpansionType
protected  boolean IlpAbstractTreeAdapter.hasExpansionTypeChanged(IlpObject ilpObject, IlpExpansionType expansion)
          Checks if the expansion configuration has changed in comparison with the current configuration
 

Uses of IlpExpansionType in ilog.cpl.util
 

Fields in ilog.cpl.util declared as IlpExpansionType
static IlpExpansionType IlpExpansionType.IN_PLACE
          In place expansion.
static IlpExpansionType IlpExpansionType.IN_PLACE_MINIMAL_LOADING
          Defines an in-place expansion that minimizes the loading of children.
static IlpExpansionType IlpExpansionType.NO_EXPANSION
          No expansion.
 



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