All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.GUI.ProcessorPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----duckMachine.GUI.ProcessorPanel

public class ProcessorPanel
extends Panel
implements TextListener
A panel for the processor.


Constructor Index

 o ProcessorPanel(MachineFrame, ProcessorI)

Method Index

 o textValueChanged(TextEvent)
Called when the value of the PC textfield changes.
 o updatePanel(ProcessorI)

Constructors

 o ProcessorPanel
 public ProcessorPanel(MachineFrame mf,
                       ProcessorI proc)

Methods

 o updatePanel
 public void updatePanel(ProcessorI proc)
 o textValueChanged
 public void textValueChanged(TextEvent evt)
Called when the value of the PC textfield changes.


All Packages  Class Hierarchy  This Package  Previous  Next  Index