Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicInternalFrameUI

A basic L&F implementation of JInternalFrame.

A basic L&F implementation of JInternalFrame.
raw docstring

*create-uiclj

(*create-ui b)

b - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

b - `javax.swing.JComponent`

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

->basic-internal-frame-uiclj

(->basic-internal-frame-ui b)

Constructor.

b - javax.swing.JInternalFrame

Constructor.

b - `javax.swing.JInternalFrame`
raw docstring

get-east-paneclj

(get-east-pane this)

returns: javax.swing.JComponent

returns: `javax.swing.JComponent`
raw docstring

get-maximum-sizeclj

(get-maximum-size this x)

Description copied from class: ComponentUI

x - 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: a Dimension object or null - java.awt.Dimension

Description copied from class: ComponentUI

x - 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: a Dimension object or null - `java.awt.Dimension`
raw docstring

get-minimum-sizeclj

(get-minimum-size this x)

Description copied from class: ComponentUI

x - 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: a Dimension object or null - java.awt.Dimension

Description copied from class: ComponentUI

x - 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: a Dimension object or null - `java.awt.Dimension`
raw docstring

get-north-paneclj

(get-north-pane this)

returns: javax.swing.JComponent

returns: `javax.swing.JComponent`
raw docstring

get-preferred-sizeclj

(get-preferred-size this x)

Description copied from class: ComponentUI

x - 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: java.awt.Dimension

Description copied from class: ComponentUI

x - 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: `java.awt.Dimension`
raw docstring

get-south-paneclj

(get-south-pane this)

returns: javax.swing.JComponent

returns: `javax.swing.JComponent`
raw docstring

get-west-paneclj

(get-west-pane this)

returns: javax.swing.JComponent

returns: `javax.swing.JComponent`
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

key-binding-active?clj

(key-binding-active? this)

returns: boolean

returns: `boolean`
raw docstring

set-east-paneclj

(set-east-pane this c)

c - javax.swing.JComponent

c - `javax.swing.JComponent`
raw docstring

set-north-paneclj

(set-north-pane this c)

c - javax.swing.JComponent

c - `javax.swing.JComponent`
raw docstring

set-south-paneclj

(set-south-pane this c)

c - javax.swing.JComponent

c - `javax.swing.JComponent`
raw docstring

set-west-paneclj

(set-west-pane this c)

c - javax.swing.JComponent

c - `javax.swing.JComponent`
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