Interface ExternalObjectInsertionSources

All Known Implementing Classes:
AuthorExternalObjectInsertionHandler, DITAExternalObjectInsertionHandler, DITAMapExternalObjectInsertionHandler, DITAMapTextPageExternalObjectInsertionHandler, DITATextPageExternalObjectInsertionHandler, Docbook4ExternalObjectInsertionHandler, Docbook5ExternalObjectInsertionHandler, TEI_jteiExternalObjectInsertionHandler, TEIP5ExternalObjectInsertionHandler, TextPageExternalObjectInsertionHandler, XHTMLExternalObjectInsertionHandler

@API(type=EXTENDABLE, src=PUBLIC) public interface ExternalObjectInsertionSources
Drop and paste sources
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Database tree as source of drop
    static final int
    The source is the "Components" tab from DITA Reusable Components view.
    static final int
    The keys tab in the DITA Reusable Components view as source of drop
    static final int
    DITA Maps Manager as source of drop
    static final int
    The source is the Media tab from DITA Reusable Components view.
    static final int
    External application (windows explorer for example) as source of drop
    static final int
    Image preview as source of drop
    static final int
    Project tree as source of drop
    static final int
    URLs were pasted.
  • Field Details

    • DND_PROJECT_TREE

      static final int DND_PROJECT_TREE
      Project tree as source of drop
      See Also:
    • DND_DITA_MAPS_MANAGER

      static final int DND_DITA_MAPS_MANAGER
      DITA Maps Manager as source of drop
      See Also:
    • DND_EXTERNAL

      static final int DND_EXTERNAL
      External application (windows explorer for example) as source of drop
      See Also:
    • PASTE

      static final int PASTE
      URLs were pasted.
      See Also:
    • DND_DB_TREE

      static final int DND_DB_TREE
      Database tree as source of drop
      See Also:
    • DND_DITA_KEYS_VIEW

      static final int DND_DITA_KEYS_VIEW
      The keys tab in the DITA Reusable Components view as source of drop
      See Also:
    • DND_IMAGE_PREVIEW

      static final int DND_IMAGE_PREVIEW
      Image preview as source of drop
      See Also:
    • DND_DITA_MEDIA_TAB

      static final int DND_DITA_MEDIA_TAB
      The source is the Media tab from DITA Reusable Components view.
      See Also:
    • DND_DITA_COMPONENTS_TAB

      static final int DND_DITA_COMPONENTS_TAB
      The source is the "Components" tab from DITA Reusable Components view.
      See Also: