| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor | |
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer |
| 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 |
LegalPersonDialog
The
LegalPersonDialog can be used to edit
LegalPerson, which implements the
MetadataeditDialog class, we can use it with a couple of lines
of code:
LegalPersonDialog personDialog = new LegalPersonDialog(person, title);
personDialog.showOpenDialog();
|
class |
MetaDataEditDialog
This abstract class provides default implementations for the
MetadataDialog class. |
class |
PersonsDialog
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 |
SubjectsDialog
The
SubjectsDialog can be used to edit Subjects,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
SubjectsDialog subjectsDialog = new SubjectsDialog(subjects, title);
subjectsDialog.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();
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckSumviewDialog
The
CheckSumviewDialog can be used to view CheckSum
Object, which implements the MetadataviewDialog class, we can
use it with a couple of lines of code:
CheckSumviewDialog checkSumviewDialog = new CheckSumviewDialog(checkSum);
checkSumviewDialog.showOpenDialog();
|
class |
DateEventsViewerDialog
The
DateEventsviewerDialog can be used to view
DateEvents, which implements the MetadataviewDialog
class, we can use it with a couple of lines of code:
DateEventsviewerDialog dateEventsviewerDialog = new DateEventsviewerDialog(dateevents);
dateEventsviewerDialog.showOpenDialog();
|
class |
IdentifierRelationViewDialog
The
IdentifierRelationviewDialog can be used to view
Identifier relations, which implements the
MetadataviewDialog class, we can use it with a couple of lines
of code:
IdentifierRelationviewDialog identifierRelationviewDialog = new IdentifierRelationviewDialog(relations);
identifierRelationviewDialog.showOpenDialog();
|
class |
LegalPersonviewDialog
The
LegalPersonviewDialog can be used to view LegalPerson,
which implements the MetadataviewDialog class, we can use it
with a couple of lines of code:
LegalPersonviewDialog personviewDialog = new LegalPersonviewDialog(person);
personviewDialog.showOpenDialog();
|
class |
MetadataViewDialog
This abstract class provides default implementations for the
MetadataDialog class. |
class |
PersonsViewDialog
The
PersonviewDialog can be used to view Person,
which implements the MetadataviewDialog class, we can use it
with a couple of lines of code:
PersonviewDialog personviewDialog = new PersonviewDialog(person);
personviewDialog.showOpenDialog();
|
class |
SubjectsViewDialog
The
SubjectviewDialog can be used to view Subjects,
which implements the MetadataviewDialog class, we can use it
with a couple of lines of code:
SubjectviewDialog subjectviewDialog = new SubjectviewDialog(subjects, title);
subjectviewDialog.showOpenDialog();
|
class |
TextViewDialog
The
TextviewDialog can be used to edit text information, which
implements the MetadataviewDialog class, we can use it with a
couple of lines of code:
TextviewDialog textviewDialog = new TextviewDialog(text);
textviewDialog.showOpenDialog();
|
Copyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.