Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicOptionPaneUI$ButtonAreaLayout

ButtonAreaLayout behaves in a similar manner to FlowLayout. It lays out all components from left to right. If syncAllWidths is true, the widths of each component will be set to the largest preferred size width.

This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicOptionPaneUI.

ButtonAreaLayout behaves in a similar manner to
FlowLayout. It lays out all components from left to
right. If syncAllWidths is true, the widths of each
component will be set to the largest preferred size width.

This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BasicOptionPaneUI.
raw docstring

->button-area-layoutclj

(->button-area-layout sync-all-widths padding)

Constructor.

sync-all-widths - boolean padding - int

Constructor.

sync-all-widths - `boolean`
padding - `int`
raw docstring

add-layout-componentclj

(add-layout-component this string comp)

Description copied from interface: LayoutManager

string - the string to be associated with the component - java.lang.String comp - the component to be added - java.awt.Component

Description copied from interface: LayoutManager

string - the string to be associated with the component - `java.lang.String`
comp - the component to be added - `java.awt.Component`
raw docstring

get-centers-children?clj

(get-centers-children? this)

returns: boolean

returns: `boolean`
raw docstring

get-paddingclj

(get-padding this)

returns: int

returns: `int`
raw docstring

get-sync-all-widths?clj

(get-sync-all-widths? this)

returns: boolean

returns: `boolean`
raw docstring

layout-containerclj

(layout-container this container)

Description copied from interface: LayoutManager

container - the container to be laid out - java.awt.Container

Description copied from interface: LayoutManager

container - the container to be laid out - `java.awt.Container`
raw docstring

minimum-layout-sizeclj

(minimum-layout-size this c)

Description copied from interface: LayoutManager

c - the component to be laid out - java.awt.Container

returns: java.awt.Dimension

Description copied from interface: LayoutManager

c - the component to be laid out - `java.awt.Container`

returns: `java.awt.Dimension`
raw docstring

preferred-layout-sizeclj

(preferred-layout-size this c)

Description copied from interface: LayoutManager

c - the container to be laid out - java.awt.Container

returns: java.awt.Dimension

Description copied from interface: LayoutManager

c - the container to be laid out - `java.awt.Container`

returns: `java.awt.Dimension`
raw docstring

remove-layout-componentclj

(remove-layout-component this c)

Description copied from interface: LayoutManager

c - the component to be removed - java.awt.Component

Description copied from interface: LayoutManager

c - the component to be removed - `java.awt.Component`
raw docstring

set-centers-childrenclj

(set-centers-children this new-value)

new-value - boolean

new-value - `boolean`
raw docstring

set-paddingclj

(set-padding this new-padding)

new-padding - int

new-padding - `int`
raw docstring

set-sync-all-widthsclj

(set-sync-all-widths this new-value)

new-value - boolean

new-value - `boolean`
raw docstring

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

× close