Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicRootPaneUI

Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.

Basic implementation of RootPaneUI, there is one shared between all
JRootPane instances.
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-root-pane-uiclj

(->basic-root-pane-ui)

Constructor.

Constructor.
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

property-changeclj

(property-change this e)

Invoked when a property changes on the root pane. If the event indicates the defaultButton has changed, this will reinstall the keyboard actions.

e - A PropertyChangeEvent object describing the event source and the property that has changed. - java.beans.PropertyChangeEvent

Invoked when a property changes on the root pane. If the event
 indicates the defaultButton has changed, this will
 reinstall the keyboard actions.

e - A PropertyChangeEvent object describing the event source and the property that has changed. - `java.beans.PropertyChangeEvent`
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