Interface ResultsTabPopUpMenuCustomizer
@API(type=EXTENDABLE,
src=PUBLIC)
public interface ResultsTabPopUpMenuCustomizer
Customizes the contextual pop-up menu of a results tab.
- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizePopUpMenu
(Object popUp) Customize the pop-up menu shown in a results tab before showing it.
-
Method Details
-
customizePopUpMenu
Customize the pop-up menu shown in a results tab before showing it. If everything is removed then the menu will not be shown.
For the stand-alone implementation the object is aJPopupMenu
.
For the eclipse implementation the object is aIMenuManager
.- Parameters:
popUp
- The pop-up menu.
-