Uses of Interface
omix.plugin.Document
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
-
Uses of Document in omix.plugin
Subinterfaces of Document in omix.plugin Modifier and Type Interface Description interface
ModelDocument
This interface type represents an active network model document.interface
OVLDocument
This interface type represents an active OVL program code document.Methods in omix.plugin that return Document Modifier and Type Method Description Document
ApplicationAccessManager. currentDocument()
Returns the current document.Methods in omix.plugin with parameters of type Document Modifier and Type Method Description default void
ApplicationExtensionInterface. currentDocumentChanged(Document activeDocumentInfo)
Is called when a document is activated.