Uses of Interface
com.sun.electric.tool.user.ui.WindowContent

Packages that use WindowContent
com.sun.electric.plugins.j3d   
com.sun.electric.tool.user.ui   
com.sun.electric.tool.user.waveform   
 

Uses of WindowContent in com.sun.electric.plugins.j3d
 

Classes in com.sun.electric.plugins.j3d that implement WindowContent
 class View3DWindow
          This class deals with 3D View using Java3D
 

Methods in com.sun.electric.plugins.j3d with parameters of type WindowContent
static void View3DWindow.create3DWindow(Cell cell, WindowFrame wf, WindowContent view2D, boolean transPerNode)
           
 

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

Classes in com.sun.electric.tool.user.ui that implement WindowContent
 class EditWindow
          This class defines an editing window for displaying circuitry.
 class TextWindow
          This class defines a text window for displaying text cells.
 

Methods in com.sun.electric.tool.user.ui that return WindowContent
 WindowContent WindowFrame.getContent()
          Method to get the content of this window.
 

Methods in com.sun.electric.tool.user.ui with parameters of type WindowContent
 void WindowFrame.finishWindowFrameInformation(WindowContent wnd, Cell cell)
          Method to finish with frame pointers.
 

Constructors in com.sun.electric.tool.user.ui with parameters of type WindowContent
ElectricPrinter(WindowContent context, java.awt.print.PageFormat pageFormat, java.awt.print.PrinterJob printJob)
           
 

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

Classes in com.sun.electric.tool.user.waveform that implement WindowContent
 class WaveformWindow
          This class defines the a screenful of Panels that make up a waveform display.