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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customizePopUpMenu(java.lang.Object popUp)
Customize the pop-up menu shown in a results tab before showing it.
-
-
-
Method Detail
-
customizePopUpMenu
void customizePopUpMenu(java.lang.Object popUp)
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.
-
-