public class SubjectsEditor extends AbstractMetaDataEditor
SubjectsEditor wrappers class SubjectsDialog as
a MetadataEditor Dialog to edit Subjects datatype.
we can use it with a couple of lines of code:
SubjectsEditor subjectsEditor = new SubjectsEditor();
subjectsEditor.showOpenDialog();
| Constructor and Description |
|---|
SubjectsEditor() |
| Modifier and Type | Method and Description |
|---|---|
de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData |
getValue()
Returns the Subjects typed in by user.
|
void |
setTitle(java.lang.String title)
set the title of metadata dialog
|
void |
setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData subjects)
set the Subjects value.
|
int |
showOpenDialog()
pop up a SubjectsDialog Dialog
|
public int showOpenDialog()
showOpenDialog in class AbstractMetaDataEditorpublic void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData subjects)
setValue in class AbstractMetaDataEditorsubjects - the value to setpublic de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
getValue in class AbstractMetaDataEditorpublic void setTitle(java.lang.String title)
AbstractMetaDataEditorsetTitle in class AbstractMetaDataEditortitle - the title of the dialog