| 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 |
PersonviewDialog
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 |
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 © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.