Class CustomRefactoringPluginImages


  • public class CustomRefactoringPluginImages
    extends Object
    Special images provider for refactoring
    • Field Detail

      • IMG_OBJS_FULL_TEXT_SEARCH_CHANGE_SECTION

        public static final String IMG_OBJS_FULL_TEXT_SEARCH_CHANGE_SECTION
        Path to image for full text search change section
        See Also:
        Constant Field Values
      • IMG_OBJS_FULL_TEXT_SEARCH_FILE_CHANGE

        public static final String IMG_OBJS_FULL_TEXT_SEARCH_FILE_CHANGE
        Path to image for full text search file change
        See Also:
        Constant Field Values
      • IMG_OBJS_FULL_TEXT_SEARCH_TEXT_CHANGE

        public static final String IMG_OBJS_FULL_TEXT_SEARCH_TEXT_CHANGE
        Path to image for full text search text change
        See Also:
        Constant Field Values
      • IMG_OBJS_FORBIDDEN_CHANGE

        public static final String IMG_OBJS_FORBIDDEN_CHANGE
        Path to image for forbidden change
        See Also:
        Constant Field Values
      • IMG_OBJS_PROJECT_CHANGE

        public static final String IMG_OBJS_PROJECT_CHANGE
        Path to image for project change
        See Also:
        Constant Field Values
      • IMG_OBJS_CHECK_ALL_FULL_TEXT_SEARCH_CHANGE

        public static final String IMG_OBJS_CHECK_ALL_FULL_TEXT_SEARCH_CHANGE
        Path to image for check all full text search text change
        See Also:
        Constant Field Values
      • IMG_OBJS_UNCHECK_ALL_FULL_TEXT_SEARCH_CHANGE

        public static final String IMG_OBJS_UNCHECK_ALL_FULL_TEXT_SEARCH_CHANGE
        Path to image for uncheck all full text search text change
        See Also:
        Constant Field Values
    • Method Detail

      • initializeImageRegistry

        public static void initializeImageRegistry​(org.eclipse.jface.resource.ImageRegistry reg)
        Adds refactoring pictures to ImageRegistry
        Parameters:
        reg - ImageRegistry for adds refactoring pictures, cannot be null
      • getImage

        public static org.eclipse.swt.graphics.Image getImage​(String symbolicName)
        Gets image by id.
        Parameters:
        id - the identifier, cannot be null
        Returns:
        the image or null, if not founded
      • getImageDescriptor

        public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor​(String symbolicName)
        Gets image descriptor by id.
        Parameters:
        id - the identifier, cannot be null
        Returns:
        the image descriptor or null, if not founded