Class EditorOutputVariables

All Implemented Interfaces:
IPropDesigner, IWSPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, IAdaptable

public class EditorOutputVariables extends OutputVariables implements IWSPropDesigner
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.
Author:
Christopher Mindus
  • Constructor Details

    • EditorOutputVariables

      public EditorOutputVariables()
      Creates the property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorOutputVariables

      public EditorOutputVariables(Atom propertyAtom)
      Creates the property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details

    • getDesigner

      public WebServiceDesignerProp getDesigner()
      Gets the Designer Extension for Properties.
      Specified by:
      getDesigner in interface IPropDesigner
      Returns:
      The instance of the Designer Extension.
    • clone

      public EditorOutputVariables clone()
      Clone must be overridden.
      Overrides:
      clone in class OutputVariables
    • getOutputProps

      public EditorOutputProps getOutputProps()
      Gets the output properties.
      Overrides:
      getOutputProps in class OutputVariables
      Returns:
      The instance, or null if orphaned.
    • getVariables

      public EditorOutputVariable[] getVariables()
      Gets the output variables.
      Overrides:
      getVariables in class VSVariables
      Returns:
      The array of defined variables, in no special order (i.e. unordered array).
    • getCNImage

      public Image getCNImage()
      Gets the image for the Common Navigator.
      Specified by:
      getCNImage in interface IWSPropDesigner
      Returns:
      Image or null if there is no image.
    • getCNText

      public String getCNText()
      Gets the label text for the Common Navigator.
      Specified by:
      getCNText in interface IWSPropDesigner
      Returns:
      The text.
    • getCNDescriptionType

      public String getCNDescriptionType()
      Provide a type description for the status bar view, if available.
      Specified by:
      getCNDescriptionType in interface IWSPropDesigner
      Returns:
      A type description for the status bar view, or null if not available.
    • createCNToolTip

      public Composite createCNToolTip(Composite parent)
      Creates a tooltip for the result set.
      Specified by:
      createCNToolTip in interface IWSPropDesigner
      Parameters:
      parent - The parent composite.
      Returns:
      The created composite in the parent.
    • verify

      public boolean verify(PropVerification verification)
      Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
      Specified by:
      verify in interface IGProp<GProp<?>[]>
      Overrides:
      verify in class PropCnr
      Parameters:
      verification - The property verification class.
      Returns:
      true if verification should proceed, false if disposed of and verification should not take place.