/** Focused the editing field of the local comment. */ public void focusLocalField() { localCommentsTable.requestFocusInWindow(); }
/** Focused the editing field of the global comment. */ public void focusGlobalField() { globalCommentsTable.requestFocusInWindow(); }