public static class WaveformWindow.Locator
extends java.lang.Object
Constructor and Description |
---|
Locator(EditWindow wnd)
The constructor takes an EditWindow and locates the associated WaveformWindow.
|
Locator(EditWindow wnd,
WaveformWindow wantWW)
The constructor takes an EditWindow and a WaveformWindow and determines whether they are associated.
|
Modifier and Type | Method and Description |
---|---|
VarContext |
getContext()
Method to return the context of all signals in the EditWindow given to the constructor.
|
WaveformWindow |
getWaveformWindow()
Method to return the WaveformWindow found by this locator class.
|
public Locator(EditWindow wnd)
wnd
- the EditWindow that is being simulated.public Locator(EditWindow wnd, WaveformWindow wantWW)
wnd
- the EditWindow that is being simulated.wantWW
- the WaveformWindow that is being associated.public WaveformWindow getWaveformWindow()
public VarContext getContext()