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 |
|---|---|
void |
setTitle(String title)
set the title of metadata dialog
|
abstract void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData person)
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 person)
public void setTitle(String title)
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.