javax.swing.plaf.basic
public class BasicEditorPaneUI extends BasicTextUI
Constructor Summary | |
---|---|
BasicEditorPaneUI()
Creates a new BasicEditorPaneUI |
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent comp)
Creates an instance of BasicEditorPaneUI for the text
component comp .
|
EditorKit | getEditorKit(JTextComponent textComponent)
Gets the EditorKit for the text component.
|
protected String | getPropertyPrefix()
Returns the property prefix to be used by this UI class. |
BasicEditorPaneUI
BasicEditorPaneUI
for the text
component comp
.
Parameters: comp the component for which to create an UI
Returns: the UI for comp
Parameters: textComponent the text component for which to fetch the editor kit
EditorPane
in this case.
Returns: EditorPane