All Packages This Package Class Hierarchy Class Search Index
Class bmsi.edx.fs.FSComp
java.lang.Object
|
+----bmsi.edx.fs.FSComp
public abstract class FSComp
extends java.lang.Object
{
// Fields 1
protected FSPanel panel;
// Constructors 1
protected FSComp(FSPanel);
// Methods 7
public synchronized void addPFKeyListener(PFKeyListener);
public abstract boolean contains(int, int);
public boolean isValid();
public abstract void paint();
public void processPfkey(PFKeyEvent);
public synchronized void removePFKeyListener(PFKeyListener);
public void setPFMap(PFMap[]);
}
Basic capabilities of screen components for the EDX user interface.
- Author:
-
Stuart D. Gathman
Copyright (C) 2000 Business Management Systems, Inc.
- Extended By:
- DBField, FSClock, FSGrid, FSPanel, FSString
- Returned By:
- FSPanel.getComponentAt()
protected FSPanel panel
protected FSComp(FSPanel pan)
public synchronized void addPFKeyListener(PFKeyListener l)
public synchronized void removePFKeyListener(PFKeyListener l)
public boolean isValid()
public abstract boolean contains(int row,
int col)
public abstract void paint()
public void setPFMap(PFMap[] pfmap)
public void processPfkey(PFKeyEvent e)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7