Class TerminalActionActorDesignerProp

All Implemented Interfaces:
INavigatorPresentation, EventListener, IAdaptable

public class TerminalActionActorDesignerProp extends ActionActorDesignerProp
Action Actor Designer Prop.
Author:
Christopher Mindus
  • Constructor Details

  • Method Details

    • hasCNToolTip

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

      public Composite createCNToolTip(Event event, ViewerCell cell, Composite parent)
      Requests creates of the Composite used to show the tooltip.
      Overrides:
      createCNToolTip in class ActionActorDesignerProp
      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.