public abstract class MetadataViewer extends Object
MetadataViewer as
a subclass,you need only provide implementations for the following three
methods:
public abstract int showOpenDialog(); public abstract void setValue(UntypedData person);
| Constructor and Description |
|---|
MetadataViewer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
setTitle(String title)
set the title of metadata dialog
|
abstract void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData untypeddata)
set the original value of metadata
|
abstract int |
showOpenDialog()
pop up a Dialog
|
public abstract int showOpenDialog()
public abstract void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData untypeddata)
untypeddata - the value the setpublic abstract void setTitle(String title)
title - the title for the dialogCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.