Interface ProjectPopupMenuCustomizer
@API(type=EXTENDABLE,
src=PUBLIC)
public interface ProjectPopupMenuCustomizer
Can be used to customize a pop-up menu before showing it.
- Since:
- 19.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizePopUpMenu
(Object popUp) Customize a pop-up menu in the Project view.
-
Method Details
-
customizePopUpMenu
Customize a pop-up menu in the Project view. If everything is removed then the menu will not be shown.
For the standalone implementation the object is a JPopupMenu.- Parameters:
popUp
- The pop-up Menu.
-