Uses of Interface
byucc.jhdl.apps.Viewers.Event.JHDLHostWidgetInterface

Packages that use JHDLHostWidgetInterface
byucc.jhdl.apps.Broker   
byucc.jhdl.apps.Viewers.cvt   
byucc.jhdl.apps.Viewers.Event   
byucc.jhdl.apps.Viewers.laf   
byucc.jhdl.apps.Viewers.NewTreeBrowser   
byucc.jhdl.apps.Viewers.Schematic   
byucc.jhdl.apps.Viewers.TreeBrowser   
byucc.jhdl.apps.Viewers.Waves   
byucc.jhdl.apps.Viewers.WiresTable   
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Broker
 

Fields in byucc.jhdl.apps.Broker declared as JHDLHostWidgetInterface
protected  JHDLHostWidgetInterface Broker.hwi
          Broker's copy of the JHDLHostWidgetInterface, so that it can send it to the new views that are made.
 

Methods in byucc.jhdl.apps.Broker with parameters of type JHDLHostWidgetInterface
 void Broker.registerJHDLHostWidgetInterface(JHDLHostWidgetInterface hwi)
          Method used to pass the Broker a copy of the JHDLHostWidgetInterface.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.cvt
 

Classes in byucc.jhdl.apps.Viewers.cvt that implement JHDLHostWidgetInterface
 class cvtPanel
           
 

Methods in byucc.jhdl.apps.Viewers.cvt that return JHDLHostWidgetInterface
 JHDLHostWidgetInterface cvtFrame.getJHDLHostWidgetInterface()
           
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.Event
 

Classes in byucc.jhdl.apps.Viewers.Event that implement JHDLHostWidgetInterface
 class JHDLAbstractHostPanel
          This is the JHDLHostPanel that the master widget's panel will extend.
 

Constructors in byucc.jhdl.apps.Viewers.Event with parameters of type JHDLHostWidgetInterface
JHDLWidgetPanel(JHDLHostWidgetInterface hwi)
          Constructor.
JHDLWidgetScrollPane(JHDLHostWidgetInterface hwi)
          Constructor.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.laf
 

Constructors in byucc.jhdl.apps.Viewers.laf with parameters of type JHDLHostWidgetInterface
JHDLUIWidgetPanel(JHDLHostWidgetInterface hwi)
          New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.NewTreeBrowser
 

Fields in byucc.jhdl.apps.Viewers.NewTreeBrowser declared as JHDLHostWidgetInterface
protected  JHDLHostWidgetInterface TreeBrowserPanel.hwi
           
 

Constructors in byucc.jhdl.apps.Viewers.NewTreeBrowser with parameters of type JHDLHostWidgetInterface
TreeBrowserFrame(Node node, JHDLHostWidgetInterface hwi)
          New constructor added, so that the JHDLHostWidgetInterface can be passed in and sent to the TreeBrowserPanel.
TreeBrowserPanel(Node rNode, JHDLHostWidgetInterface hwi)
          Constructs a new TreeBrowserPanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.Schematic
 

Fields in byucc.jhdl.apps.Viewers.Schematic declared as JHDLHostWidgetInterface
protected  JHDLHostWidgetInterface SmartSchematicFrame.hwi
          The JHDLHostWidgetInterface that this class will send to all new Schematic Views that are created.
 

Constructors in byucc.jhdl.apps.Viewers.Schematic with parameters of type JHDLHostWidgetInterface
SchematicScrollPane(Cell p, JHDLHostWidgetInterface hwi)
          Constructs a new SchematicScrollPane--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
SmartSchematicFrame(Cell c, JHDLHostWidgetInterface hwi)
          Constructs a new SmartSchematicFrame--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
SchematicViewerFrame(Cell c, JHDLHostWidgetInterface hwi)
          Constructs a new SchematicViewerFrame--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
SchematicViewerInternalFrame(Cell c, JHDLHostWidgetInterface hwi)
          Constructs a new SchematicViewerInternalFrame--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
SchematicViewerPanel(Cell c, JHDLHostWidgetInterface hwi)
          Constructs a new SchematicViewerPanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
SchematicCanvas(Cell p, javax.swing.JViewport vp, JHDLHostWidgetInterface hwi)
          Constructs a new SchematicCanvas--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.TreeBrowser
 

Constructors in byucc.jhdl.apps.Viewers.TreeBrowser with parameters of type JHDLHostWidgetInterface
TreeBrowserPanel(Cell rNode, JHDLHostWidgetInterface hwi)
          Constructs a new TreeBrowserPanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
TreeBrowserFrame(Cell cell, JHDLHostWidgetInterface hwi)
          New constructor added, so that the JHDLHostWidgetInterface can be passed in and sent to the TreeBrowserPanel.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.Waves
 

Constructors in byucc.jhdl.apps.Viewers.Waves with parameters of type JHDLHostWidgetInterface
WavesWireFrame(JHDLHostWidgetInterface hwi)
          Constructs a new WavesWireFrame--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
BrowserWavesPanel(JHDLHostWidgetInterface hwi)
          Constructs a new BrowserWavesPanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
WavesDataManager(JHDLHostWidgetInterface hwi)
          Constructs a new WavesDataManager--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
WavesWirePanel(JHDLHostWidgetInterface hwi)
          Constructs a new WavesWirePanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
WavesWireManager(JHDLHostWidgetInterface hwi)
          Constructs a new WavesWireManager--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
WavesWireInternalFrame(JHDLHostWidgetInterface hwi)
          Constructs a new WavesWireInternalFrame--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
 

Uses of JHDLHostWidgetInterface in byucc.jhdl.apps.Viewers.WiresTable
 

Constructors in byucc.jhdl.apps.Viewers.WiresTable with parameters of type JHDLHostWidgetInterface
WiresTableFrame(Cell cell, JHDLHostWidgetInterface hwi)
           
WiresTablePanel(Cell c, JHDLHostWidgetInterface hwi)
          Constructs a new WiresTablePanel--New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
WiresTableInternalFrame(Cell cell, JHDLHostWidgetInterface hwi)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.