Liking cljdoc? Tell your friends :D

javax.swing.plaf.SplitPaneUI

Pluggable look and feel interface for JSplitPane.

Pluggable look and feel interface for JSplitPane.
raw docstring

->split-pane-uiclj

(->split-pane-ui)

Constructor.

Constructor.
raw docstring

finished-painting-childrenclj

(finished-painting-children this jc g)

Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.

jc - javax.swing.JSplitPane g - java.awt.Graphics

Messaged after the JSplitPane the receiver is providing the look
 and feel for paints its children.

jc - `javax.swing.JSplitPane`
g - `java.awt.Graphics`
raw docstring

get-divider-locationclj

(get-divider-location this jc)

Returns the location of the divider.

jc - javax.swing.JSplitPane

returns: int

Returns the location of the divider.

jc - `javax.swing.JSplitPane`

returns: `int`
raw docstring

get-maximum-divider-locationclj

(get-maximum-divider-location this jc)

Returns the maximum possible location of the divider.

jc - javax.swing.JSplitPane

returns: int

Returns the maximum possible location of the divider.

jc - `javax.swing.JSplitPane`

returns: `int`
raw docstring

get-minimum-divider-locationclj

(get-minimum-divider-location this jc)

Returns the minimum possible location of the divider.

jc - javax.swing.JSplitPane

returns: int

Returns the minimum possible location of the divider.

jc - `javax.swing.JSplitPane`

returns: `int`
raw docstring

reset-to-preferred-sizesclj

(reset-to-preferred-sizes this jc)

Messaged to relayout the JSplitPane based on the preferred size of the children components.

jc - javax.swing.JSplitPane

Messaged to relayout the JSplitPane based on the preferred size
 of the children components.

jc - `javax.swing.JSplitPane`
raw docstring

set-divider-locationclj

(set-divider-location this jc location)

Sets the location of the divider to location.

jc - javax.swing.JSplitPane location - int

Sets the location of the divider to location.

jc - `javax.swing.JSplitPane`
location - `int`
raw docstring

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

× close