Java 类org.eclipse.ui.commands.ICommandImageService 实例源码

项目:translationstudio8    文件:KeysPreferencePage.java   
public void init(IWorkbench workbench) {
    keyController = new KeyController2();
    keyController.init(workbench, lstRemove);
    model = keyController.getBindingModel();

    commandService = (ICommandService) workbench.getService(ICommandService.class);
    Collection definedCommandIds = commandService.getDefinedCommandIds();

    fDefaultCategory = commandService.getCategory(null);
    fBindingService = (IBindingService) workbench.getService(IBindingService.class);

    commandImageService = (ICommandImageService) workbench.getService(ICommandImageService.class);
}
项目:tmxeditor8    文件:KeysPreferencePage.java   
public void init(IWorkbench workbench) {
    keyController = new KeyController2();
    keyController.init(workbench, lstRemove);
    model = keyController.getBindingModel();

    commandService = (ICommandService) workbench.getService(ICommandService.class);
    Collection definedCommandIds = commandService.getDefinedCommandIds();

    fDefaultCategory = commandService.getCategory(null);
    fBindingService = (IBindingService) workbench.getService(IBindingService.class);

    commandImageService = (ICommandImageService) workbench.getService(ICommandImageService.class);
}
项目:tmxeditor8    文件:KeysPreferencePage.java   
public void init(IWorkbench workbench) {
    keyController = new KeyController2();
    keyController.init(workbench, lstRemove);
    model = keyController.getBindingModel();

    commandService = (ICommandService) workbench.getService(ICommandService.class);
    Collection definedCommandIds = commandService.getDefinedCommandIds();

    fDefaultCategory = commandService.getCategory(null);
    fBindingService = (IBindingService) workbench.getService(IBindingService.class);

    commandImageService = (ICommandImageService) workbench.getService(ICommandImageService.class);
}