MCPcopy Create free account
hub / github.com/GateNLP/gate-core / XJTextPane

Method XJTextPane

src/main/java/gate/swing/XJTextPane.java:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32public class XJTextPane extends JTextPane {
33
34 public XJTextPane() {
35 super();
36 initListeners();
37 updateStyle();
38 }
39
40 public XJTextPane(StyledDocument doc) {
41 super(doc);

Callers

nothing calls this directly

Calls 2

initListenersMethod · 0.95
updateStyleMethod · 0.95

Tested by

no test coverage detected