Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ setStyledDocument
Method
setStyledDocument
src/main/java/gate/gui/LogArea.java:356–359 ·
view source on GitHub ↗
(StyledDocument d)
Source
from the content-addressed store, hash-verified
354
}
355
356
@Override
357
public
void
setStyledDocument(StyledDocument d) {
358
this.setDocument(d);
359
}
360
361
/** Init all listeners
for
this object */
362
@Override
Callers
nothing calls this directly
Calls
1
setDocument
Method · 0.95
Tested by
no test coverage detected