Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ getRowCount
Method
getRowCount
src/main/java/gate/swing/XJTable.java:685–689 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
683
}
684
685
@Override
686
public
int
getRowCount(){
687
return
sourceToTarget.length;
688
// return sourceModel.getRowCount();
689
}
690
691
@Override
692
public
int
getColumnCount(){
Callers
3
sort
Method · 0.95
calculatePreferredSize
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected