|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell.CellGroup | |
---|---|
com.sun.electric.database.change | Package for handling changes to the Electric database. |
com.sun.electric.database.constraint | Package for handling constraint propagation in the Electric database. |
com.sun.electric.database.hierarchy | Package for hierarchy (cell instances inside of cells). |
com.sun.electric.tool | Package for all synthesis and analysis tools. |
com.sun.electric.tool.cvspm | Package for the CVS tool which synchronizes circuitry using source-code control. |
com.sun.electric.tool.ncc.basic | |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
Uses of Cell.CellGroup in com.sun.electric.database.change |
---|
Methods in com.sun.electric.database.change with parameters of type Cell.CellGroup | |
---|---|
void |
Changes.modifyCellGroup(Cell cell,
Cell.CellGroup oCellGroup)
Method to announce a move of a Cell int CellGroup. |
Uses of Cell.CellGroup in com.sun.electric.database.constraint |
---|
Methods in com.sun.electric.database.constraint with parameters of type Cell.CellGroup | |
---|---|
void |
Constraints.modifyCellGroup(Cell cell,
Cell.CellGroup oCellGroup)
Method to announce a move of a Cell int CellGroup. |
Uses of Cell.CellGroup in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy that return Cell.CellGroup | |
---|---|
Cell.CellGroup |
Cell.getCellGroup()
Method to get the CellGroup that this Cell is part of. |
Methods in com.sun.electric.database.hierarchy with parameters of type Cell.CellGroup | |
---|---|
void |
Cell.setCellGroup(Cell.CellGroup cellGroup)
Method to put this Cell together with all its versions and views into the given CellGroup. |
Uses of Cell.CellGroup in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool with parameters of type Cell.CellGroup | |
---|---|
void |
Listener.modifyCellGroup(Cell cell,
Cell.CellGroup oCellGroup)
Method to announce a move of a Cell int CellGroup. |
Uses of Cell.CellGroup in com.sun.electric.tool.cvspm |
---|
Methods in com.sun.electric.tool.cvspm with parameters of type Cell.CellGroup | |
---|---|
static java.awt.Color |
CVSLibrary.getColor(Cell.CellGroup cg)
|
Uses of Cell.CellGroup in com.sun.electric.tool.ncc.basic |
---|
Methods in com.sun.electric.tool.ncc.basic that return Cell.CellGroup | |
---|---|
Cell.CellGroup |
NccCellAnnotations.getGroupToJoin()
|
Constructor parameters in com.sun.electric.tool.ncc.basic with type arguments of type Cell.CellGroup | |
---|---|
CompareList(Cell cell,
com.sun.electric.tool.ncc.basic.CellUsage use1,
com.sun.electric.tool.ncc.basic.CellUsage use2,
java.util.Set<Cell.CellGroup> visitedGroups)
Collect all Cells in cell's CellGroup that are used by our designs. |
Uses of Cell.CellGroup in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user with parameters of type Cell.CellGroup | |
---|---|
static void |
CircuitChanges.renameCellGroupInJob(Cell.CellGroup cellGroup,
java.lang.String newName)
|
Constructors in com.sun.electric.tool.user with parameters of type Cell.CellGroup | |
---|---|
CellChangeJobs.DeleteCellGroup(Cell.CellGroup group)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |