org.eclipse.emf.ecp.editor.e3
Interface StatusMessageProvider


public interface StatusMessageProvider

Provides a message for the statusbar of the meeditor.

Author:
helming

Method Summary
 int canRender(org.eclipse.emf.ecore.EObject modelelement)
          If a status message provider can return a message for a certain element.
 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

String getMessage(org.eclipse.emf.ecore.EObject modelelement)
Return the status message for a certain EObject.

Parameters:
modelelement - the modelelement
Returns:
the status message


Copyright © 2015. All Rights Reserved.