public abstract class AbstractMetaDataEditor
extends java.lang.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(java.lang.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 to setpublic abstract de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
UntypedData valuepublic void setTitle(java.lang.String title)
title - the title of the dialog