public class IdentifierEditor extends AbstractMetaDataEditor
IdentifierEditor wrappers class TextDialog as a
MetadataEditor Dialog to edit Identifier datatype.
we can use it with a couple of lines of code:
IdentifierEditor identifierEditor = new IdentifierEditor(); identifierEditor.showOpenDialog();
| Constructor and Description |
|---|
IdentifierEditor() |
| Modifier and Type | Method and Description |
|---|---|
de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
Returns the Identifier inputted by user.
|
void |
setTitle(String title)
set the title of metadata dialog
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
set the Identifier value.
|
int |
showOpenDialog()
pop up a IdentifierEditor Dialog
|
public int showOpenDialog()
showOpenDialog in class AbstractMetaDataEditorpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
setValue in class AbstractMetaDataEditorpublic de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
getValue in class AbstractMetaDataEditorpublic void setTitle(String title)
AbstractMetaDataEditorsetTitle in class AbstractMetaDataEditorCopyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.