Interface StatusMessageProvider


  • public interface StatusMessageProvider
    Provides a message for the statusbar of the meeditor.
    Author:
    helming
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int canRender​(org.eclipse.emf.ecore.EObject modelelement)
      If a status message provider can return a message for a certain element.
      java.lang.String getMessage​(org.eclipse.emf.ecore.EObject modelelement)
      Return the status message for a certain EObject.
    • Method Detail

      • canRender

        int canRender​(org.eclipse.emf.ecore.EObject modelelement)
        If a status message provider can return a message for a certain element.
        Parameters:
        modelelement - the modelelement
        Returns:
        the priority
      • getMessage

        java.lang.String getMessage​(org.eclipse.emf.ecore.EObject modelelement)
        Return the status message for a certain EObject.
        Parameters:
        modelelement - the modelelement
        Returns:
        the status message