Interface IWSPropDesigner

    • Method Detail

      • getCNImage

        org.eclipse.swt.graphics.Image getCNImage()
        Gets the image for the Common Navigator.
        Returns:
        Image or null if there is no image.
      • getCNText

        java.lang.String getCNText()
        Gets the label text for the Common Navigator.
        Returns:
        The text.
      • getCNImage

        default org.eclipse.swt.graphics.Image getCNImage​(int columnIndex)
        Gets the image for the Common Navigator.
        Parameters:
        columnIndex - Index of column.
        Returns:
        Image or null if there is no image.
      • getCNText

        default java.lang.String getCNText​(int columnIndex)
        Gets the label text for the Common Navigator.
        Parameters:
        columnIndex - Index of column.
        Returns:
        The column text.
      • getCNDescriptionType

        java.lang.String getCNDescriptionType()
        Provide a type description for the status bar view, if available.
        Returns:
        A type description for the status bar view, or null if not available.
      • createCNToolTip

        org.eclipse.swt.widgets.Composite createCNToolTip​(org.eclipse.swt.widgets.Composite parent)
        Requests creates of the Composite used to show the tooltip.
        Parameters:
        parent - The parent composite.
        Returns:
        The created composite in the parent.
      • createCNToolTip

        default org.eclipse.swt.widgets.Composite createCNToolTip​(org.eclipse.swt.widgets.Composite parent,
                                                                  int columnIndex)
        Requests creates of the Composite used to show the tooltip.
        Parameters:
        parent - The parent composite.
        columnIndex - Index of column.
        Returns:
        The created composite in the parent, or null for none.