Package org.eclipse.jst.pagedesigner.commands

Examples of org.eclipse.jst.pagedesigner.commands.DeleteAction


    action.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_REDO);
    action.setId(IWorkbenchCommandConstants.EDIT_REDO);
    getSite().getKeyBindingService().registerAction(action);
    registry.registerAction(action);

    action = new DeleteAction(this);
    action.setImageDescriptor(sharedImages
        .getImageDescriptor(ISharedImages.IMG_TOOL_DELETE));
    action.setDisabledImageDescriptor(sharedImages
        .getImageDescriptor(ISharedImages.IMG_TOOL_DELETE_DISABLED));
    action.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_DELETE);
View Full Code Here

TOP

Related Classes of org.eclipse.jst.pagedesigner.commands.DeleteAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.