Package com.iizigo.navigator
Interface INavigatorTooltip
- All Known Implementing Classes:
MemberTreeItemNavigatorPresentation
public interface INavigatorTooltip
Tooltip support for the viewers.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptioncreateCNToolTip
(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
hasCNToolTip
Checks for Common Navigator tool-tip for this item.- Parameters:
cell
- The cell (might be in a table), or null for none.
createCNToolTip
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.