Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
show
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected