public class IlpManagerViewAutoAdjuster
extends ilog.tgo.util.internal.IltAbstractManagerViewAutoAdjuster
The following example illustrates how this class should be used:
IlpNetworkView networkView = networkComponent.getView();
IlpManagerViewAutoAdjuster adjuster
= new IlpManagerViewAutoAdjuster (networkView, "InformationWindow");
networkView.getGrapher().addManagerTreeContentChangedListener(adjuster);
Compatibility Note: In JViews 8.0, this class was moved from
ilog.tgo.util.IltManagerViewAutoAdjuster
to ilog.cpl.graph.util
.
Constructor and Description |
---|
IlpManagerViewAutoAdjuster(IlpGraphView graphView,
String decorationName)
Creates a manager listener which adjusts the contents of the view
according to the decoration which is required to be visible.
|
public IlpManagerViewAutoAdjuster(IlpGraphView graphView, String decorationName)
graphView
- the component view, either a Network or an Equipment viewdecorationName
- the type of graphic element to be always visible© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.