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

Method setSortable

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

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

(boolean sortable)

Source from the content-addressed store, hash-verified

516 * @param sortable The sortable to set. True by default.
517 */
518 public void setSortable(boolean sortable){
519 this.sortable = sortable;
520 }
521 /**
522 * @return Returns the sortColumn.
523 */

Callers 11

initGuiComponentsMethod · 0.45
runMethod · 0.45
initGUIMethod · 0.45
initGUIMethod · 0.45
initGuiComponentsMethod · 0.45
initGuiMethod · 0.45
initGuiComponentsMethod · 0.45
initGUIMethod · 0.45
initGUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected