?? icommandids.java
字號:
package talkClient;/** * Interface defining the application's command IDs. * Key bindings can be defined for specific commands. * To associate an action with a command, use IAction.setActionDefinitionId(commandId). * * @see org.eclipse.jface.action.IAction#setActionDefinitionId(String) */public interface ICommandIds { public static final String CMD_OPEN = "TalkClient.open"; public static final String CMD_LOG_ON = "TalkClient.logOn"; public static final String CMD_LOG_OUT = "TalkClient.logOut";}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -