|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by all JavaBeans(TM) components that act as "front ends" to Entry classes. Such components must follow several patterns:
Entry| Method Summary | |
Entry |
followLink()
Return the Entry linked to by this JavaBeans component. |
void |
makeLink(Entry e)
Make a link to an Entry object. |
| Method Detail |
public void makeLink(Entry e)
e - the Entry object to link to
ClassCastException - the Entry is not of the
correct type for this JavaBeans componentpublic Entry followLink()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||