public class DataFormatViewer extends MetadataViewer
DataFormatViewer provides a mechanism for the user to
view DataFormat information.
The following code pops up a DataFormatViewer Dialog
DataFormatViewer dataFormatViewer = new DataFormatViewer();
dataFormatViewer.showOpenDialog();
| Constructor and Description |
|---|
DataFormatViewer() |
| Modifier and Type | Method and Description |
|---|---|
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 to view the DataFormat
|
public int showOpenDialog()
showOpenDialog in class MetadataViewerpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
setValue in class MetadataViewerdata - the value the setpublic void setTitle(String title)
MetadataViewersetTitle in class MetadataViewertitle - the title for the dialogCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.