Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicMenuUI

A default L&F implementation of MenuUI. This implementation is a "combined" view/controller.

A default L&F implementation of MenuUI.  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-menu-uiclj

(->basic-menu-ui)

Constructor.

Constructor.
raw docstring

get-maximum-sizeclj

(get-maximum-size this c)

Description copied from class: ComponentUI

c - the component whose maximum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

returns: a Dimension object or null - java.awt.Dimension

Description copied from class: ComponentUI

c - the component whose maximum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`

returns: a Dimension object or null - `java.awt.Dimension`
raw docstring

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

× close