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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customizePopUpMenu(java.lang.Object popUp)
Customize a pop-up menu in the Project view.
-