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

Method rowViewToModel

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

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

(int viewRow)

Source from the content-addressed store, hash-verified

374 * @see #rowModelToView(int)
375 */
376 public int rowViewToModel(int viewRow){
377 return sortingModel.targetToSource(viewRow);
378 }
379
380 /**
381 * Set the possibility for the user to hide/show a column by right-clicking

Callers 15

sortMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
valueChangedMethod · 0.80
actionPerformedMethod · 0.80
runMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
importDataMethod · 0.80
actionPerformedMethod · 0.80

Calls 1

targetToSourceMethod · 0.80

Tested by

no test coverage detected