| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer |
| 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 |
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.