|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClipboardFragmentInformation
Provides information about a fragment in the clipboard.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Method Summary | |
---|---|
java.lang.String |
getClipboardObjectID()
Get an unique ID of this object taken from the clipboard. |
AuthorDocumentFragment |
getFragment()
Get the fragment which will be pasted/dropped. |
java.lang.String |
getFragmentOriginalLocation()
Get the URL of the file from which the fragment was copied. |
int |
getPurposeID()
Get the purpose for which this fragment is used. |
Method Detail |
---|
int getPurposeID()
AuthorSchemaAwareEditingHandler.CREATE_FRAGMENT_PURPOSE_COPY
AuthorSchemaAwareEditingHandler.CREATE_FRAGMENT_PURPOSE_CUT
AuthorSchemaAwareEditingHandler.CREATE_FRAGMENT_PURPOSE_DND_COPY
AuthorSchemaAwareEditingHandler.CREATE_FRAGMENT_PURPOSE_DND_MOVE
java.lang.String getClipboardObjectID()
java.lang.String getFragmentOriginalLocation()
AuthorDocumentFragment getFragment()
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |