MCPcopy Create free account
hub / github.com/antlr/codebuff / getFormattedTextPane

Method getFormattedTextPane

src/org/antlr/codebuff/gui/BuffScope.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public JTextPane getFormattedTextPane() {
23 return formattedTextPane;
24 }
25
26 public JTextPane getOrigTextPane() {
27 return origTextPane;

Callers 1

showMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected