Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static void |
View3DWindow.create3DWindow(Cell cell,
WindowFrame wf,
WindowContent view2D,
boolean transPerNode) |
Modifier and Type | Method and Description |
---|---|
WindowFrame |
Highlighter.getWindowFrame()
Method to return the WindowFrame associated with this Highlighter.
|
Constructor and Description |
---|
Highlighter(int type,
WindowFrame wf)
Create a new Highlighter object
|
Modifier and Type | Method and Description |
---|---|
EMenuBar.Instance |
EMenuBar.genInstance(WindowFrame frame) |
Constructor and Description |
---|
Instance(WindowFrame frame)
Create a new MenuBar that belongs to group "name".
|
Modifier and Type | Field and Description |
---|---|
protected WindowFrame |
WindowContextClass.wf
the window frame containing this editwindow
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<WindowFrame> |
WindowFrame.getWindows()
Method to return an Iterator over all WindowFrames.
|
Modifier and Type | Method and Description |
---|---|
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 |
TopLevel.createStructure(WindowFrame frame) |
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.
|
Constructor and Description |
---|
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,
boolean createStructure)
Constructor to build a window.
|
WindowContextClass(Cell c,
WindowFrame wf) |
Modifier and Type | Method and Description |
---|---|
WindowFrame |
WaveformWindow.getWindowFrame()
Method to return the WindowFrame in which this WaveformWindow lives.
|
Constructor and Description |
---|
WaveformWindow(Stimuli sd,
WindowFrame wf)
Constructor creates a Waveform window in a given WindowFrame with given Stimuli data.
|