Class WebServiceActionActorDesignerProp

All Implemented Interfaces:
INavigatorPresentation, EventListener, org.eclipse.core.runtime.IAdaptable

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

  • Method Details

    • hasCNToolTip

      public boolean hasCNToolTip(org.eclipse.jface.viewers.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 org.eclipse.swt.widgets.Composite createCNToolTip(org.eclipse.swt.widgets.Event event, org.eclipse.jface.viewers.ViewerCell cell, org.eclipse.swt.widgets.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.