Class RefactoringHistoryLabelProvider

    • Constructor Detail

      • RefactoringHistoryLabelProvider

        public RefactoringHistoryLabelProvider​(RefactoringHistoryControlConfiguration configuration)
        Creates a new refactoring history label provider.
        Parameters:
        configuration - the refactoring history control configuration to use
    • Method Detail

      • dispose

        public void dispose()
        Description copied from class: BaseLabelProvider
        The BaseLabelProvider implementation of this IBaseLabelProvider method clears its internal listener list. Subclasses may extend but should call the super implementation.
        Specified by:
        dispose in interface IBaseLabelProvider
        Overrides:
        dispose in class BaseLabelProvider
      • getImage

        public Image getImage​(Object element)
        Description copied from class: LabelProvider
        The LabelProvider implementation of this ILabelProvider method returns null. Subclasses may override.
        Specified by:
        getImage in interface ILabelProvider
        Overrides:
        getImage in class LabelProvider
        Parameters:
        element - the element for which to provide the label image
        Returns:
        the image used to label the element, or null if there is no image for the given object
      • getText

        public String getText​(Object element)
        Description copied from class: LabelProvider
        The LabelProvider implementation of this ILabelProvider method returns the element's toString string. Subclasses may override.
        Specified by:
        getText in interface ILabelProvider
        Overrides:
        getText in class LabelProvider
        Parameters:
        element - the element for which to provide the label text
        Returns:
        the text string used to label the element, or null if there is no text label for the given object