javax.swing.plaf.basic
public class BasicTextPaneUI extends BasicEditorPaneUI
Constructor Summary | |
---|---|
BasicTextPaneUI() |
Method Summary | |
---|---|
static ComponentUI | createUI(JComponent comp) |
protected String | getPropertyPrefix()
Returns the prefix for entries in the {@link UIDefaults} table.
|
void | installUI(JComponent c)
Installs this UI on the specified JTextPane . |
Returns: "TextPane"
JTextPane
. This calls the
super implementation and then adds a default style to the text pane.
Parameters: c the text pane to install the UI to