java.lang.Object
omix.util.ext.AbstractApplicationExtension
- All Implemented Interfaces:
ApplicationExtensionInterface
public abstract class AbstractApplicationExtension extends Object implements ApplicationExtensionInterface
This class implements the ApplicationExtensionInterface
with
empty methods. The AbstractApplicationExtension class gives access to the ApplicationAccessManager
by the protected field accessManager
.
This class can be derived in order to override needed methods.
- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
ApplicationExtensionInterface
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractApplicationExtension(ApplicationAccessManager accessManager)
The constructor of the application extension must be called inside a custom implementation of the methodApplicationExtensionFactory.newApplicationExtension(ApplicationAccessManager)
. -
Method Summary
Modifier and Type Method Description protected ApplicationAccessManager
accessManager()
The access manager permits access to various features of the Omix Plugin Interface.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface omix.plugin.ApplicationExtensionInterface
clear, currentDocumentChanged, enabledStateChanged
-
Constructor Details
-
AbstractApplicationExtension
The constructor of the application extension must be called inside a custom implementation of the methodApplicationExtensionFactory.newApplicationExtension(ApplicationAccessManager)
.- Parameters:
accessManager
-
-
-
Method Details
-
accessManager
The access manager permits access to various features of the Omix Plugin Interface.
-