public abstract class AbstractMetaDataEditor extends Object
MetadataEditor as a subclass,you need only provide implementations
for the following three methods: *
public abstract int showOpenDialog();
public abstract void setValue(UntypedData person);
public abstract UntypedData getValue();
| Constructor and Description |
|---|
AbstractMetaDataEditor() |
| Modifier and Type | Method and Description |
|---|---|
abstract de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
get the metadata value after user edited
|
void |
setTitle(String title)
set the title of metadata dialog
|
abstract void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData value)
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 value)
public abstract de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
public void setTitle(String title)
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.