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

Method XJTable

src/main/java/gate/swing/XJTable.java:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53public class XJTable extends JTable{
54
55 public XJTable(){
56 this(null);
57 }
58
59 public XJTable(TableModel model){
60 super();

Callers

nothing calls this directly

Calls 1

setModelMethod · 0.95

Tested by

no test coverage detected