Package de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer
This package contains the classes for the viewer panels of the file chooser
 dialog.
- 
Class Summary Class Description CheckSumviewDialog TheCheckSumviewDialogcan be used to viewCheckSumObject, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:CheckSumViewer TheCheckSumViewerwrappers classCheckSumviewDialogas aMetadataViewerDialog to view CheckSum datatype.DataFormatViewer DataFormatViewerprovides a mechanism for the user to view DataFormat information.DateEventsViewer TheDateEventsVieweris a wrapper class forDateEventsviewerDialog, we can use it with a couple of lines of code:DateEventsViewerDialog TheDateEventsviewerDialogcan be used to viewDateEvents, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:IdentifierRelationViewDialog TheIdentifierRelationviewDialogcan be used to viewIdentifierrelations, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:IdentifierRelationViewer TheIdentifierRelationViewerwrappers classIdentifierRelationviewDialogas aMetadataViewerDialog to edit IdentifierRelation datatype. we can use it with a couple of lines of code:IdentifierViewer TheIdentifierViewerwrappers classTextviewDialogas aMetadataViewerDialog to editIdentifierdatatype.LanguageViewer TheLanguageVieweris a wrapper class forTextviewDialog, we can use it with a couple of lines of code:LegalPersonInfoViewer TheLegalPersonInfoVieweris a wrapper class forLegalPersonviewDialog, we can use it with a couple of lines of code:LegalPersonviewDialog TheLegalPersonviewDialogcan be used to viewLegalPerson, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:MetadataViewDialog This abstract class provides default implementations for theMetadataDialogclass.MetadataViewer This is a abstract class.PersonInfoViewer ThePersonInfoVieweris a wrapper class forPersonviewDialog, we can use it with a couple of lines of code:PersonsViewDialog ThePersonviewDialogcan be used to viewPerson, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:SubjectsViewDialog TheSubjectviewDialogcan be used to viewSubjects, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:SubjectViewer TheSubjectViewerwrappers classSubjectviewDialogas aMetadataViewerDialog to edit Subjects datatype. we can use it with a couple of lines of code:TextViewDialog TheTextviewDialogcan be used to edit text information, which implements theMetadataviewDialogclass, we can use it with a couple of lines of code:TextViewer TheTextVieweris a wrapper class forTextviewDialog, we can use it with a couple of lines of code:ViewerContainer ViewerContainerprovides a Container for all theMetadataViewer, this class is used inEDALFileChooser.