- All Superinterfaces:
AbstractAccessManager
public interface DocumentAccessManager extends AbstractAccessManager
This interface allows to access features of the Omix Plugin Interface.
An instance of
DocumentAccessManager
is submitted to
DocumentExtensionInterface
.- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description ModelDocument
document()
Complete access to the document, all its components and OVL defined members.Methods inherited from interface omix.plugin.AbstractAccessManager
addDockWidget, addDockWidget, addMenu, addMenuItem, addMenuItem, addToolBar, addToolBar, addToolBarAction, addToolBarAction, authenticator, editValue, getPluginLicense, getPublicIdentifierManager, httpProxy, message, newOVLCompiler, parentWidget, removeDockWidget, removeMenu, removeMenuItem, removeToolBar, removeToolBarAction, requestExportImageProcedure, settings, vodObjectFactory
-
Method Details
-
document
ModelDocument document()Complete access to the document, all its components and OVL defined members.
-