public interface SessionLayerExporter
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file.
|
java.util.Collection<Layer> |
getDependencies()
Return the Layers, this Layer depends on.
|
java.awt.Component |
getExportPanel()
The GUI for exporting this layer.
|
boolean |
requiresZip()
Return true, if some data needs to be included in the zip archive.
|
boolean |
shallExport()
Return true, if the layer should be included in the list of exported layers.
|
java.util.Collection<Layer> getDependencies()
java.awt.Component getExportPanel()
boolean shallExport()
true if the layer should be included in the list of exported layers, false otherwise.boolean requiresZip()
true if some data needs to be included in the zip archive, false otherwise.org.w3c.dom.Element export(SessionWriter.ExportSupport support) throws java.io.IOException
support to save files in the zip archive as needed.support - support class providing export utilitiesjava.io.IOException - if any I/O error occurs