public interface IlpEquipmentAdapterCustomization extends IlpHierarchyAdapterCustomization
IlpEquipmentAdapter
which can be configured
using cascading style sheets.
An IlpEquipmentAdapter
can be configured
like this in a CSS file:
Adapter { expansionStrategyFactory: @+MyExpansionStrategyFactory; showOrigin: true; origin[0]: "ObjectID_A"; origin[1]: "ObjectID_B"; origin[2]: "ObjectID_C"; : : acceptedClasses[0]: ilog.tgo.model.IltShelf; acceptedClasses[1]: ilog.tgo.model.IltPort; } Subobject#MyExpansionStrategyFactory { class: custom.ExpansionStrategyFactory; adapter: @adapter; }
Modifier and Type | Method and Description |
---|---|
IlpEquipmentLinkFactory |
getLinkFactory()
Returns the equipment link factory.
|
IlpEquipmentNodeFactory |
getNodeFactory()
Returns the equipment node factory.
|
getAcceptedClasses, getExpansionStrategyFactory, getOrigin, isShowOrigin
getExcludedClasses, getFilter
IlpEquipmentLinkFactory getLinkFactory()
Note: This property can be customized using a CSS, as illustrated below:
Adapter { linkFactory: @+factoryDef; } Subobject#factoryDef { class: ...; }
IlpEquipmentNodeFactory getNodeFactory()
Note: This property can be customized using CSS.
Adapter { nodeFactory: @+factoryDef; } Subobject#factoryDef { class: ...; }
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.