Uses of Class
hicosim.control.Engine

Packages that use Engine
hicosim.components.backend.io   
hicosim.components.backend.processor   
hicosim.components.frontend   
hicosim.components.plugins   
hicosim.components.plugins.vga   
hicosim.control   
 

Uses of Engine in hicosim.components.backend.io
 

Constructors in hicosim.components.backend.io with parameters of type Engine
CommandProcessor(Engine engine, java.lang.String[] args)
           
CommandScanner(Engine engine)
          Set up a Buffered Reader.
Sourcefile(Engine e)
           
 

Uses of Engine in hicosim.components.backend.processor
 

Fields in hicosim.components.backend.processor declared as Engine
static Engine Processor.engine
           
 

Constructors in hicosim.components.backend.processor with parameters of type Engine
Disassembler(IMemory mem, Engine ei)
           
Memory(Engine engine)
          Constructor - set up TreeMap
Processor(ProcessorConfig newConfig, Engine engine1)
           
 

Uses of Engine in hicosim.components.frontend
 

Constructors in hicosim.components.frontend with parameters of type Engine
JPanelMemoryOverview(boolean arg0, Engine engine)
           
JPanelMemoryOverview(Engine engine)
           
JPanelMemoryOverview(java.awt.LayoutManager arg0, boolean arg1, Engine engine)
           
JPanelMemoryOverview(java.awt.LayoutManager arg0, Engine engine)
           
MainWindow(Engine engine, CommandProcessor cmdProcessor)
           
RunThread(Engine engine)
           
 

Uses of Engine in hicosim.components.plugins
 

Constructors in hicosim.components.plugins with parameters of type Engine
TestPlugin(int startAt, int endAt, Engine eng)
           
WatchMemPlugin(int startAt, int endAt, Engine eng)
           
 

Uses of Engine in hicosim.components.plugins.vga
 

Constructors in hicosim.components.plugins.vga with parameters of type Engine
ProcessASCII(Engine e)
           
ProcessMAIN_RAM(Engine e, VGAPlugin vga)
           
ProcessVGA(Engine e)
           
VGAPlugin(int width, int height, Engine e)
           
 

Uses of Engine in hicosim.control
 

Constructors in hicosim.control with parameters of type Engine
ProcessorConfig(Engine engine)