Interface IEditorImage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      org.eclipse.swt.widgets.CompositecreateTooltip​(org.eclipse.swt.widgets.Composite parent)
      Creates the tooltip.
      org.eclipse.swt.graphics.ImagegetCNImage()
      Gets the image for the Common Navigator.
      java.lang.StringgetCNText​(int column)
      Gets the label text for the Common Navigator.
      java.lang.StringgetCNType()
      Gets the type for the Common Navigator.
    • Method Detail

      • getCNImage

        org.eclipse.swt.graphics.Image getCNImage()
        Gets the image for the Common Navigator.
      • getCNType

        java.lang.String getCNType()
        Gets the type for the Common Navigator.
      • getCNText

        java.lang.String getCNText​(int column)
        Gets the label text for the Common Navigator.
      • createTooltip

        org.eclipse.swt.widgets.Composite createTooltip​(org.eclipse.swt.widgets.Composite parent)
        Creates the tooltip.