byucc.jhdl.apps.Jab
Class BrowserCore

java.lang.Object
  extended bybyucc.jhdl.apps.Jab.BrowserCore
All Implemented Interfaces:
Browser, java.lang.Runnable

Deprecated. Use byucc.jhdl.apps.Viewers.cvt instead.

public class BrowserCore
extends java.lang.Object
implements Browser, java.lang.Runnable


Field Summary
static java.lang.String Recent_Classes_File
          Deprecated.  
static java.lang.String Recent_Format_File
          Deprecated.  
protected  BrowserMainFrame tool
          Deprecated.  
 
Constructor Summary
BrowserCore(boolean GUI)
          Deprecated.  
 
Method Summary
 boolean addCircuitView(Cell cCell)
          Deprecated.  
 boolean addCircuitView(java.lang.String cellName, int locx, int locy, int sizex, int sizey)
          Deprecated.  
protected  boolean addClassView(CLInterpreter interp, java.lang.String toView)
          Deprecated.  
 void addFormat(java.lang.String newFormat)
          Deprecated.  
 boolean addLayoutView(java.lang.String cellName)
          Deprecated.  
 void addLoadedClass(java.lang.String newClass)
          Deprecated.  
protected  void addObjectInfo(java.lang.Object toView)
          Deprecated.  
 boolean addWatch(java.lang.String wireName)
          Deprecated.  
 boolean addWatch(Wire toAdd)
          Deprecated.  
protected  boolean behavModel(java.lang.String cName, boolean en, boolean gui)
          Deprecated.  
 void buildCommands()
          Deprecated.  
 void clearCheckBoxes()
          Deprecated.  
 void cycle(int clock_count)
          Deprecated.  
 GenericFrame getBrowserFrame()
          Deprecated.  
 CellInfo getCellInfo(java.lang.String cellName, boolean getChildWires)
          Deprecated.  
 TextConsole getConsole()
          Deprecated.  
 ConsoleFrame getConsoleFrame()
          Deprecated.  
 int getCurrCycle()
          Deprecated.  
 Node getCurrNode()
          Deprecated.  
 HWSystem getHardwareSystem()
          Deprecated.  
 CLInterpreter getInterp()
          Deprecated.  
 CLInterpreter getInterpreter()
          Deprecated.  
 KeyMan getKeyListener()
          Deprecated.  
 java.util.Vector getOldFormats()
          Deprecated.  
 java.util.Vector getRecentlyLoadedClasses()
          Deprecated.  
 java.lang.String getRootName()
          Deprecated.  
 Node getRootNode()
          Deprecated.  
 Cell getSelectedCell()
          Deprecated.  
 Cell getSelectedCell(boolean display_dialogs)
          Deprecated.  
 Wire getSelectedWire()
          Deprecated.  
static java.lang.String[] getTestBenchArguments()
          Deprecated. Returns any command-line parameters after "--".
 ViewManager getViewManager()
          Deprecated.  
 java.lang.String getWD()
          Deprecated.  
 boolean hasWindows()
          Deprecated.  
 boolean isGUI()
          Deprecated.  
protected  boolean isWatched(java.lang.String wireName)
          Deprecated.  
 Node loadNewClass(java.lang.String className)
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated. Please use byucc.jhdl.apps.Viewers.cvt instead.
 void parseFile(java.lang.String filename)
          Deprecated.  
protected  void quit()
          Deprecated.  
 void quitAllApps()
          Deprecated.  
 void removeCircuitView(Cell c)
          Deprecated.  
 void removeCircuitView(java.lang.String cName)
          Deprecated.  
 boolean removeWatch(java.lang.String wireName)
          Deprecated.  
 void run()
          Deprecated.  
 void setCurrNode(Node currNode)
          Deprecated.  
 void setHardwareMode(boolean newValue)
          Deprecated.  
 void setWavesType(boolean newValue)
          Deprecated.  
 void setWD(java.lang.String wd)
          Deprecated.  
 void setWin(boolean v)
          Deprecated.  
 void step(int clock_count)
          Deprecated.  
protected  void toggleWatch()
          Deprecated.  
 void update()
          Deprecated.  
 void updateTree()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tool

protected BrowserMainFrame tool
Deprecated. 

Recent_Classes_File

public static final java.lang.String Recent_Classes_File
Deprecated. 

Recent_Format_File

public static final java.lang.String Recent_Format_File
Deprecated. 
Constructor Detail

BrowserCore

public BrowserCore(boolean GUI)
Deprecated. 
Method Detail

hasWindows

public boolean hasWindows()
Deprecated. 

run

public void run()
Deprecated. 
Specified by:
run in interface java.lang.Runnable

getSelectedCell

public Cell getSelectedCell()
Deprecated. 

getSelectedCell

public Cell getSelectedCell(boolean display_dialogs)
Deprecated. 

getSelectedWire

public Wire getSelectedWire()
Deprecated. 

isGUI

public boolean isGUI()
Deprecated. 

getHardwareSystem

public HWSystem getHardwareSystem()
Deprecated. 

getInterpreter

public CLInterpreter getInterpreter()
Deprecated. 

setCurrNode

public void setCurrNode(Node currNode)
Deprecated. 

getCurrNode

public Node getCurrNode()
Deprecated. 

getConsole

public TextConsole getConsole()
Deprecated. 

getConsoleFrame

public ConsoleFrame getConsoleFrame()
Deprecated. 

addFormat

public void addFormat(java.lang.String newFormat)
Deprecated. 

getOldFormats

public java.util.Vector getOldFormats()
Deprecated. 

getInterp

public CLInterpreter getInterp()
Deprecated. 

addLoadedClass

public void addLoadedClass(java.lang.String newClass)
Deprecated. 

getRecentlyLoadedClasses

public java.util.Vector getRecentlyLoadedClasses()
Deprecated. 

getKeyListener

public KeyMan getKeyListener()
Deprecated. 

getRootName

public java.lang.String getRootName()
Deprecated. 

getWD

public java.lang.String getWD()
Deprecated. 

setWD

public void setWD(java.lang.String wd)
Deprecated. 

getViewManager

public ViewManager getViewManager()
Deprecated. 

buildCommands

public void buildCommands()
Deprecated. 

setHardwareMode

public void setHardwareMode(boolean newValue)
Deprecated. 

setWin

public void setWin(boolean v)
Deprecated. 

getRootNode

public Node getRootNode()
Deprecated. 

getBrowserFrame

public GenericFrame getBrowserFrame()
Deprecated. 

addCircuitView

public boolean addCircuitView(java.lang.String cellName,
                              int locx,
                              int locy,
                              int sizex,
                              int sizey)
Deprecated. 

behavModel

protected boolean behavModel(java.lang.String cName,
                             boolean en,
                             boolean gui)
Deprecated. 

addObjectInfo

protected void addObjectInfo(java.lang.Object toView)
Deprecated. 

addClassView

protected boolean addClassView(CLInterpreter interp,
                               java.lang.String toView)
Deprecated. 

addCircuitView

public boolean addCircuitView(Cell cCell)
Deprecated. 

removeCircuitView

public void removeCircuitView(Cell c)
Deprecated. 

removeCircuitView

public void removeCircuitView(java.lang.String cName)
Deprecated. 

addLayoutView

public boolean addLayoutView(java.lang.String cellName)
Deprecated. 

loadNewClass

public Node loadNewClass(java.lang.String className)
                  throws java.lang.InstantiationException,
                         java.lang.IllegalAccessException,
                         java.lang.IllegalArgumentException
Deprecated. 
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException

parseFile

public void parseFile(java.lang.String filename)
Deprecated. 

addWatch

public boolean addWatch(Wire toAdd)
Deprecated. 

addWatch

public boolean addWatch(java.lang.String wireName)
Deprecated. 

removeWatch

public boolean removeWatch(java.lang.String wireName)
Deprecated. 

getCellInfo

public CellInfo getCellInfo(java.lang.String cellName,
                            boolean getChildWires)
Deprecated. 

setWavesType

public void setWavesType(boolean newValue)
Deprecated. 

clearCheckBoxes

public void clearCheckBoxes()
Deprecated. 

isWatched

protected boolean isWatched(java.lang.String wireName)
Deprecated. 

getCurrCycle

public int getCurrCycle()
Deprecated. 

step

public void step(int clock_count)
Deprecated. 

cycle

public void cycle(int clock_count)
Deprecated. 

update

public void update()
Deprecated. 

updateTree

public void updateTree()
Deprecated. 

quit

protected void quit()
Deprecated. 

quitAllApps

public void quitAllApps()
Deprecated. 

toggleWatch

protected void toggleWatch()
Deprecated. 

getTestBenchArguments

public static java.lang.String[] getTestBenchArguments()
Deprecated. 
Returns any command-line parameters after "--". Jab ignores these parameters and saves them for the testbench. A testbench can call getTestBenchArguments() to get these parameters. This is useful for testbenches for parameterizable modules, so that a specific configuration can be brought up in Jab.

Returns:
An array of parameters intended for the testbench. If there are no parameters, null is returned.

main

public static void main(java.lang.String[] args)
Deprecated. Please use byucc.jhdl.apps.Viewers.cvt instead.



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