|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorActionsProvider
Provides access to actions defined in the Author page.
Method Summary | |
---|---|
java.lang.String |
getActionID(java.lang.Object action)
Get an unique ID (which does not depend on the action name) for an action Oxygen has mounted on the main JMenuBar or on the toolbars. |
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()
java.util.Map<java.lang.String,java.lang.Object> getAuthorExtensionActions()
void invokeAction(java.lang.Object action)
action
- The action to invokejava.lang.String getActionID(java.lang.Object action)
action
- The action for which to retrieve the ID.
null
if the action is not one provided by Oxygen.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.
|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |