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

Method initLocalData

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

Source from the content-addressed store, hash-verified

64
65
66 protected void initLocalData(){
67 docTableModel = new DocumentTableModel();
68 try {
69 documentsLoadedCount = Gate.getCreoleRegister()
70 .getAllInstances("gate.Document").size();
71 } catch (GateException exception) {
72 exception.printStackTrace();
73 }
74 }
75
76 protected void initGuiComponents(){
77 setLayout(new BorderLayout());

Callers 1

initMethod · 0.95

Calls 4

getCreoleRegisterMethod · 0.95
sizeMethod · 0.65
getAllInstancesMethod · 0.65
printStackTraceMethod · 0.45

Tested by

no test coverage detected