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

Method rowAtPoint

src/main/java/gate/swing/XJTable.java:923–931  ·  view source on GitHub ↗
(Point point)

Source from the content-addressed store, hash-verified

921 }
922
923 @Override
924 public int rowAtPoint(Point point) {
925 //The Swing implementation is very keen to drop the rowModel. We KNOW we
926 //should always have a row model, so if null, create it!
927 if(!componentSizedProperly){
928 calculatePreferredSize();
929 }
930 return super.rowAtPoint(point);
931 }
932
933 /**
934 * Overridden for efficiency reasons (provides a better calculation of the

Callers 9

convertEventMethod · 0.80
handleMouseEventMethod · 0.80
processMouseEventMethod · 0.80
mousePressedMethod · 0.80
processMouseEventMethod · 0.80
mousePressedMethod · 0.80
processMouseEventMethod · 0.80
mousePressedMethod · 0.80
processMouseEventMethod · 0.80

Calls 1

Tested by

no test coverage detected