Uses of Class
com.sun.electric.tool.user.ui.WindowFrame

Packages that use WindowFrame
com.sun.electric.plugins.j3d   
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.menus   
com.sun.electric.tool.user.ui   
com.sun.electric.tool.user.waveform   
 

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

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

Uses of WindowFrame in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return WindowFrame
 WindowFrame Highlighter.getWindowFrame()
          Method to return the WindowFrame associated with this Highlighter.
 

Constructors in com.sun.electric.tool.user with parameters of type WindowFrame
Highlighter(int type, WindowFrame wf)
          Create a new Highlighter object
 

Uses of WindowFrame in com.sun.electric.tool.user.menus
 

Methods in com.sun.electric.tool.user.menus with parameters of type WindowFrame
 EMenuBar.Instance EMenuBar.genInstance(WindowFrame frame)
           
 

Constructors in com.sun.electric.tool.user.menus with parameters of type WindowFrame
EMenuBar.Instance(WindowFrame frame)
          Create a new MenuBar that belongs to group "name".
 

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

Fields in com.sun.electric.tool.user.ui declared as WindowFrame
protected  WindowFrame WindowContextClass.wf
          the window frame containing this editwindow
 

Methods in com.sun.electric.tool.user.ui that return WindowFrame
static WindowFrame WindowFrame.createEditWindow(Cell cell)
          Method to create a new circuit-editing window on the screen that displays a Cell.
static WindowFrame WindowFrame.createWaveformWindow(Stimuli sd)
          Method to create a new waveform window on the screen given the simulation data.
static WindowFrame WindowFrame.findFromIndex(int index)
          Method to find the WindowFrame associated with an index number.
static WindowFrame WindowFrame.getCurrentWindowFrame()
          Method to get the current WindowFrame.
static WindowFrame WindowFrame.getCurrentWindowFrame(boolean makeNewFrame)
          Method to get the current WindowFrame.
 WindowFrame EditWindow.getWindowFrame()
          Method to return the WindowFrame in which this EditWindow resides.
 

Methods in com.sun.electric.tool.user.ui that return types with arguments of type WindowFrame
static java.util.Iterator<WindowFrame> WindowFrame.getWindows()
          Method to return an Iterator over all WindowFrames.
 

Methods in com.sun.electric.tool.user.ui with parameters of type WindowFrame
static void WindowFrame.autoTechnologySwitch(Cell cell, WindowFrame wf)
          Method to automatically switch to the proper technology for a Cell.
static void ZoomAndPanListener.centerCursor(WindowFrame wf)
          This method implements the command to center the cursor.
static EditWindow EditWindow.CreateElectricDoc(Cell cell, WindowFrame wf, java.awt.Dimension approxSZ)
          Factory method to create a new EditWindow with a given cell, in a given WindowFrame.
 void PaletteFrame.loadForTechnology(Technology tech, WindowFrame ww)
          Set the Technology Palette to the current technology.
static PaletteFrame PaletteFrame.newInstance(WindowFrame ww)
          Method to create a new window on the screen that displays the component menu.
static void ZoomAndPanListener.panXOrY(int direction, WindowFrame wf, int ticks)
          Pan in X or Y direction.
static void StatusBar.setCoordinates(java.lang.String coords, WindowFrame wf)
           
static void StatusBar.setHierarchicalCoordinates(java.lang.String hierCoords, WindowFrame wf)
           
static void WindowFrame.showFrame(WindowFrame wf)
          Use by highlight tools to bring the frame to the front.
 

Constructors in com.sun.electric.tool.user.ui with parameters of type WindowFrame
LayerTab(WindowFrame wf)
          Constructor creates a new panel for the Layers tab.
StatusBar(WindowFrame frame)
           
TextWindow(Cell cell, WindowFrame wf)
          Factory method to create a new TextWindow with a given cell, in a given WindowFrame.
TopLevel(java.lang.String name, java.awt.Rectangle bound, WindowFrame frame, java.awt.GraphicsConfiguration gc)
          Constructor to build a window.
WindowContextClass(Cell c, WindowFrame wf)
           
 

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

Methods in com.sun.electric.tool.user.waveform that return WindowFrame
 WindowFrame WaveformWindow.getWindowFrame()
          Method to return the WindowFrame in which this WaveformWindow lives.
 

Constructors in com.sun.electric.tool.user.waveform with parameters of type WindowFrame
WaveformWindow(Stimuli sd, WindowFrame wf)
          Constructor creates a Waveform window in a given WindowFrame with given Stimuli data.