All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.edx.fs.FSClock
java.lang.Object
   |
   +----bmsi.edx.fs.FSComp
           |
           +----bmsi.edx.fs.FSClock

  Summary

public class  FSClock
     extends bmsi.edx.fs.FSComp
     implements bmsi.edx.fs.PFKeyListener
{
          // Constructors 1
     public FSClock(FSPanel, int);

          // Methods 3
     public boolean contains(int, int);
     public void paint();
     public void pfkeyPressed(PFKeyEvent);
}

A self updating clock field. The clock updates as pfkeys are pressed.




  Constructors

· FSClock

Summary  |  Top

   public FSClock(FSPanel pan, 
                  int fld) 


  Methods

· contains

Summary  |  Top
   public boolean contains(int row, 
                           int col) 

We don't want to respond to any events specifically for us. So always return false and update the clock on any other events.

Overrides:
contains in class FSComp


· paint

Summary  |  Top
   public void paint() 
Overrides:
paint in class FSComp


· pfkeyPressed

Summary  |  Top
   public void pfkeyPressed(PFKeyEvent e) 
Implements:
pfkeyPressed in interface PFKeyListener


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7