Package com.iizigo.navigator
Interface INavigatorTooltip
- All Known Implementing Classes:
- MemberTreeItemNavigatorPresentation
public interface INavigatorTooltip
Tooltip support for the viewers.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- createCNToolTip- (Event event, ViewerCell cell, Composite parent) Requests creates of the Composite used to show the tooltip.- boolean- hasCNToolTip- (ViewerCell cell) Checks for Common Navigator tool-tip for this item.
- Method Details- hasCNToolTipChecks for Common Navigator tool-tip for this item.- Parameters:
- cell- The cell (might be in a table), or null for none.
 
- createCNToolTipRequests 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.