Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicToolBarUI

A Basic L&F implementation of ToolBarUI. This implementation is a "combined" view/controller.

A Basic L&F implementation of ToolBarUI.  This implementation
is a "combined" view/controller.
raw docstring

*create-uiclj

(*create-ui c)

c - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

c - `javax.swing.JComponent`

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

->basic-tool-bar-uiclj

(->basic-tool-bar-ui)

Constructor.

Constructor.
raw docstring

can-dock?clj

(can-dock? this c p)

c - java.awt.Component p - java.awt.Point

returns: boolean

c - `java.awt.Component`
p - `java.awt.Point`

returns: `boolean`
raw docstring

floating?clj

(floating? this)

returns: boolean

returns: `boolean`
raw docstring

get-docking-colorclj

(get-docking-color this)

Gets the color displayed when over a docking area

returns: java.awt.Color

Gets the color displayed when over a docking area

returns: `java.awt.Color`
raw docstring

get-floating-colorclj

(get-floating-color this)

Gets the color displayed when over a floating area

returns: java.awt.Color

Gets the color displayed when over a floating area

returns: `java.awt.Color`
raw docstring

install-uiclj

(install-ui this c)

Description copied from class: ComponentUI

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

Description copied from class: ComponentUI

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

rollover-borders?clj

(rollover-borders? this)

Returns a flag to determine whether rollover button borders are enabled.

returns: true if rollover borders are enabled; false otherwise - boolean

Returns a flag to determine whether rollover button borders
 are enabled.

returns: true if rollover borders are enabled; false otherwise - `boolean`
raw docstring

set-docking-colorclj

(set-docking-color this c)

Sets the color displayed when over a docking area

c - java.awt.Color

Sets the color displayed when over a docking area

c - `java.awt.Color`
raw docstring

set-floatingclj

(set-floating this b p)

b - boolean p - java.awt.Point

b - `boolean`
p - `java.awt.Point`
raw docstring

set-floating-colorclj

(set-floating-color this c)

Sets the color displayed when over a floating area

c - java.awt.Color

Sets the color displayed when over a floating area

c - `java.awt.Color`
raw docstring

set-floating-locationclj

(set-floating-location this x y)

x - int y - int

x - `int`
y - `int`
raw docstring

set-orientationclj

(set-orientation this orientation)

orientation - int

orientation - `int`
raw docstring

set-rollover-bordersclj

(set-rollover-borders this rollover)

Sets the flag for enabling rollover borders on the toolbar and it will also install the appropriate border depending on the state of the flag.

rollover - if true, rollover borders are installed. Otherwise non-rollover borders are installed - boolean

Sets the flag for enabling rollover borders on the toolbar and it will
 also install the appropriate border depending on the state of the flag.

rollover - if true, rollover borders are installed. Otherwise non-rollover borders are installed - `boolean`
raw docstring

uninstall-uiclj

(uninstall-ui this c)

Description copied from class: ComponentUI

c - 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

Description copied from class: ComponentUI

c - 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

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

× close