public class DataFormatEditor extends AbstractMetaDataEditor
DataFormatEditor provides a mechanism for the user to edit
DataFormat information.
The following code pops up a DataFormatEditor Dialog
DataFormatEditor dataformateditor = new DataFormatEditor(); dataformateditor.showOpenDialog();
| Constructor and Description |
|---|
DataFormatEditor() |
| Modifier and Type | Method and Description |
|---|---|
de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
get the DataFormat value
|
void |
setTitle(String title)
set the title of metadata dialog
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
set a DataFormat value
|
int |
showOpenDialog()
pop up a Dialog
|
public int showOpenDialog()
showOpenDialog in class AbstractMetaDataEditorpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
setValue in class AbstractMetaDataEditordata - the value to setpublic de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
getValue in class AbstractMetaDataEditorUntypedData valuepublic void setTitle(String title)
AbstractMetaDataEditorsetTitle in class AbstractMetaDataEditortitle - the title of the dialogCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.