Interface INavigatorTooltip

All Known Implementing Classes:
MemberTreeItemNavigatorPresentation

public interface INavigatorTooltip
Tooltip support for the viewers.
Author:
Christopher Mindus
  • Method Details

    • hasCNToolTip

      boolean hasCNToolTip(ViewerCell cell)
      Checks for Common Navigator tool-tip for this item.
      Parameters:
      cell - The cell (might be in a table), or null for none.
    • createCNToolTip

      Composite createCNToolTip(Event event, ViewerCell cell, Composite parent)
      Requests creates of the Composite used to show the tooltip.
      Parameters:
      event - Event triggering the tooltip (mouse hover).
      cell - The cell (might be in a table).
      parent - The parent composite.
      Returns:
      The created composite in the parent.