Uses of Class
omix.util.SilentAbort
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 SilentAbort in omix.plugin
Methods in omix.plugin that throw SilentAbort Modifier and Type Method Description <T> T
AbstractAccessManager. editValue(T value, Class<T> cls, boolean allowNullValue, String windowTitle, String message)
Causes a dialog to appear for editing the given value type.RawData
ModelDocument. exportDiagramImageToData(String dialogtitle, String format)
This method allows a plug-in to ask the network diagram for being exported as image.RawData
ModelDocument. exportDocumentToData(String dialogtitle, String format)
Exporting the current network document to byte array.RawData
ModelDocument. exportDocumentToData(String dialogtitle, String format, ProgressListener progressListener)
Exporting the current network document to byte array.