| Class | Description |
|---|---|
| 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();
|
| CheckSumViewer |
The
CheckSumViewer wrappers class CheckSumviewDialog as
a MetadataViewer Dialog to view CheckSum datatype. |
| DataFormatViewer |
DataFormatViewer provides a mechanism for the user to
view DataFormat information. |
| DateEventsViewer |
The
DateEventsViewer is a wrapper class for DateEventsviewerDialog,
we can use it with a couple of lines of code:
DateEventsViewer dateEventsViewer = new DateEventsViewer();
dateEventsViewer.setValue(dataevents);
dateEventsViewer.showOpenDialog();
|
| 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();
|
| 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();
|
| IdentifierRelationViewer |
The
IdentifierRelationViewer wrappers class IdentifierRelationviewDialog as
a MetadataViewer Dialog to edit IdentifierRelation datatype. |
| IdentifierViewer |
The
IdentifierViewer wrappers class TextviewDialog as
a MetadataViewer Dialog to edit Identifier datatype. |
| LanguageViewer |
The
LanguageViewer is a wrapper class for TextviewDialog,
we can use it with a couple of lines of code:
LanguageViewer viewer = new LanguageViewer();
viewer.setValue(text);
viewer.showOpenDialog();
|
| MetadataViewDialog |
This abstract class provides default implementations for the
MetadataDialog class. |
| MetadataViewer |
This is a abstract class.
|
| PersonInfoViewer |
The
PersonInfoViewer is a wrapper class for PersonviewDialog,
we can use it with a couple of lines of code:
PersonInfoViewer personInfoViewer = new PersonInfoViewer();
personInfoViewer.setValue(person);
personInfoViewer.showOpenDialog();
|
| 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();
|
| 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();
|
| TextViewer |
The
TextViewer is a wrapper class for TextviewDialog,
we can use it with a couple of lines of code:
TextViewer textViewer = new TextViewer();
textViewer.setValue(text);
textViewer.showOpenDialog();
|
| ViewerContainer |
ViewerContainer provides a Container for all the MetadataViewer,
this class is used in EDALFileChooser. |
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.