|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBreadCrumbParticipant
Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy. An example of a bread crumb is:
Home > Products & Solutions > Hardware > Desktop Systems
In a panel based implementation, Home,
Products & Solutions etc would be seperate panels that all are bread crumb
participants: for instance the Home participant's title would return
'Home', and the component would be the corresponding panel.
| Method Summary | |
|---|---|
Component |
getComponent()
Gets the participating component. |
String |
getTitle()
Gets the title of the bread crumb, which will be used for displaying it. |
void |
onActivate(IBreadCrumbParticipant previous)
Called when the corresponding bread crumb is activated. |
| Method Detail |
|---|
Component getComponent()
String getTitle()
void onActivate(IBreadCrumbParticipant previous)
previous - The previously active bread crumb participant, possibly null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||