com.sun.electric.tool.user.ui
Class WindowFrame.CellHistory

java.lang.Object
  extended by com.sun.electric.tool.user.ui.WindowFrame.CellHistory
Enclosing class:
WindowFrame

public static class WindowFrame.CellHistory
extends java.lang.Object

Class to track CellHistory and associated values.


Constructor Summary
WindowFrame.CellHistory()
           
 
Method Summary
 Cell getCell()
           
 VarContext getContext()
           
 WindowFrame.DisplayAttributes getDisplayAttributes()
           
 void setContext(VarContext context)
           
 void setSelPort(PortInst selPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowFrame.CellHistory

public WindowFrame.CellHistory()
Method Detail

getCell

public Cell getCell()

getContext

public VarContext getContext()

setContext

public void setContext(VarContext context)

setSelPort

public void setSelPort(PortInst selPort)

getDisplayAttributes

public WindowFrame.DisplayAttributes getDisplayAttributes()