public class BasicTextPaneUI extends BasicEditorPaneUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter| Constructor and Description |
|---|
BasicTextPaneUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp) |
protected java.lang.String |
getPropertyPrefix()
Returns the prefix for entries in the
UIDefaults table. |
void |
installUI(javax.swing.JComponent c)
Installs this UI on the specified
JTextPane. |
getEditorKitcreate, create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModelpublic BasicTextPaneUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
protected java.lang.String getPropertyPrefix()
UIDefaults table.getPropertyPrefix in class BasicEditorPaneUIpublic void installUI(javax.swing.JComponent c)
JTextPane. This calls the
super implementation and then adds a default style to the text pane.installUI in class BasicTextUIc - the text pane to install the UI toComponentUI.uninstallUI(javax.swing.JComponent),
JComponent.setUI(javax.swing.plaf.ComponentUI),
JComponent.updateUI()