Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalPopupMenuSeparatorUI

A Metal L&F implementation of PopupMenuSeparatorUI. This implementation is a "combined" view/controller.

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

*create-uiclj

(*create-ui c)

c - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

c - `javax.swing.JComponent`

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

->metal-popup-menu-separator-uiclj

(->metal-popup-menu-separator-ui)

Constructor.

Constructor.
raw docstring

get-preferred-sizeclj

(get-preferred-size this c)

Description copied from class: ComponentUI

c - the component whose preferred 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: java.awt.Dimension

Description copied from class: ComponentUI

c - the component whose preferred 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: `java.awt.Dimension`
raw docstring

paintclj

(paint this g c)

Description copied from class: ComponentUI

g - the Graphics context in which to paint - java.awt.Graphics c - the component being painted; 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

g - the Graphics context in which to paint - `java.awt.Graphics`
c - the component being painted; 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