public interface ExportableView extends View
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportableView.FormatType
Data types.
|
View.PointerType| Modifier and Type | Method and Description |
|---|---|
void |
exportData(java.io.OutputStream out,
ExportableView.FormatType formatType,
java.util.Properties settings)
Exports data of the view at the given format.
|
boolean |
isFormatTypeSupported(ExportableView.FormatType formatType)
Returns
true if this view is able to export at the given format. |
boolean isFormatTypeSupported(ExportableView.FormatType formatType)
true if this view is able to export at the given format.void exportData(java.io.OutputStream out,
ExportableView.FormatType formatType,
java.util.Properties settings)
throws java.io.IOException
java.io.IOException

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License