|
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 AuthorActionsProvider
Provides access to actions defined in the Author page.
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.util.Map<java.lang.String,java.lang.Object> |
getAuthorCommonActions()
Get the map of author common actions (undo, redo, cut, copy, paste, etc). |
java.util.Map<java.lang.String,java.lang.Object> |
getAuthorExtensionActions()
Get the map of author extension actions. |
void |
invokeAction(java.lang.Object action)
If an action was obtained using one of the methods in this interface this method provides means to invoke an action on AWT thread (for the standalone distribution) or SWT thread (for the eclipse distribution). |
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.Object> getAuthorCommonActions()
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.
java.util.Map<java.lang.String,java.lang.Object> getAuthorExtensionActions()
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.
void invokeAction(java.lang.Object action)
action
- The action to invokePlease 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.
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |