Pluggable look and feel interface for JSplitPane.
Pluggable look and feel interface for JSplitPane.
(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`
(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`
(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`
(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`
(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`
(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`
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 |