All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.gui.Gui

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----edsac.gui.Gui

public class Gui
extends Container

Variable Index

 o configFrame
 o inputFrame
 o outputFrame

Constructor Index

 o Gui(Kernel, TeleQueue, Image)
Builds GUI in one mega method

Method Index

 o drawAllDisplays()
 o paint(Graphics)
 o setTankNumber(int)
Sets the number of the tank on display so that the correct one can be fetched from memory

Variables

 o inputFrame
 public CloseableFrame inputFrame
 o outputFrame
 public CloseableFrame outputFrame
 o configFrame
 public CloseableFrame configFrame

Constructors

 o Gui
 public Gui(Kernel k,
            TeleQueue q,
            Image configImage)
Builds GUI in one mega method

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o setTankNumber
 public void setTankNumber(int number)
Sets the number of the tank on display so that the correct one can be fetched from memory

 o drawAllDisplays
 public void drawAllDisplays()

All Packages  Class Hierarchy  This Package  Previous  Next  Index