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
Fields Modifier and Type Field Description static int
DND_DB_TREE
Database tree as source of dropstatic int
DND_DITA_COMPONENTS_TAB
The source is the "Components" tab from DITA Reusable Components view.static int
DND_DITA_KEYS_VIEW
The keys tab in the DITA Reusable Components view as source of dropstatic int
DND_DITA_MAPS_MANAGER
DITA Maps Manager as source of dropstatic int
DND_DITA_MEDIA_TAB
The source is the Media tab from DITA Reusable Components view.static int
DND_EXTERNAL
External application (windows explorer for example) as source of dropstatic int
DND_IMAGE_PREVIEW
Image preview as source of dropstatic int
DND_PROJECT_TREE
Project tree as source of dropstatic int
PASTE
URLs were pasted.
-
-
-
Field Detail
-
DND_PROJECT_TREE
static final int DND_PROJECT_TREE
Project tree as source of drop- See Also:
- Constant Field Values
-
DND_DITA_MAPS_MANAGER
static final int DND_DITA_MAPS_MANAGER
DITA Maps Manager as source of drop- See Also:
- Constant Field Values
-
DND_EXTERNAL
static final int DND_EXTERNAL
External application (windows explorer for example) as source of drop- See Also:
- Constant Field Values
-
PASTE
static final int PASTE
URLs were pasted.- See Also:
- Constant Field Values
-
DND_DB_TREE
static final int DND_DB_TREE
Database tree as source of drop- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
DND_IMAGE_PREVIEW
static final int DND_IMAGE_PREVIEW
Image preview as source of drop- See Also:
- Constant Field Values
-
DND_DITA_MEDIA_TAB
static final int DND_DITA_MEDIA_TAB
The source is the Media tab from DITA Reusable Components view.- See Also:
- Constant Field Values
-
DND_DITA_COMPONENTS_TAB
static final int DND_DITA_COMPONENTS_TAB
The source is the "Components" tab from DITA Reusable Components view.- See Also:
- Constant Field Values
-
-