All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.GUI.CellPanel

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

public class CellPanel
extends Panel
A panel for memory cells.


Constructor Index

 o CellPanel(Address, Word)
Every memory cell has an address label and a non editable value textfield.

Method Index

 o highlight()
 o updatePanel(Word)

Constructors

 o CellPanel
 public CellPanel(Address a,
                  Word v)
Every memory cell has an address label and a non editable value textfield.

Methods

 o updatePanel
 public void updatePanel(Word v)
 o highlight
 public void highlight()

All Packages  Class Hierarchy  This Package  Previous  Next  Index