This commit is contained in:
Bram Veenboer
2011-02-27 16:48:58 +00:00
parent 363356b564
commit b1e3f317a3
8 changed files with 105 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ import com.melloware.jintellitype.JIntellitype;
import pm.Button;
import pm.exception.button.UnknownButtonException;
public enum CommandButton implements Button {
public enum CommandButton implements Button {
BROWSER_BACKWARD (JIntellitype.APPCOMMAND_BROWSER_BACKWARD),
BROWSER_FORWARD (JIntellitype.APPCOMMAND_BROWSER_FORWARD),
BROWSER_REFRESH (JIntellitype.APPCOMMAND_BROWSER_REFRESH),