Community
Participate
Working Groups
* {@inheritDoc}
*/
public String rcReadValueAtMousePosition(String variable) {
Cell cellAtMousePosition = getTableAdapter().getSelectedCell();
Cell cellAtMousePosition = getCellAtMousePosition();
return getCellText(cellAtMousePosition.getRow(),
cellAtMousePosition.getCol());
}
-