public class BasicEditorPaneUI extends BasicTextUI
JEditorPanes.BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter| Constructor and Description |
|---|
BasicEditorPaneUI()
Creates a new
BasicEditorPaneUI |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp)
Creates an instance of
BasicEditorPaneUI for the text
component comp. |
javax.swing.text.EditorKit |
getEditorKit(javax.swing.text.JTextComponent textComponent)
Gets the EditorKit for the text component.
|
protected java.lang.String |
getPropertyPrefix()
Returns the property prefix to be used by this UI class.
|
create, create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModelpublic BasicEditorPaneUI()
BasicEditorPaneUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
BasicEditorPaneUI for the text
component comp.comp - the component for which to create an UIcompprotected java.lang.String getPropertyPrefix()
EditorPane in this case.getPropertyPrefix in class BasicTextUIEditorPanepublic javax.swing.text.EditorKit getEditorKit(javax.swing.text.JTextComponent textComponent)
getEditorKit in class BasicTextUItextComponent - the text component for which to fetch the editor kitEditorKit used for the text component that is managed
by this UI