Liking cljdoc? Tell your friends :D

javax.swing.JToolBar$Separator

A toolbar-specific separator. An object with dimension but no contents used to divide buttons on a tool bar into groups.

A toolbar-specific separator. An object with dimension but
no contents used to divide buttons on a tool bar into groups.
raw docstring

->separatorclj

(->separator)
(->separator size)

Constructor.

Creates a new toolbar separator with the specified size.

size - the Dimension of the separator - java.awt.Dimension

Constructor.

Creates a new toolbar separator with the specified size.

size - the Dimension of the separator - `java.awt.Dimension`
raw docstring

get-maximum-sizeclj

(get-maximum-size this)

Returns the maximum size for the separator.

returns: the Dimension object containing the separator's maximum size - java.awt.Dimension

Returns the maximum size for the separator.

returns: the Dimension object containing the separator's
         maximum size - `java.awt.Dimension`
raw docstring

get-minimum-sizeclj

(get-minimum-size this)

Returns the minimum size for the separator.

returns: the Dimension object containing the separator's minimum size - java.awt.Dimension

Returns the minimum size for the separator.

returns: the Dimension object containing the separator's
         minimum size - `java.awt.Dimension`
raw docstring

get-preferred-sizeclj

(get-preferred-size this)

Returns the preferred size for the separator.

returns: the Dimension object containing the separator's preferred size - java.awt.Dimension

Returns the preferred size for the separator.

returns: the Dimension object containing the separator's
         preferred size - `java.awt.Dimension`
raw docstring

get-separator-sizeclj

(get-separator-size this)

Returns the size of the separator

returns: the Dimension object containing the separator's size (This is a reference, NOT a copy!) - java.awt.Dimension

Returns the size of the separator

returns: the Dimension object containing the separator's
         size (This is a reference, NOT a copy!) - `java.awt.Dimension`
raw docstring

get-ui-class-idclj

(get-ui-class-id this)

Returns the name of the L&F class that renders this component.

returns: the string "ToolBarSeparatorUI" - java.lang.String

Returns the name of the L&F class that renders this component.

returns: the string "ToolBarSeparatorUI" - `java.lang.String`
raw docstring

set-separator-sizeclj

(set-separator-size this size)

Sets the size of the separator.

size - the new Dimension of the separator - java.awt.Dimension

Sets the size of the separator.

size - the new Dimension of the separator - `java.awt.Dimension`
raw docstring

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

× close