Interface IOccurrencesFinder

    • Method Detail

      • getJobLabel

        java.lang.String getJobLabel()
      • getUnformattedPluralLabel

        java.lang.String getUnformattedPluralLabel()
        Returns the plural label for this finder with 3 placeholders:
        • {0} for the element name
        • {1} for the number of results found
        • {2} for the scope (name of the compilation unit)
        Returns:
        the unformatted label
      • getUnformattedSingularLabel

        java.lang.String getUnformattedSingularLabel()
        Returns the singular label for this finder with 2 placeholders:
        • {0} for the element name
        • {1} for the scope (name of the compilation unit)
        Returns:
        the unformatted label
      • getElementName

        java.lang.String getElementName()
        Returns the name of the element to look for or null if the finder hasn't been initialized yet.
        Returns:
        the name of the element
      • getSearchKind

        int getSearchKind()
      • getID

        java.lang.String getID()
        Returns the id of this finder.
        Returns:
        returns the id of this finder.