Class WebServiceActionActorDesignerProp

    • Constructor Detail

      • WebServiceActionActorDesignerProp

        public WebServiceActionActorDesignerProp​(AbstractSettings propertyContainer,
                                                 PropertyEditorSetup actorSetup)
        Constructor.
        Parameters:
        propertyContainer - The property container must implement IEditorActionActorSettings.
        actorSetup - The setup to use.
        Throws:
        java.lang.IllegalArgumentException - If propertyContainer doesn't implement IActorPropDesigner.
    • Method Detail

      • 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.