org.tm4j.tmnav.app.ui.MenuItemContributor .contributeToMenu(javax.swing.JPopupMenu popup,org.tm4j.panckoucke.model.AMMember member)

Description

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.

Parameters
org.tm4j.panckoucke.model.AMMember member the member, over which the mouse was pressed. May be null either
javax.swing.JPopupMenu popup the popup to add items to

Other Resources

Related Topics