|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExportSettings | |
|---|---|
| org.decisiondeck.jmcda.persist.latex | |
| org.decisiondeck.jmcda.persist.text | Utilities to export (and perhaps import) XMCDA data to text files, meaning Comma Separated Value (CSV) files or more general text files, but not including more specialized (even text) formats such as LaTeX or IRIS data or XML. |
| org.decisiondeck.jmcda.persist.utils | |
| Uses of ExportSettings in org.decisiondeck.jmcda.persist.latex |
|---|
| Subclasses of ExportSettings in org.decisiondeck.jmcda.persist.latex | |
|---|---|
class |
LaTeXExporter
|
| Uses of ExportSettings in org.decisiondeck.jmcda.persist.text |
|---|
| Subclasses of ExportSettings in org.decisiondeck.jmcda.persist.text | |
|---|---|
class |
CsvExporter
No need to close this object after use: the user has initialized the stream so let him close it after use himself. |
class |
TextExporter
|
| Methods in org.decisiondeck.jmcda.persist.text that return ExportSettings | |
|---|---|
ExportSettings |
MahdiExporter.getExportSettings()
Input data must have been set. |
| Uses of ExportSettings in org.decisiondeck.jmcda.persist.utils |
|---|
| Methods in org.decisiondeck.jmcda.persist.utils that return ExportSettings | |
|---|---|
static ExportSettings |
ExportUtils.newExportByIndexSettings(IGroupSortingData source)
Note that the returned settings contain copy of the given source data, thus writing to the source data is not reflected in the settings, thus after a write the previously returned settings object should not be used anymore as it will be outdated. |
static ExportSettings |
ExportUtils.newExportByIndexSettings(ISortingData source,
int countFrom)
Note that the returned settings contain copy of the given source data, thus writing to the source data is not reflected in the settings, thus after a write the previously returned settings object should not be used anymore as it will be outdated. |
static ExportSettings |
ExportUtils.newExportSettings(ISortingData source)
Note that the returned settings contain copy of the given source data, thus writing to the source data is not reflected in the settings, thus after a write the previously returned settings object should not be used anymore as it will be outdated. |
| Methods in org.decisiondeck.jmcda.persist.utils with parameters of type ExportSettings | |
|---|---|
static void |
ExportUtils.copySettings(ExportSettings source,
ExportSettings target)
Copies the settings found in the given source to the given target, overriding the target to make it equivalent to the source. |
static void |
ExportUtils.setOrder(ISortingData source,
ExportSettings target)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||