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

Method rowModelToView

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

Converts a row number from the model co-ordinates system to the view's. @param modelRow the row number in the model @return the corresponding row number in the view. @see #rowViewToModel(int)

(int modelRow)

Source from the content-addressed store, hash-verified

310 * @see #rowViewToModel(int)
311 */
312 public int rowModelToView(int modelRow){
313 return sortingModel.sourceToTarget(modelRow);
314 }
315
316 /**
317 * @return Returns the ascending.

Callers 7

sortMethod · 0.80
runMethod · 0.80
runMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
runMethod · 0.80

Calls 1

sourceToTargetMethod · 0.80

Tested by

no test coverage detected