Interface IDocumentProviderExtension3

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isSynchronized​(java.lang.Object element)
      Returns whether the information provided for the given element is in sync with the element.
    • Method Detail

      • isSynchronized

        boolean isSynchronized​(java.lang.Object element)
        Returns whether the information provided for the given element is in sync with the element.
        Parameters:
        element - the element
        Returns:
        true if the information is in sync with the element, false otherwise