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

Method init

src/main/java/gate/gui/CorpusEditor.java:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 implements CorpusListener {
56
57 @Override
58 public Resource init(){
59 initLocalData();
60 initGuiComponents();
61 initListeners();
62 return this;
63 }
64
65
66 protected void initLocalData(){

Callers

nothing calls this directly

Calls 3

initLocalDataMethod · 0.95
initGuiComponentsMethod · 0.95
initListenersMethod · 0.95

Tested by

no test coverage detected