Interface IMarkerDecorationAdapter


  • public interface IMarkerDecorationAdapter
    Adapter for object mapping for problem decoration by NavigatorProblemsLabelDecorator by extension point "org.eclipse.core.runtime.adapters"
    • Method Detail

      • getChildren

        Object[] getChildren​(Object element)
        Returns children or null if none.
        Parameters:
        element - element, not null
        Returns:
        children, can be null or empty array if no children
      • getMarkerSupportedObject

        IBmObject getMarkerSupportedObject​(Object element)
        Returns marker supported object mapping for given element.
        Parameters:
        element - element, not null
        Returns:
        bm object, can be null