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

Method getColumnName

src/main/java/gate/swing/XJTable.java:696–699  ·  view source on GitHub ↗
(int columnIndex)

Source from the content-addressed store, hash-verified

694 }
695
696 @Override
697 public String getColumnName(int columnIndex){
698 return sourceModel.getColumnName(columnIndex);
699 }
700 @Override
701 public Class<?> getColumnClass(int columnIndex){
702 return sourceModel.getColumnClass(columnIndex);

Callers

nothing calls this directly

Calls 1

getColumnNameMethod · 0.65

Tested by

no test coverage detected