Uses of Class
ilog.cpl.model.IlpExtendedAttributeGroup

Packages that use IlpExtendedAttributeGroup
ilog.cpl.equipment Together with ilog.cpl.IlpEquipment, this package constitutes the ILOG JTGO Equipment component. 
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.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.equipment
 

Methods in ilog.cpl.equipment that return IlpExtendedAttributeGroup
 IlpExtendedAttributeGroup IlpDefaultEquipmentLinkFactory.getExtendedAttributeGroup(IlpClass clazz)
          Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject.
 IlpExtendedAttributeGroup IlpDefaultEquipmentNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
          Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject.
 

Methods in ilog.cpl.equipment with parameters of type IlpExtendedAttributeGroup
 void IlpDefaultEquipmentLinkFactory.setExtendedAttributeGroup(IlpClass clazz, IlpExtendedAttributeGroup attrGroup)
          Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject.
 void IlpDefaultEquipmentNodeFactory.setExtendedAttributeGroup(IlpClass clazz, IlpExtendedAttributeGroup attrGroup)
          Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject.
 

Constructors in ilog.cpl.equipment with parameters of type IlpExtendedAttributeGroup
IlpDefaultEquipmentLink(IlpObject object, IlpExtendedAttributeGroup model)
          Creates a new link without child objects, attached to a business object.
IlpDefaultEquipmentLink(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy)
          Creates a new link attached to a business object.
IlpDefaultEquipmentNode(IlpObject object, IlpExtendedAttributeGroup model)
          Creates a new node attached to a business object.
IlpDefaultEquipmentNode(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy)
          Creates a new node attached to a business object.
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.list
 

Methods in ilog.cpl.list that return IlpExtendedAttributeGroup
 IlpExtendedAttributeGroup IlpListAdapter.getAttributeGroup()
          Accesses the extended attribute group used by this adapter.
 

Methods in ilog.cpl.list with parameters of type IlpExtendedAttributeGroup
 void IlpListAdapter.setAttributeGroup(IlpExtendedAttributeGroup group)
          Accesses the extended attribute group used by this adapter.
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.model
 

Constructors in ilog.cpl.model with parameters of type IlpExtendedAttributeGroup
IlpRepresentationObjectSupport(IlpRepresentationObject source, IlpExtendedAttributeGroup model, IlpObject object)
          Provides support to IlpRepresentationObject instances for storing the attribute model, attribute values, and the IlpObject that is being represented.
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.model.container
 

Constructors in ilog.cpl.model.container with parameters of type IlpExtendedAttributeGroup
IlpAbstractRepresentationLink(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy, Logger logger)
          Creates a new link attached to a business object.
IlpAbstractRepresentationNode(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy, Logger logger)
          Creates a new node attached to a business object.
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.network
 

Methods in ilog.cpl.network that return IlpExtendedAttributeGroup
 IlpExtendedAttributeGroup IlpDefaultNetworkNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
          Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject.
 IlpExtendedAttributeGroup IlpDefaultNetworkLinkFactory.getExtendedAttributeGroup(IlpClass clazz)
          Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject.
 

Methods in ilog.cpl.network with parameters of type IlpExtendedAttributeGroup
 void IlpDefaultNetworkNodeFactory.setExtendedAttributeGroup(IlpClass clazz, IlpExtendedAttributeGroup attrGroup)
          Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject.
 void IlpDefaultNetworkLinkFactory.setExtendedAttributeGroup(IlpClass clazz, IlpExtendedAttributeGroup attrGroup)
          Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject.
 

Constructors in ilog.cpl.network with parameters of type IlpExtendedAttributeGroup
IlpDefaultNetworkLink(IlpObject object, IlpExtendedAttributeGroup model)
          Creates a new link without child objects, attached to a business object.
IlpDefaultNetworkLink(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy)
          Creates a new link attached to a business object.
IlpDefaultNetworkNode(IlpObject object, IlpExtendedAttributeGroup model)
          Creates a new leaf node attached to a business object.
IlpDefaultNetworkNode(IlpObject object, IlpExtendedAttributeGroup model, IlpExpansionStrategy strategy)
          Creates a new node attached to a business object.
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.table
 

Methods in ilog.cpl.table that return IlpExtendedAttributeGroup
 IlpExtendedAttributeGroup IlpTableModel.getAttributeGroup()
          Returns the attribute group used by the table model.
 IlpExtendedAttributeGroup IlpAbstractTableModel.getAttributeGroup()
          Returns the attribute group used by the table model.
 IlpExtendedAttributeGroup IlpTableRowFactory.getExtendedAttributeGroup()
          Gets the extended attribute model that is used when creating the representation objects.
 

Methods in ilog.cpl.table with parameters of type IlpExtendedAttributeGroup
 void IlpAbstractTableModel.setAttributeGroup(IlpExtendedAttributeGroup attributeGroup)
          Sets the attribute model used to describe the attributes of the IlpTableRows inserted in the table model.
 void IlpTableRowFactory.setExtendedAttributeGroup(IlpExtendedAttributeGroup attrGroup)
          Sets the extended attribute group for representation objects that are being used by this factory.
 

Constructors in ilog.cpl.table with parameters of type IlpExtendedAttributeGroup
IlpAbstractTableModel(IlpExtendedAttributeGroup attributeGroup)
          Creates a table model with attributes from an attribute model.
IlpDefaultTableRow(IlpObject object, IlpExtendedAttributeGroup model)
          Creates a table representation object from an IlpObject.
IlpTableListModel(ListModel model, IlpExtendedAttributeGroup attributeGroup)
          Creates a model using the specified list model and attribute model.
IlpTableRowFactory(IlpExtendedAttributeGroup attrGroup)
          Deprecated. Please use the constructor IlpTableRowFactory(IlpTableListAdapter) instead.
 

Uses of IlpExtendedAttributeGroup in ilog.cpl.tree
 

Methods in ilog.cpl.tree that return IlpExtendedAttributeGroup
 IlpExtendedAttributeGroup IlpDefaultTreeNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
          Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject.
 

Methods in ilog.cpl.tree with parameters of type IlpExtendedAttributeGroup
 void IlpDefaultTreeNodeFactory.setExtendedAttributeGroup(IlpClass clazz, IlpExtendedAttributeGroup attrGroup)
          Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject.
 

Constructors in ilog.cpl.tree with parameters of type IlpExtendedAttributeGroup
IlpDefaultTreeNode(IlpObject object, IlpExtendedAttributeGroup attributeGroup, boolean allowsChildren, IlpExpansionStrategy expansionStrategy)
          Creates an IlpTreeNode object with an underlying IlpObject object.
 



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