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

Method expandRow

src/main/java/gate/swing/JTreeTable.java:129–131  ·  view source on GitHub ↗
(int row)

Source from the content-addressed store, hash-verified

127 }
128
129 public void expandRow(int row){
130 tree.expandRow(row);
131 }
132
133 /**
134 * The renderer used to display the table cells containing tree nodes.

Callers 2

initGuiComponentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected