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

Method setAscending

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

@param ascending The ascending to set. True by default.

(boolean ascending)

Source from the content-addressed store, hash-verified

365 * @param ascending The ascending to set. True by default.
366 */
367 public void setAscending(boolean ascending) {
368 this.ascending = ascending;
369 }
370 /**
371 * Converts a row number from the view co-ordinates system to the model's.
372 * @param viewRow the row number in the view.

Callers 2

initGUIMethod · 0.80
initGuiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected