Initialize common KeyCodes in NavigationTable

Refactor common KeyCode initialization into NavigationTable.
This reduces some of the KeyCode initialization proliferation,
and ensures that similar things are done using similar keys.
It also drastically reduces the constants needed.

Change-Id: I0c88b3dcbe332e02b415a9ef222744588ea0a7b2
This commit is contained in:
Martin Fick
2012-11-13 00:10:02 -07:00
parent b581c998a2
commit 71ee8fb213
14 changed files with 49 additions and 45 deletions

View File

@@ -45,9 +45,7 @@ public interface ChangeConstants extends Constants {
String changeTableColumnLastUpdate();
String changeTableNone();
String changeTablePrev();
String changeTableNext();
String changeTableOpen();
String changeItemHelp();
String changeTableStar();
String changeTablePagePrev();
String changeTablePageNext();