Module omix.api
Package omix.util
This package contains utilities for OVL and Omix plugin development.
- Since:
- Omix 1.0
-
Interface Summary Interface Description Translating This interface represents the translation mechanism of Omix. -
Class Summary Class Description APIVersion This class represents the minimum Omix API version a plug-in must base on in order to be compatible.FinallyTasks IconManager InterfaceUtility ItemPropertyChangeListener This class implements theValueChangeListener
with aPropertyChangeListener
.LabelConfiguration NameUtilities PixmapManager StandardStreams This class contains the original streams fromSystem
.SynchronousChangeListener This class implements theChangeListener
in thread-safe manner.SynchronousItemPropertyChangeListener This class implements theValueChangeListener
in thread-safe manner.SynchronousModelChangeListener This class implements theModelChangeListener
in thread-safe manner.SynchronousValueChangeListener This class implements theValueChangeListener
in thread-safe manner.SystemInfo This class offers information about the platform's operation system and architecture.ValueChangeAdapter This class implements theValueChangeListener
.VersionNumber Version number consisting of a MAJOR, MINOR and PATCH version number. -
Enum Summary Enum Description AccessoryAnchorPlacement Applications This enum represents the Application ProductDockingPosition This enum represents all available docking positions at a node in the diagram area.LabelConfiguration.DefaultTextInstruction LabelConfiguration.TextInstruction NodeLabelPlacement ReversibilityDesign ShapeExpansionMode StandardIcons SystemInfo.Architecture This enum represents the possible processor architectures.SystemInfo.OperatingSystem This enum represents the operation systems that can execute Omix. -
Exception Summary Exception Description NoSuchLocalVariableException This exception is thrown when OVL code takes access to a local variable that does not exist.SilentAbort This runtime exception can be thrown in order to abort a user operation without causing an error dialog.
SilentAbort is useful if plugin code handles an occurring error by own error dialogs.