org.tm4j.tmnav.app.ui .MenuItemContributor

Description

Implementors of this interface compose a linked list of objects, that contribute JMenuItems to a PopUpMenu.

Implementations of this interface

Method Summary
void contributeToMenu(javax.swing.JPopupMenu popup,org.tm4j.panckoucke.model.AMMember member)
This method is called, when this instance shall contribute to the given PopUpMenu
It is good practice to call the previous MenuItemContributor before adding its own meunitems.
MenuItemContributor getPreviousMenuItemContributor()
void setPreviousMenuItemContributor(org.tm4j.tmnav.app.ui.MenuItemContributor mc)
sets the MenuItemContributor which is called by this instance, when it receives a call to contributeToMenu().