Liking cljdoc? Tell your friends :D

javax.swing.event.PopupMenuListener

A popup menu listener

A popup menu listener
raw docstring

(popup-menu-canceled this e)

This method is called when the popup menu is canceled

e - javax.swing.event.PopupMenuEvent

This method is called when the popup menu is canceled

e - `javax.swing.event.PopupMenuEvent`
raw docstring

(popup-menu-will-become-invisible this e)

This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time

e - javax.swing.event.PopupMenuEvent

This method is called before the popup menu becomes invisible
 Note that a JPopupMenu can become invisible any time

e - `javax.swing.event.PopupMenuEvent`
raw docstring

(popup-menu-will-become-visible this e)

This method is called before the popup menu becomes visible

e - javax.swing.event.PopupMenuEvent

This method is called before the popup menu becomes visible

e - `javax.swing.event.PopupMenuEvent`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close