Uses of Class
com.sun.electric.tool.user.waveform.WaveformWindow

Packages that use WaveformWindow
com.sun.electric.tool.io.input   
com.sun.electric.tool.simulation Package for handling the simulation tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.ui   
com.sun.electric.tool.user.waveform   
 

Uses of WaveformWindow in com.sun.electric.tool.io.input
 

Methods in com.sun.electric.tool.io.input with parameters of type WaveformWindow
static void Simulate.plotSimulationResults(FileType type, Cell cell, java.net.URL fileURL, WaveformWindow ww)
          Method to read simulation output of a given type.
 

Uses of WaveformWindow in com.sun.electric.tool.simulation
 

Methods in com.sun.electric.tool.simulation that return WaveformWindow
 WaveformWindow Stimuli.getWaveformWindow()
          Method to return the WaveformWindow that displays this simulation data.
 

Methods in com.sun.electric.tool.simulation with parameters of type WaveformWindow
 void Stimuli.setWaveformWindow(WaveformWindow ww)
           
static void Simulation.showSimulationData(Stimuli sd, WaveformWindow ww)
          Method to display simulation data in a waveform window.
 

Uses of WaveformWindow in com.sun.electric.tool.user.dialogs
 

Constructors in com.sun.electric.tool.user.dialogs with parameters of type WaveformWindow
WaveformZoom(java.awt.Frame parent, double lowVert, double highVert, double lowHoriz, double highHoriz, WaveformWindow curWindow, Panel curPanel)
          Creates new form Waveform Zoom
 

Uses of WaveformWindow in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return WaveformWindow
 WaveformWindow WindowFrame.getWaveformWindow()
          Method to return the WaveformWindow associated with this frame.
 

Uses of WaveformWindow in com.sun.electric.tool.user.waveform
 

Methods in com.sun.electric.tool.user.waveform that return WaveformWindow
static WaveformWindow WaveformWindow.findWaveformWindow(Cell cell)
          Method to return the waveform window associated with a Cell.
 WaveformWindow HorizRuler.getWaveformWindow()
          Method to return the WaveformWindow in which this ruler lives.
 WaveformWindow WaveformWindow.OnePanel.getWaveformWindow()
           
 WaveformWindow WaveformWindow.Locator.getWaveformWindow()
          Method to return the WaveformWindow found by this locator class.
 WaveformWindow Panel.getWaveWindow()
           
 

Constructors in com.sun.electric.tool.user.waveform with parameters of type WaveformWindow
Panel(WaveformWindow waveWindow, boolean analog, Analysis.AnalysisType analysisType)
          Constructor creates a panel in a WaveformWindow.
SweepSignal(java.lang.Object obj, WaveformWindow ww, Analysis an)
           
WaveformWindow.Locator(EditWindow wnd, WaveformWindow wantWW)
          The constructor takes an EditWindow and a WaveformWindow and determines whether they are associated.
WaveformWindow.OnePanel(Panel panel, WaveformWindow ww)