public class GenericFormatExportUIModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CAN_EXPORT |
static String |
PROPERTY_DATA_SELECTED |
static String |
PROPERTY_EXPORT_ACCIDENTAL_CATCH |
static String |
PROPERTY_EXPORT_ATTACHMENTS |
static String |
PROPERTY_EXPORT_BENTHOS |
static String |
PROPERTY_EXPORT_INDIVIDUAL_OBSERVATION |
static String |
PROPERTY_EXPORT_MARINE_LITTER |
static String |
PROPERTY_EXPORT_SPECIES |
static String |
PROPERTY_PROGRAM |
| Constructor and Description |
|---|
GenericFormatExportUIModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
computeIsCanExport() |
Program |
getProgram() |
ProgramSelectTreeNode |
getRootNode() |
boolean |
isCanExport() |
boolean |
isDataSelected() |
boolean |
isExportAccidentalCatch() |
boolean |
isExportAttachments() |
boolean |
isExportBenthos() |
boolean |
isExportIndividualObservation() |
boolean |
isExportMarineLitter() |
boolean |
isExportSpecies() |
void |
setCanExport(boolean canExport) |
void |
setDataSelected(boolean dataSelected) |
void |
setExportAccidentalCatch(boolean exportAccidentalCatch) |
void |
setExportAttachments(boolean exportAttachments) |
void |
setExportBenthos(boolean exportBenthos) |
void |
setExportIndividualObservation(boolean exportIndividualObservation) |
void |
setExportMarineLitter(boolean exportMarineLitter) |
void |
setExportSpecies(boolean exportSpecies) |
void |
setProgram(Program program) |
void |
setRootNode(ProgramSelectTreeNode rootNode) |
GenericFormatExportConfiguration |
toExportConfiguration() |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_PROGRAM
public static final String PROPERTY_EXPORT_ATTACHMENTS
public static final String PROPERTY_EXPORT_SPECIES
public static final String PROPERTY_EXPORT_BENTHOS
public static final String PROPERTY_EXPORT_MARINE_LITTER
public static final String PROPERTY_EXPORT_ACCIDENTAL_CATCH
public static final String PROPERTY_EXPORT_INDIVIDUAL_OBSERVATION
public static final String PROPERTY_DATA_SELECTED
public static final String PROPERTY_CAN_EXPORT
public GenericFormatExportConfiguration toExportConfiguration()
public Program getProgram()
public void setProgram(Program program)
public boolean isExportSpecies()
public void setExportSpecies(boolean exportSpecies)
public boolean isExportBenthos()
public void setExportBenthos(boolean exportBenthos)
public boolean isExportMarineLitter()
public void setExportMarineLitter(boolean exportMarineLitter)
public boolean isExportAccidentalCatch()
public void setExportAccidentalCatch(boolean exportAccidentalCatch)
public boolean isExportIndividualObservation()
public void setExportIndividualObservation(boolean exportIndividualObservation)
public boolean isExportAttachments()
public void setExportAttachments(boolean exportAttachments)
public boolean isCanExport()
public void setCanExport(boolean canExport)
public boolean isDataSelected()
public void setDataSelected(boolean dataSelected)
public boolean computeIsCanExport()
public void setRootNode(ProgramSelectTreeNode rootNode)
public ProgramSelectTreeNode getRootNode()
Copyright © 2012–2015 Ifremer. All rights reserved.