|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpNetworkAdapterCustomization
This interface externalizes the properties of an
IlpNetworkAdapter which can be configured
using cascading style sheets.
An IlpNetworkAdapter 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.IltNetworkElement;
acceptedClasses[1]: ilog.tgo.model.IltPort;
}
Subobject#MyExpansionStrategyFactory {
class: custom.ExpansionStrategyFactory;
adapter: @adapter;
}
| Method Summary | |
|---|---|
IlpNetworkLinkFactory |
getLinkFactory()
Returns the network link factory. |
IlpNetworkNodeFactory |
getNodeFactory()
Returns the network node factory. |
| Methods inherited from interface ilog.cpl.datasource.css.IlpHierarchyAdapterCustomization |
|---|
getAcceptedClasses, getExpansionStrategyFactory, getOrigin, isShowOrigin |
| Methods inherited from interface ilog.cpl.datasource.css.IlpAdapterCustomization |
|---|
getExcludedClasses, getFilter |
| Method Detail |
|---|
IlpNetworkLinkFactory getLinkFactory()
Note: This property can be customized using a CSS, as illustrated below:
Adapter {
linkFactory: @+factoryDef;
}
Subobject#factoryDef {
class: ...;
}
IlpNetworkNodeFactory getNodeFactory()
Note: This property can be customized using CSS.
Adapter {
nodeFactory: @+factoryDef;
}
Subobject#factoryDef {
class: ...;
}
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||