|
JavaView® v2.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for update mechanism of JavaView.
Root object for update mechanism is PsObject,
and PsPanel for InfoPanel classes.
PsObject,
PsPanel| Method Summary | |
PsUpdateIf |
getFather()
Get parent and do nothing else. |
java.lang.String |
getName()
Get name of instance. |
void |
setParent(PsUpdateIf parent)
Set parent and do nothing else. |
boolean |
update(java.lang.Object event)
Event handling method in the update mechanism. |
| Method Detail |
public java.lang.String getName()
public PsUpdateIf getFather()
setParent(PsUpdateIf),
update(Object)public void setParent(PsUpdateIf parent)
aParent - will receive events which this does not handlegetFather(),
update(Object)public boolean update(java.lang.Object event)
event - carries a lot of informationPsObject,
getFather(),
setParent(PsUpdateIf)
|
JavaView® v2.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||