| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumDialog
The
ChecksumDialog can be used to edit CheckSum,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
ChecksumDialog checksumDialog = new ChecksumDialog(checksum);
checksumDialog.showOpenDialog();
|
class |
DateEventsDialog
The
DateEventsDialog can be used to edit DateEvents
, which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
DateEventsDialog dataeventsdialog = new DateEventsDialog(dateevents);
dataeventsdialog.showOpenDialog();
|
class |
EdalLanguageDialog
The
EdalLanguageDialog can be used to edit
EdalLanguage, which implements the
MetadataeditDialog class, we can use it with a couple of lines
of code:
EdalLanguageDialog languageDialog = new EdalLanguageDialog(language);
languageDialog.showOpenDialog();
|
class |
IdentifierRelationDialog
The
IdentifierRelationDialog can be used to edit
Identifier relations, which implements the
MetadataeditDialog class, we can use it with a couple of lines
of code:
IdentifierRelationDialog identifierRelationDialog = new IdentifierRelationDialog(
relations);
identifierRelationDialog.showOpenDialog();
|
class |
PersonDialog
The
PersonDialog can be used to edit Person,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
PersonDialog personDialog = new PersonDialog(person);
personDialog.showOpenDialog();
|
class |
TextDialog
The
TextDialog can be used to edit text information,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
TextDialog textDialog = new TextDialog(text);
textDialog.showOpenDialog();
|
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.