Interface PopupMenuCustomizer
-
@API(type=EXTENDABLE, src=PUBLIC) public interface PopupMenuCustomizer
Can be used to customize a JPopupMenu before showing it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(javax.swing.JPopupMenu popUp)
Customize a pop-up menu in the Author page before showing it.
-