public class CellChangeJobs
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CellChangeJobs.DeleteCell
Class to delete a cell in a new thread.
|
static class |
CellChangeJobs.DeleteCellGroup
Class to rename a cell in a new thread.
|
static class |
CellChangeJobs.DeleteManyCells
This class implement the command to delete a list of cells.
|
static class |
CellChangeJobs.DuplicateCell
This class implement the command to duplicate a cell.
|
static class |
CellChangeJobs.ExtractCellInstances
This class implement the command to extract the contents of cell instances.
|
static class |
CellChangeJobs.GraphCells
This class implement the command to make a graph of the cells.
|
static class |
CellChangeJobs.GraphLibraries
This class implement the command to make a graph of the libraries.
|
static class |
CellChangeJobs.NewCellVersion
This class implement the command to make a new version of a cell.
|
static class |
CellChangeJobs.PackageCell
This class implements the command to package circuitry into a new cell.
|
static class |
CellChangeJobs.RenameCell
Class to rename a cell in a new thread.
|
static class |
CellChangeJobs.RenameCellGroup
Class to rename a cell in a new thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
copyExpandedStatus(java.util.Map<CellId,Cell> newCells)
Copy expanded status in client database after some cells were copied or moved in server database
|
static IdMapper |
copyRecursively(java.util.List<Cell> fromCells,
Library toLib,
boolean verbose,
boolean move,
boolean allRelatedViews,
boolean copySubCells,
boolean useExisting,
java.util.Map<CellId,Cell> newCells,
EditingPreferences ep)
Method to recursively copy cells between libraries.
|
static void |
doArbitraryExtraction(Cell cell,
NodeInst.ExpansionState expansionState,
java.util.Set<NodeInst> expandedNodes,
java.util.List<NodeInst> nodes,
boolean copyExports,
int depth,
boolean fromRight,
EditingPreferences ep) |
public static void doArbitraryExtraction(Cell cell, NodeInst.ExpansionState expansionState, java.util.Set<NodeInst> expandedNodes, java.util.List<NodeInst> nodes, boolean copyExports, int depth, boolean fromRight, EditingPreferences ep)
public static void copyExpandedStatus(java.util.Map<CellId,Cell> newCells)
newCells
- map from old to new cells.public static IdMapper copyRecursively(java.util.List<Cell> fromCells, Library toLib, boolean verbose, boolean move, boolean allRelatedViews, boolean copySubCells, boolean useExisting, java.util.Map<CellId,Cell> newCells, EditingPreferences ep)
fromCells
- the original cells being copied.toLib
- the destination library to copy the cell.verbose
- true to display extra information.move
- true to move instead of copy.allRelatedViews
- true to copy all related views (schematic cell with layout, etc.)
If false, only schematic/icon relations are copied.copySubCells
- true to recursively copy sub-cells. If true, "useExisting" must be true.useExisting
- true to use any existing cells in the destination library
instead of creating a cross-library reference. False to copy everything needed.ep
- EditingPreferences