Uses of Class
com.sun.electric.database.hierarchy.View

Packages that use View
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.text Package for handling text. 
com.sun.electric.tool.io.input   
com.sun.electric.tool.io.output   
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

Uses of View in com.sun.electric.database.hierarchy
 

Fields in com.sun.electric.database.hierarchy declared as View
static View View.DOC
          Defines the Documentation view (a text view).
static View View.DOCWAVE
          Defines the simulation snapshot view.
static View View.ICON
          Defines the Icon view.
static View View.LAYOUT
          Defines the Layout view.
static View View.LAYOUTCOMP
          Defines the Compensated view.
static View View.LAYOUTSKEL
          Defines the Skeleton view.
static View View.NETLIST
          Defines the general Netlist view (a text view).
static View View.NETLISTALS
          Defines the ALS (netlist) view (a text view).
static View View.NETLISTNETLISP
          Defines the NetLisp (netlist) view (a text view).
static View View.NETLISTQUISC
          Defines the QUISC (netlist) view (a text view).
static View View.NETLISTRSIM
          Defines the RSIM (netlist) view (a text view).
static View View.NETLISTSILOS
          Defines the SILOS (netlist) view (a text view).
static View View.SCHEMATIC
          Defines the Schematic view.
static View View.UNKNOWN
          Defines the unknown view.
static View View.VERILOG
          Defines the Verilog view (a text view).
static View View.VHDL
          Defines the VHDL view (a text view).
 

Methods in com.sun.electric.database.hierarchy that return View
static View View.findView(java.lang.String name)
          Method to return a View using its full or short name.
 View Cell.getView()
          Method to get this Cell's View.
static View View.newInstance(java.lang.String fullName, java.lang.String abbreviation)
          Method to create a View with the given name.
static View View.newTextInstance(java.lang.String fullName, java.lang.String abbreviation)
          Method to create a Text-only View with the given name.
 

Methods in com.sun.electric.database.hierarchy that return types with arguments of type View
static java.util.List<View> View.getOrderedViews()
          Method to return a List of all libraries, sorted by name.
static java.util.Iterator<View> View.getViews()
          Method to return an iterator over the views.
 

Methods in com.sun.electric.database.hierarchy with parameters of type View
 int View.compareTo(View that)
          Compares two View objects.
static Cell Library.findCellInLibraries(java.lang.String cellName, View view, java.lang.String libraryName)
           
 Cell Cell.otherView(View view)
          Method to find the Cell of a given View that is in the same group as this Cell.
 IdMapper Cell.setView(View newView)
          Method to change the view of this Cell.
 

Uses of View in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text that return View
 View CellName.getView()
          Method to return the view part of a parsed Cell name.
 

Methods in com.sun.electric.database.text with parameters of type View
static CellName CellName.newName(java.lang.String name, View view, int version)
          Create a CellName from the given name, view, and version.
 

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

Methods in com.sun.electric.tool.io.input that return View
protected  View LibraryFiles.findOldViewName(java.lang.String viewName)
          Method to find the View to use for an old View name.
 

Uses of View in com.sun.electric.tool.io.output
 

Methods in com.sun.electric.tool.io.output with parameters of type View
static Cell Verilog.findCell(java.lang.String verilogName, View preferredView)
          Find a cell corresponding to the Verilog-style name of a cell.
 

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

Methods in com.sun.electric.tool.user with parameters of type View
static void ViewChanges.changeCellView(Cell cell, View newView)
          CHANGE A CELL'S VIEW