Interface IEditorFont

All Known Implementing Classes:
EditorFontFaces, EditorFontFile, EditorFontFiles

public interface IEditorFont
Interface implemented by all Editor classes for Image, typically for Common Navigator info.
Author:
Christopher Mindus
  • Method Details

    • getCNImage

      Image getCNImage()
      Gets the image for the Common Navigator.
    • getCNType

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

      String getCNText()
      Gets the label text for the Common Navigator.
    • createTooltip

      Composite createTooltip(Composite parent)
      Creates the tooltip.