Liking cljdoc? Tell your friends :D

javax.swing.plaf.multi.MultiScrollBarUI

A multiplexing UI used to combine ScrollBarUIs.

This file was automatically generated by AutoMulti.

A multiplexing UI used to combine ScrollBarUIs.

This file was automatically generated by AutoMulti.
raw docstring

*create-uiclj

(*create-ui a)

Returns a multiplexing UI instance if any of the auxiliary LookAndFeels supports this UI. Otherwise, just returns the UI object obtained from the default LookAndFeel.

a - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

Returns a multiplexing UI instance if any of the auxiliary
 LookAndFeels supports this UI.  Otherwise, just returns the
 UI object obtained from the default LookAndFeel.

a - `javax.swing.JComponent`

returns: `javax.swing.plaf.ComponentUI`
raw docstring

->multi-scroll-bar-uiclj

(->multi-scroll-bar-ui)

Constructor.

Constructor.
raw docstring

containsclj

(contains this a b c)

Invokes the contains method on each UI handled by this object.

a - the component where the x,y location is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent b - the x coordinate of the point - int c - the y coordinate of the point - int

returns: the value obtained from the first UI, which is the UI obtained from the default LookAndFeel - boolean

Invokes the contains method on each UI handled by this object.

a - the component where the x,y location is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
b - the x coordinate of the point - `int`
c - the y coordinate of the point - `int`

returns: the value obtained from the first UI, which is
 the UI obtained from the default LookAndFeel - `boolean`
raw docstring

get-accessible-childclj

(get-accessible-child this a b)

Invokes the getAccessibleChild method on each UI handled by this object.

a - javax.swing.JComponent b - int

returns: the value obtained from the first UI, which is the UI obtained from the default LookAndFeel - javax.accessibility.Accessible

Invokes the getAccessibleChild method on each UI handled by this object.

a - `javax.swing.JComponent`
b - `int`

returns: the value obtained from the first UI, which is
 the UI obtained from the default LookAndFeel - `javax.accessibility.Accessible`
raw docstring

get-accessible-children-countclj

(get-accessible-children-count this a)

Invokes the getAccessibleChildrenCount method on each UI handled by this object.

a - javax.swing.JComponent

returns: the value obtained from the first UI, which is the UI obtained from the default LookAndFeel - int

Invokes the getAccessibleChildrenCount method on each UI handled by this object.

a - `javax.swing.JComponent`

returns: the value obtained from the first UI, which is
 the UI obtained from the default LookAndFeel - `int`
raw docstring

get-maximum-sizeclj

(get-maximum-size this a)

Invokes the getMaximumSize method on each UI handled by this object.

a - the component whose maximum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

returns: the value obtained from the first UI, which is the UI obtained from the default LookAndFeel - java.awt.Dimension

Invokes the getMaximumSize method on each UI handled by this object.

a - the component whose maximum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`

returns: the value obtained from the first UI, which is
 the UI obtained from the default LookAndFeel - `java.awt.Dimension`
raw docstring

get-minimum-sizeclj

(get-minimum-size this a)

Invokes the getMinimumSize method on each UI handled by this object.

a - the component whose minimum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

returns: the value obtained from the first UI, which is the UI obtained from the default LookAndFeel - java.awt.Dimension

Invokes the getMinimumSize method on each UI handled by this object.

a - the component whose minimum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`

returns: the value obtained from the first UI, which is
 the UI obtained from the default LookAndFeel - `java.awt.Dimension`
raw docstring

get-preferred-sizeclj

(get-preferred-size this a)

Invokes the getPreferredSize method on each UI handled by this object.

a - the component whose preferred size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

returns: the value obtained from the first UI, which is the UI obtained from the default LookAndFeel - java.awt.Dimension

Invokes the getPreferredSize method on each UI handled by this object.

a - the component whose preferred size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`

returns: the value obtained from the first UI, which is
 the UI obtained from the default LookAndFeel - `java.awt.Dimension`
raw docstring

get-u-isclj

(get-u-is this)

Returns the list of UIs associated with this multiplexing UI. This allows processing of the UIs by an application aware of multiplexing UIs on components.

returns: javax.swing.plaf.ComponentUI[]

Returns the list of UIs associated with this multiplexing UI.  This
 allows processing of the UIs by an application aware of multiplexing
 UIs on components.

returns: `javax.swing.plaf.ComponentUI[]`
raw docstring

install-uiclj

(install-ui this a)

Invokes the installUI method on each UI handled by this object.

a - the component where this UI delegate is being installed - javax.swing.JComponent

Invokes the installUI method on each UI handled by this object.

a - the component where this UI delegate is being installed - `javax.swing.JComponent`
raw docstring

paintclj

(paint this a b)

Invokes the paint method on each UI handled by this object.

a - the Graphics context in which to paint - java.awt.Graphics b - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

Invokes the paint method on each UI handled by this object.

a - the Graphics context in which to paint - `java.awt.Graphics`
b - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

uninstall-uiclj

(uninstall-ui this a)

Invokes the uninstallUI method on each UI handled by this object.

a - the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

Invokes the uninstallUI method on each UI handled by this object.

a - the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

updateclj

(update this a b)

Invokes the update method on each UI handled by this object.

a - the Graphics context in which to paint - java.awt.Graphics b - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

Invokes the update method on each UI handled by this object.

a - the Graphics context in which to paint - `java.awt.Graphics`
b - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

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

× close