Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicTextPaneUI

Provides the look and feel for a styled text editor.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

Provides the look and feel for a styled text editor.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

*create-uiclj

(*create-ui c)

Creates a UI for the JTextPane.

c - the JTextPane object - javax.swing.JComponent

returns: the UI - javax.swing.plaf.ComponentUI

Creates a UI for the JTextPane.

c - the JTextPane object - `javax.swing.JComponent`

returns: the UI - `javax.swing.plaf.ComponentUI`
raw docstring

->basic-text-pane-uiclj

(->basic-text-pane-ui)

Constructor.

Creates a new BasicTextPaneUI.

Constructor.

Creates a new BasicTextPaneUI.
raw docstring

install-uiclj

(install-ui this c)

Description copied from class: BasicEditorPaneUI

c - the editor component - javax.swing.JComponent

Description copied from class: BasicEditorPaneUI

c - the editor component - `javax.swing.JComponent`
raw docstring

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

× close