Uses of Interface
omix.plugin.io.ModelIOHandlerInterface
Package | Description |
---|---|
omix.plugin.io |
This package contains interfaces allowing to realize file input output operations.
|
omix.util.io |
This package contains classes for file input and output which can be used in plugin development.
|
-
Uses of ModelIOHandlerInterface in omix.plugin.io
Methods in omix.plugin.io that return ModelIOHandlerInterface Modifier and Type Method Description ModelIOHandlerInterface
ModelIOHandlerFactory. newModelIOHandler()
This method is called by the plugin manager at startup and when the plugin is installed, respectively. -
Uses of ModelIOHandlerInterface in omix.util.io
Classes in omix.util.io that implement ModelIOHandlerInterface Modifier and Type Class Description class
AbstractModelIODomHandler
This class can be used to realize aModelIOHandlerInterface
for Omix with DOM (Package org.w3c.dom).class
AbstractModelIOHandler
This class can be used to realize aModelIOHandlerInterface
for Omix.class
StandardModelIODomHandler
Realizes XML reading and writing with aDocumentBuilder
andTransformer
.