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
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.
public FSClock(FSPanel pan,
int fld)
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
public void paint()
- Overrides:
- paint in class FSComp
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