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

Method isSortable

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

@return Returns the sortable.

()

Source from the content-addressed store, hash-verified

510 * @return Returns the sortable.
511 */
512 public boolean isSortable(){
513 return sortable;
514 }
515 /**
516 * @param sortable The sortable to set. True by default.
517 */

Callers 2

initMethod · 0.80
tableChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected