Uses of Interface
omix.plugin.io.util.ProgressListener
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
omix.plugin.data | |
omix.plugin.io.util |
This package contains utilities for file input output operations.
|
-
Uses of ProgressListener in omix.plugin
Methods in omix.plugin with parameters of type ProgressListener Modifier and Type Method Description RawData
ModelDocument. exportDocumentToData(String dialogtitle, String format, ProgressListener progressListener)
Exporting the current network document to byte array. -
Uses of ProgressListener in omix.plugin.data
Methods in omix.plugin.data that return ProgressListener Modifier and Type Method Description ProgressListener
DataInputUtilities. progressListener()
Utility that allows to change the progress displayed in a progress bar during a file I/O operation.ProgressListener
DataOutputUtilities. progressListener()
Utility that allows to change the progress displayed in a progress bar during a file I/O operation. -
Uses of ProgressListener in omix.plugin.io.util
Fields in omix.plugin.io.util declared as ProgressListener Modifier and Type Field Description static ProgressListener
ProgressListener. SILENT_LISTENER
A listener not doing anything.Methods in omix.plugin.io.util that return ProgressListener Modifier and Type Method Description ProgressListener
InputUtilities. progressListener()
Utility that allows to change the progress displayed in a progress bar during a file I/O operation.ProgressListener
OutputUtilities. progressListener()
Utility that allows to change the progress displayed in a progress bar during a file I/O operation.