Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.DefaultMenuLayout

The default layout manager for Popup menus and menubars. This class is an extension of BoxLayout which adds the UIResource tag so that pluggable L&Fs can distinguish it from user-installed layout managers on menus.

The default layout manager for Popup menus and menubars.  This
class is an extension of BoxLayout which adds the UIResource tag
so that pluggable L&Fs can distinguish it from user-installed
layout managers on menus.
raw docstring

->default-menu-layoutclj

(->default-menu-layout target axis)

Constructor.

target - java.awt.Container axis - int

Constructor.

target - `java.awt.Container`
axis - `int`
raw docstring

preferred-layout-sizeclj

(preferred-layout-size this target)

Description copied from class: BoxLayout

target - the container that needs to be laid out - java.awt.Container

returns: the dimensions >= 0 && <= Integer.MAX_VALUE - java.awt.Dimension

Description copied from class: BoxLayout

target - the container that needs to be laid out - `java.awt.Container`

returns: the dimensions >= 0 && <= Integer.MAX_VALUE - `java.awt.Dimension`
raw docstring

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

× close