Liking cljdoc? Tell your friends :D

javax.swing.plaf.PopupMenuUI

Pluggable look and feel interface for JPopupMenu.

Pluggable look and feel interface for JPopupMenu.
raw docstring

->popup-menu-uiclj

(->popup-menu-ui)

Constructor.

Constructor.
raw docstring

get-popupclj

(get-popup this popup x y)

Returns the Popup that will be responsible for displaying the JPopupMenu.

popup - JPopupMenu requesting Popup - javax.swing.JPopupMenu x - Screen x location Popup is to be shown at - int y - Screen y location Popup is to be shown at. - int

returns: Popup that will show the JPopupMenu - javax.swing.Popup

Returns the Popup that will be responsible for
 displaying the JPopupMenu.

popup - JPopupMenu requesting Popup - `javax.swing.JPopupMenu`
x - Screen x location Popup is to be shown at - `int`
y - Screen y location Popup is to be shown at. - `int`

returns: Popup that will show the JPopupMenu - `javax.swing.Popup`
raw docstring

(popup-trigger? this e)

e - java.awt.event.MouseEvent

returns: boolean

e - `java.awt.event.MouseEvent`

returns: `boolean`
raw docstring

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

× close