Package ro.sync.ecss.extensions.api
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
FieldsModifier and TypeFieldDescriptionstatic final int
Database tree as source of dropstatic 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 dropstatic final int
DITA Maps Manager as source of dropstatic 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 dropstatic final int
Image preview as source of dropstatic final int
Project tree as source of dropstatic final int
URLs were pasted.
-
Field Details
-
DND_PROJECT_TREE
static final int DND_PROJECT_TREEProject tree as source of drop- See Also:
-
DND_DITA_MAPS_MANAGER
static final int DND_DITA_MAPS_MANAGERDITA Maps Manager as source of drop- See Also:
-
DND_EXTERNAL
static final int DND_EXTERNALExternal application (windows explorer for example) as source of drop- See Also:
-
PASTE
static final int PASTEURLs were pasted.- See Also:
-
DND_DB_TREE
static final int DND_DB_TREEDatabase tree as source of drop- See Also:
-
DND_DITA_KEYS_VIEW
static final int DND_DITA_KEYS_VIEWThe keys tab in the DITA Reusable Components view as source of drop- See Also:
-
DND_IMAGE_PREVIEW
static final int DND_IMAGE_PREVIEWImage preview as source of drop- See Also:
-
DND_DITA_MEDIA_TAB
static final int DND_DITA_MEDIA_TABThe source is the Media tab from DITA Reusable Components view.- See Also:
-
DND_DITA_COMPONENTS_TAB
static final int DND_DITA_COMPONENTS_TABThe source is the "Components" tab from DITA Reusable Components view.- See Also:
-