MCPcopy 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

sortMethod · 0.95
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected