public class JEditorPaneBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JEditorPaneBuilder.JFooter |
class |
JEditorPaneBuilder.JHeader |
| Constructor and Description |
|---|
JEditorPaneBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JEditorPaneBuilder |
addAutoComplete(net.thevpc.jeep.JCompletion completion) |
JEditorPaneBuilder |
addLineNumbers() |
JComponent |
component() |
JEditorPane |
editor() |
JEditorPaneBuilder.JFooter |
footer() |
JEditorPaneBuilder.JHeader |
header() |
boolean |
isNoScroll() |
JScrollPane |
scrollPane() |
JEditorPaneBuilder |
setEditor(JEditorPane editor) |
JEditorPaneBuilder |
setEditorKit(String type,
EditorKit k) |
JEditorPaneBuilder |
setNoScroll(boolean noScroll) |
public JEditorPaneBuilder setEditor(JEditorPane editor)
public JEditorPane editor()
public boolean isNoScroll()
public JEditorPaneBuilder setNoScroll(boolean noScroll)
public JEditorPaneBuilder addLineNumbers()
public JEditorPaneBuilder addAutoComplete(net.thevpc.jeep.JCompletion completion)
public JEditorPaneBuilder setEditorKit(String type, EditorKit k)
public JScrollPane scrollPane()
public JComponent component()
public JEditorPaneBuilder.JFooter footer()
public JEditorPaneBuilder.JHeader header()
Copyright © 2021 vpc open source initiative. All rights reserved.