|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DisplayPanel | +--StatusView
View for the status of a patient.
Field Summary | |
protected Patient |
model
Patient data model for this. |
Constructor Summary | |
StatusView(Patient aPatient)
Constructs a status view for the given patient. |
Method Summary | |
protected void |
paintComponent(Graphics g)
Paints this to the given graphics context. |
void |
setModel(Patient aPatient)
Sets the model for this to the given patient. |
void |
update(Observable o,
Object arg)
Updates this. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Patient model
Constructor Detail |
public StatusView(Patient aPatient)
aPatient
- patient whose status is to be viewedMethod Detail |
public void setModel(Patient aPatient)
aPatient
- model for thispublic void update(Observable o, Object arg)
update
in interface Observer
protected void paintComponent(Graphics g)
g
- context to which to paint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |