BasicTextPaneUI (Java Platform SE 8 ) (original) (raw)
- javax.swing.plaf.ComponentUI
- javax.swing.plaf.TextUI
- javax.swing.plaf.basic.BasicTextUI
* * javax.swing.plaf.basic.BasicEditorPaneUI
* * javax.swing.plaf.basic.BasicTextPaneUI
- javax.swing.plaf.basic.BasicTextUI
- javax.swing.plaf.TextUI
All Implemented Interfaces:
ViewFactory
public class BasicTextPaneUI
extends BasicEditorPaneUI
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.
Nested Class Summary
* ### Nested classes/interfaces inherited from class javax.swing.plaf.basic.[BasicTextUI](../../../../javax/swing/plaf/basic/BasicTextUI.html "class in javax.swing.plaf.basic") `[BasicTextUI.BasicCaret](../../../../javax/swing/plaf/basic/BasicTextUI.BasicCaret.html "class in javax.swing.plaf.basic"), [BasicTextUI.BasicHighlighter](../../../../javax/swing/plaf/basic/BasicTextUI.BasicHighlighter.html "class in javax.swing.plaf.basic")`
Constructor Summary
Constructors
Constructor Description BasicTextPaneUI() Creates a new BasicTextPaneUI. Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type Method Description static ComponentUI createUI(JComponent c) Creates a UI for the JTextPane. protected String getPropertyPrefix() Fetches the name used as a key to lookup properties through the UIManager. void installUI(JComponent c) Installs the UI for a component. protected void propertyChange(PropertyChangeEvent evt) This method gets called when a bound property is changed on the associated JTextComponent. * ### Methods inherited from class javax.swing.plaf.basic.[BasicEditorPaneUI](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html "class in javax.swing.plaf.basic") `[getEditorKit](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html#getEditorKit-javax.swing.text.JTextComponent-), [uninstallUI](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html#uninstallUI-javax.swing.JComponent-)` * ### Methods inherited from class javax.swing.plaf.basic.[BasicTextUI](../../../../javax/swing/plaf/basic/BasicTextUI.html "class in javax.swing.plaf.basic") `[create](../../../../javax/swing/plaf/basic/BasicTextUI.html#create-javax.swing.text.Element-), [create](../../../../javax/swing/plaf/basic/BasicTextUI.html#create-javax.swing.text.Element-int-int-), [createCaret](../../../../javax/swing/plaf/basic/BasicTextUI.html#createCaret--), [createHighlighter](../../../../javax/swing/plaf/basic/BasicTextUI.html#createHighlighter--), [createKeymap](../../../../javax/swing/plaf/basic/BasicTextUI.html#createKeymap--), [damageRange](../../../../javax/swing/plaf/basic/BasicTextUI.html#damageRange-javax.swing.text.JTextComponent-int-int-), [damageRange](../../../../javax/swing/plaf/basic/BasicTextUI.html#damageRange-javax.swing.text.JTextComponent-int-int-javax.swing.text.Position.Bias-javax.swing.text.Position.Bias-), [getComponent](../../../../javax/swing/plaf/basic/BasicTextUI.html#getComponent--), [getKeymapName](../../../../javax/swing/plaf/basic/BasicTextUI.html#getKeymapName--), [getMaximumSize](../../../../javax/swing/plaf/basic/BasicTextUI.html#getMaximumSize-javax.swing.JComponent-), [getMinimumSize](../../../../javax/swing/plaf/basic/BasicTextUI.html#getMinimumSize-javax.swing.JComponent-), [getNextVisualPositionFrom](../../../../javax/swing/plaf/basic/BasicTextUI.html#getNextVisualPositionFrom-javax.swing.text.JTextComponent-int-javax.swing.text.Position.Bias-int-javax.swing.text.Position.Bias:A-), [getPreferredSize](../../../../javax/swing/plaf/basic/BasicTextUI.html#getPreferredSize-javax.swing.JComponent-), [getRootView](../../../../javax/swing/plaf/basic/BasicTextUI.html#getRootView-javax.swing.text.JTextComponent-), [getToolTipText](../../../../javax/swing/plaf/basic/BasicTextUI.html#getToolTipText-javax.swing.text.JTextComponent-java.awt.Point-), [getVisibleEditorRect](../../../../javax/swing/plaf/basic/BasicTextUI.html#getVisibleEditorRect--), [installDefaults](../../../../javax/swing/plaf/basic/BasicTextUI.html#installDefaults--), [installKeyboardActions](../../../../javax/swing/plaf/basic/BasicTextUI.html#installKeyboardActions--), [installListeners](../../../../javax/swing/plaf/basic/BasicTextUI.html#installListeners--), [modelChanged](../../../../javax/swing/plaf/basic/BasicTextUI.html#modelChanged--), [modelToView](../../../../javax/swing/plaf/basic/BasicTextUI.html#modelToView-javax.swing.text.JTextComponent-int-), [modelToView](../../../../javax/swing/plaf/basic/BasicTextUI.html#modelToView-javax.swing.text.JTextComponent-int-javax.swing.text.Position.Bias-), [paint](../../../../javax/swing/plaf/basic/BasicTextUI.html#paint-java.awt.Graphics-javax.swing.JComponent-), [paintBackground](../../../../javax/swing/plaf/basic/BasicTextUI.html#paintBackground-java.awt.Graphics-), [paintSafely](../../../../javax/swing/plaf/basic/BasicTextUI.html#paintSafely-java.awt.Graphics-), [setView](../../../../javax/swing/plaf/basic/BasicTextUI.html#setView-javax.swing.text.View-), [uninstallDefaults](../../../../javax/swing/plaf/basic/BasicTextUI.html#uninstallDefaults--), [uninstallKeyboardActions](../../../../javax/swing/plaf/basic/BasicTextUI.html#uninstallKeyboardActions--), [uninstallListeners](../../../../javax/swing/plaf/basic/BasicTextUI.html#uninstallListeners--), [update](../../../../javax/swing/plaf/basic/BasicTextUI.html#update-java.awt.Graphics-javax.swing.JComponent-), [viewToModel](../../../../javax/swing/plaf/basic/BasicTextUI.html#viewToModel-javax.swing.text.JTextComponent-java.awt.Point-), [viewToModel](../../../../javax/swing/plaf/basic/BasicTextUI.html#viewToModel-javax.swing.text.JTextComponent-java.awt.Point-javax.swing.text.Position.Bias:A-)` * ### Methods inherited from class javax.swing.plaf.[ComponentUI](../../../../javax/swing/plaf/ComponentUI.html "class in javax.swing.plaf") `[contains](../../../../javax/swing/plaf/ComponentUI.html#contains-javax.swing.JComponent-int-int-), [getAccessibleChild](../../../../javax/swing/plaf/ComponentUI.html#getAccessibleChild-javax.swing.JComponent-int-), [getAccessibleChildrenCount](../../../../javax/swing/plaf/ComponentUI.html#getAccessibleChildrenCount-javax.swing.JComponent-), [getBaseline](../../../../javax/swing/plaf/ComponentUI.html#getBaseline-javax.swing.JComponent-int-int-), [getBaselineResizeBehavior](../../../../javax/swing/plaf/ComponentUI.html#getBaselineResizeBehavior-javax.swing.JComponent-)` * ### Methods inherited from class java.lang.[Object](../../../../java/lang/Object.html "class in java.lang") `[clone](../../../../java/lang/Object.html#clone--), [equals](../../../../java/lang/Object.html#equals-java.lang.Object-), [finalize](../../../../java/lang/Object.html#finalize--), [getClass](../../../../java/lang/Object.html#getClass--), [hashCode](../../../../java/lang/Object.html#hashCode--), [notify](../../../../java/lang/Object.html#notify--), [notifyAll](../../../../java/lang/Object.html#notifyAll--), [toString](../../../../java/lang/Object.html#toString--), [wait](../../../../java/lang/Object.html#wait--), [wait](../../../../java/lang/Object.html#wait-long-), [wait](../../../../java/lang/Object.html#wait-long-int-)`
Constructor Detail
* #### BasicTextPaneUI public BasicTextPaneUI() Creates a new BasicTextPaneUI.
Method Detail
* #### createUI public static [ComponentUI](../../../../javax/swing/plaf/ComponentUI.html "class in javax.swing.plaf") createUI([JComponent](../../../../javax/swing/JComponent.html "class in javax.swing") c) Creates a UI for the JTextPane. Parameters: `c` \- the JTextPane object Returns: the UI * #### getPropertyPrefix protected [String](../../../../java/lang/String.html "class in java.lang") getPropertyPrefix() Fetches the name used as a key to lookup properties through the UIManager. This is used as a prefix to all the standard text properties. Overrides: `[getPropertyPrefix](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html#getPropertyPrefix--)` in class `[BasicEditorPaneUI](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html "class in javax.swing.plaf.basic")` Returns: the name ("TextPane") * #### installUI public void installUI([JComponent](../../../../javax/swing/JComponent.html "class in javax.swing") c) Installs the UI for a component. This does the following things. 1. Sets the associated component to opaque if the opaque property has not already been set by the client program. This will cause the component's background color to be painted. 2. Installs the default caret and highlighter into the associated component. These properties are only set if their current value is either `null` or an instance of[UIResource](../../../../javax/swing/plaf/UIResource.html "interface in javax.swing.plaf"). 3. Attaches to the editor and model. If there is no model, a default one is created. 4. Creates the view factory and the view hierarchy used to represent the model. Overrides: `[installUI](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html#installUI-javax.swing.JComponent-)` in class `[BasicEditorPaneUI](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html "class in javax.swing.plaf.basic")` Parameters: `c` \- the editor component See Also: [ComponentUI.installUI(javax.swing.JComponent)](../../../../javax/swing/plaf/ComponentUI.html#installUI-javax.swing.JComponent-) * #### propertyChange protected void propertyChange([PropertyChangeEvent](../../../../java/beans/PropertyChangeEvent.html "class in java.beans") evt) This method gets called when a bound property is changed on the associated JTextComponent. This is a hook which UI implementations may change to reflect how the UI displays bound properties of JTextComponent subclasses. If the font, foreground or document has changed, the the appropriate property is set in the default style of the document. Overrides: `[propertyChange](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html#propertyChange-java.beans.PropertyChangeEvent-)` in class `[BasicEditorPaneUI](../../../../javax/swing/plaf/basic/BasicEditorPaneUI.html "class in javax.swing.plaf.basic")` Parameters: `evt` \- the property change event
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.