Package | Description |
---|---|
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 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.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 JTGO Network component. |
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
ilog.cpl.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected IlpExpansionStrategy |
IlpAbstractHierarchyAdapter.createExpansionStrategy(IlpObject ilpObject)
Returns the expansion strategy that will be used by the object
created by this adapter to represent the given business object.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpRepresentationObjectFactory.createRepresentation(IlpObject object,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object.
|
Modifier and Type | Method and Description |
---|---|
IlpEquipmentLink |
IlpEquipmentLinkFactory.createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment link.
|
IlpEquipmentLink |
IlpDefaultEquipmentLinkFactory.createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link.
|
IlpEquipmentNode |
IlpEquipmentNodeFactory.createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node.
|
IlpEquipmentNode |
IlpDefaultEquipmentNodeFactory.createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node.
|
Constructor and Description |
---|
IlpDefaultEquipmentLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link.
|
IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object.
|
IlpDefaultEquipmentNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node.
|
IlpDefaultEquipmentNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node attached to a business object.
|
Modifier and Type | Field and Description |
---|---|
protected IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.inPlaceExpansionStrategy
Expansion strategy for IN_PLACE expansion.
|
protected IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.inPlaceMinimalLoadingExpansionStrategy
Expansion strategy that loads each level at a time.
|
Modifier and Type | Method and Description |
---|---|
IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.create(IlpObject ilpObject)
Creates an expansion strategy to be used by the representation object
that corresponds to the given business object.
|
Modifier and Type | Method and Description |
---|---|
IlpExpansionStrategy |
IlpRepresentationNode.getExpansionStrategy()
Returns the child object loader that was passed to this object at
construction time.
|
IlpExpansionStrategy |
IlpAbstractRepresentationNode.getExpansionStrategy()
Returns the child object loader that was passed to this object at
construction time.
|
Constructor and Description |
---|
IlpAbstractRepresentationLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new link.
|
IlpAbstractRepresentationLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new link attached to a business object.
|
IlpAbstractRepresentationNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new node.
|
IlpAbstractRepresentationNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new node attached to a business object.
|
Modifier and Type | Method and Description |
---|---|
IlpNetworkLink |
IlpNetworkLinkFactory.createNetworkLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link.
|
IlpNetworkLink |
IlpDefaultNetworkLinkFactory.createNetworkLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link.
|
IlpNetworkNode |
IlpNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node.
|
IlpNetworkNode |
IlpDefaultNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node.
|
Constructor and Description |
---|
IlpDefaultNetworkLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link.
|
IlpDefaultNetworkLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object.
|
IlpDefaultNetworkNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node.
|
IlpDefaultNetworkNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node attached to a business object.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObject |
IlpTableRowFactory.createRepresentation(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object.
|
Modifier and Type | Field and Description |
---|---|
protected IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.inPlaceExpansionStrategy
Expansion strategy for IN_PLACE expansion
|
protected IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.inPlaceMinimalLoadingExpansionStrategy
Expansion strategy for IN_PLACE_MINIMAL_LOADING expansion
|
Modifier and Type | Method and Description |
---|---|
IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.create(IlpObject ilpObject)
Creates an expansion strategy that will be used by the representation
object that corresponds to the given business object.
|
IlpExpansionStrategy |
IlpTreeNodeHelper.getExpansionStrategy()
Returns the expansion strategy used by this tree node.
|
IlpExpansionStrategy |
IlpDefaultTreeNode.getExpansionStrategy()
Returns the expansion strategy.
|
Modifier and Type | Method and Description |
---|---|
IlpTreeNode |
IlpTreeNodeFactory.createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node.
|
IlpTreeNode |
IlpDefaultTreeNodeFactory.createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node.
|
Constructor and Description |
---|
IlpDefaultTreeNode(IlpAttributeGroup attributeGroup,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an
IlpTreeNode object without an underlying
IlpObject object. |
IlpDefaultTreeNode(IlpObject object,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an
IlpTreeNode object with an underlying
IlpObject object. |
IlpDefaultTreeNode(IlpObject object,
IlpExtendedAttributeGroup attributeGroup,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an
IlpTreeNode object with an underlying
IlpObject object. |
Modifier and Type | Class and Description |
---|---|
class |
IlpStaticExpansionStrategy
This class is an expansion strategy suitable when no load on demand is
necessary.
|
Modifier and Type | Field and Description |
---|---|
static IlpExpansionStrategy |
IlpStaticExpansionStrategy.STATIC
This is an expansion strategy suitable when no load on demand is
necessary.
|
Modifier and Type | Method and Description |
---|---|
IlpExpansionStrategy |
IlpExpansionStrategyFactory.create(IlpObject object)
Returns an expansion strategy for the given business object.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.