|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.user.waveform.WaveformWindow.Locator
public static class WaveformWindow.Locator
Class to find the WaveformWindow associated with the cell in a given EditWindow. May have to climb the hierarchy to find the top-level cell that is being simulated.
Constructor Summary | |
---|---|
WaveformWindow.Locator(EditWindow wnd)
The constructor takes an EditWindow and locates the associated WaveformWindow. |
|
WaveformWindow.Locator(EditWindow wnd,
WaveformWindow wantWW)
The constructor takes an EditWindow and a WaveformWindow and determines whether they are associated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaveformWindow.Locator(EditWindow wnd)
wnd
- the EditWindow that is being simulated.public WaveformWindow.Locator(EditWindow wnd, WaveformWindow wantWW)
wnd
- the EditWindow that is being simulated.wantWW
- the WaveformWindow that is being associated.Method Detail |
---|
public WaveformWindow getWaveformWindow()
public VarContext getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |