| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckSumViewer
The
CheckSumViewer wrappers class CheckSumviewDialog as
a MetadataViewer Dialog to view CheckSum datatype. |
class |
DataFormatViewer
DataFormatViewer provides a mechanism for the user to
view DataFormat information. |
class |
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();
|
class |
IdentifierRelationViewer
The
IdentifierRelationViewer wrappers class
IdentifierRelationviewDialog as a MetadataViewer
Dialog to edit IdentifierRelation datatype. we can use it with a couple of
lines of code:
IdentifierRelationViewer identifierRelationViewer = new IdentifierRelationViewer();
identifierRelationViewer.showOpenDialog();
|
class |
IdentifierViewer
The
IdentifierViewer wrappers class TextviewDialog as
a MetadataViewer Dialog to edit Identifier datatype. |
class |
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();
|
class |
LegalPersonInfoViewer
The
LegalPersonInfoViewer is a wrapper class for LegalPersonviewDialog,
we can use it with a couple of lines of code:
LegalPersonInfoViewer personInfoViewer = new LegalPersonInfoViewer();
personInfoViewer.setValue(person);
personInfoViewer.showOpenDialog();
|
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();
|
class |
SubjectViewer
The
SubjectViewer wrappers class SubjectviewDialog
as a MetadataViewer Dialog to edit Subjects datatype. we can use
it with a couple of lines of code:
SubjectViewer subjectViewer = new SubjectViewer();
subjectViewer.showOpenDialog();
|
class |
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();
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataViewer |
ViewerContainer.getViewer(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.EnumDublinCoreElements element)
Returns
MetadataViewer |
| Modifier and Type | Method and Description |
|---|---|
static void |
ViewerContainer.registerViewer(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.EnumDublinCoreElements element,
MetadataViewer viewer)
register viewer for element
|
Copyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.