ilog.cpl.network
Class IlpDefaultNetworkNode
java.lang.Object
ilog.cpl.model.container.IlpAbstractRepresentationNode
ilog.cpl.network.IlpDefaultNetworkNode
- All Implemented Interfaces:
- ilog.cpl.css.internal.IlpCSSObject, IlpMutableRepresentationNode, IlpRepresentationNode, IlpAttributeValueHolder, IlpRepresentationObject, IlpMutableNetworkNode, IlpNetworkNode
public class IlpDefaultNetworkNode
- extends IlpAbstractRepresentationNode
- implements IlpMutableNetworkNode
This class is the default implementation of IlpNetworkNode.
- Since:
- JTGO 3.0
| Methods inherited from class ilog.cpl.model.container.IlpAbstractRepresentationNode |
addAttributeValueListener, addChild, addChildren, addChildren, addRepresentationNodeListener, addTreeAttributeValueListener, fireEvent, fireRepresentationNodeEvent, getAllowsChildren, getAttributeGroup, getAttributeValue, getAttributeValue, getChildren, getCSSClasses, getCSSID, getCSSType, getEditor, getExpansionStrategy, getIlpObject, getLogger, getParent, hasAttributeValue, isLeaf, removeAttributeValueListener, removeChild, removeChildren, removeChildren, removeChildren, removeRepresentationNodeListener, removeTreeAttributeValueListener, setAttributeValue, setAttributeValue, setParent, toString |
IlpDefaultNetworkNode
public IlpDefaultNetworkNode(IlpAttributeGroup model)
- Creates a new leaf node.
- Parameters:
model - The attribute group.
IlpDefaultNetworkNode
public IlpDefaultNetworkNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
- Creates a new node.
- Parameters:
model - The attribute group.strategy - The child object loader, or null for
a leaf node.
IlpDefaultNetworkNode
public IlpDefaultNetworkNode(IlpObject object)
- Creates a new leaf node attached to a business object.
- Parameters:
object - The corresponding business object.
IlpDefaultNetworkNode
public IlpDefaultNetworkNode(IlpObject object,
IlpExtendedAttributeGroup model)
- Creates a new leaf node attached to a business object.
- Parameters:
object - The corresponding business object.model - The attribute group.
IlpDefaultNetworkNode
public IlpDefaultNetworkNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
- Creates a new node attached to a business object.
- Parameters:
object - The corresponding business object.model - The attribute group.strategy - The child object loader, or null for
a leaf node.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.