Community
Participate
Working Groups
protected void advanceCursor()
{
fSubCellCaretPosition++;
handleRightArrowKey();
if(fSubCellCaretPosition >= getCellCharacterCount())
fSubCellCaretPosition = 0;
fCaretAddress = fCaretAddress.add(BigInteger
.valueOf(getNumberOfBytesRepresentedByColumn() / fRendering.getAddressableSize()));
}
updateCaret();
ensureCaretWithinViewport();
protected void positionCaret(int x, int y)