|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.project.DisplayedCells
public class DisplayedCells
This is the Project Management tool.
Constructor Summary | |
---|---|
DisplayedCells()
The constructor returna an object that captures the cells being displayed. |
Method Summary | |
---|---|
java.util.Iterator<Cell> |
getCreatedCells()
Method to return a list of cells that were created (those that were swapped-in). |
void |
swap(Cell oldVers,
Cell newVers)
Method to update the displayed cell list to account for a replacement. |
void |
updateWindows()
Method to finish changes to displayed cells. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayedCells()
Method Detail |
---|
public void swap(Cell oldVers, Cell newVers)
oldVers
- the old version of the cell.newVers
- the new version to display wherever the old version used to be.public void updateWindows()
public java.util.Iterator<Cell> getCreatedCells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |