| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumEditor
The
ChecksumEditor wrappers class ChecksumDialog as
a MetadataEditor Dialog to edit Checksum datatype. |
class |
DataFormatEditor
DataFormatEditor provides a mechanism for the user to edit
DataFormat information. |
class |
DateEventsEditor
The
DateEventsEditor is a wrapper class for DateEventsDialog,
we can use it with a couple of lines of code:
DateEventsEditor dateEventsEditor = new DateEventsEditor();
dateEventsEditor.setValue(dataevents);
dateEventsEditor.showOpenDialog();
|
class |
EdalLanguageEditor
The
EdalLanguageEditor is a wrapper class for EdalLanguageDialog,
we can use it with a couple of lines of code:
EdalLanguageEditor edalLanguageEditor = new EdalLanguageEditor();
edalLanguageEditor.setValue(language);
edalLanguageEditor.showOpenDialog();
|
class |
IdentifierEditor
The
IdentifierEditor wrappers class TextDialog as a
MetadataEditor Dialog to edit Identifier datatype. |
class |
IdentifierRelationEditor
The
IdentifierRelationEditor wrappers class IdentifierRelationDialog as
a MetadataEditor Dialog to edit IdentifierRelation datatype. |
class |
PersonInfoEditor
The
PersonInfoEditor is a wrapper class for PersonDialog,
we can use it with a couple of lines of code:
PersonInfoEditor personInfoEditor = new PersonInfoEditor();
personInfoEditor.setValue(person);
personInfoEditor.showOpenDialog();
|
class |
TextEditor
The
TextEditor is a wrapper class for TextDialog,
we can use it with a couple of lines of code:
TextEditor textEditor = new TextEditor();
textEditor.setValue(text);
textEditor.showOpenDialog();
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractMetaDataEditor |
EditorContainer.getEditor(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.EnumDublinCoreElements element)
Returns
MetadataEditor |
| Modifier and Type | Method and Description |
|---|---|
static void |
EditorContainer.registerEditor(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.EnumDublinCoreElements element,
AbstractMetaDataEditor editor)
register editor for element
|
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.