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

Method setSortedColumn

src/main/java/gate/swing/XJTable.java:530–532  ·  view source on GitHub ↗

@param sortColumn The sortColumn to set. None (-1) by default.

(int sortColumn)

Source from the content-addressed store, hash-verified

528 * @param sortColumn The sortColumn to set. None (-1) by default.
529 */
530 public void setSortedColumn(int sortColumn){
531 this.sortedColumn = sortColumn;
532 }
533
534 /**
535 * Get the row in the table for a row in the model.

Callers 8

initMethod · 0.80
runMethod · 0.80
initGUIMethod · 0.80
initGuiComponentsMethod · 0.80
initGuiMethod · 0.80
AvailablePluginsMethod · 0.80
initGUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected