Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicPopupMenuUI

A Windows L&F implementation of PopupMenuUI. This implementation is a "combined" view/controller.

A Windows L&F implementation of PopupMenuUI.  This implementation
is a "combined" view/controller.
raw docstring

*create-uiclj

(*create-ui x)

x - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

x - `javax.swing.JComponent`

returns: `javax.swing.plaf.ComponentUI`
raw docstring

->basic-popup-menu-uiclj

(->basic-popup-menu-ui)

Constructor.

Constructor.
raw docstring

install-defaultsclj

(install-defaults this)
raw docstring

install-uiclj

(install-ui this c)

Description copied from class: ComponentUI

c - the component where this UI delegate is being installed - javax.swing.JComponent

Description copied from class: ComponentUI

c - the component where this UI delegate is being installed - `javax.swing.JComponent`
raw docstring

(popup-trigger? this e)

e - java.awt.event.MouseEvent

returns: boolean

e - `java.awt.event.MouseEvent`

returns: `boolean`
raw docstring

uninstall-uiclj

(uninstall-ui this c)

Description copied from class: ComponentUI

c - the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

Description copied from class: ComponentUI

c - the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

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

× close