com.sodius.mdw.platform.ui.viewsupport
Interface DocumentationProvider


public interface DocumentationProvider

Provides documentation for some model elements.

Clients may implement this interface.

Since:
MDWorkbench 3.0.0
See Also:
extension-point: com.sodius.mdw.platform.model.viewerParticipant

Method Summary
 String getDocumentation(Object element)
          Returns the documentation of the specified element, an empty String if no documentation is available.
 

Method Detail

getDocumentation

public String getDocumentation(Object element)
Returns the documentation of the specified element, an empty String if no documentation is available.

Parameters:
element - the model element we want to get the documentation
Returns:
the documentation, or an empty String if none available