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.
(->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`
(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`(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`(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`(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`(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`
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |