Interface KeyDefinitionManagerProvider
@API(type=EXTENDABLE,
src=PUBLIC)
public interface KeyDefinitionManagerProvider
Provides the keys manager for an opened document.
- Since:
- 19.1
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyDefinitionManager
(AuthorAccess authorAccess) Returns the keys manager for an opened document.
-
Method Details
-
getKeyDefinitionManager
Returns the keys manager for an opened document.- Parameters:
authorAccess
- The author access for an opened document.- Returns:
- a
KeyDefinitionManager
instance.
-