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 TheCheckSumviewDialog
can be used to viewCheckSum
Object, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:CheckSumViewer TheCheckSumViewer
wrappers classCheckSumviewDialog
as aMetadataViewer
Dialog to view CheckSum datatype.DataFormatViewer DataFormatViewer
provides a mechanism for the user to view DataFormat information.DateEventsViewer TheDateEventsViewer
is a wrapper class forDateEventsviewerDialog
, we can use it with a couple of lines of code:DateEventsViewerDialog TheDateEventsviewerDialog
can be used to viewDateEvents
, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:IdentifierRelationViewDialog TheIdentifierRelationviewDialog
can be used to viewIdentifier
relations, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:IdentifierRelationViewer TheIdentifierRelationViewer
wrappers classIdentifierRelationviewDialog
as aMetadataViewer
Dialog to edit IdentifierRelation datatype. we can use it with a couple of lines of code:IdentifierViewer TheIdentifierViewer
wrappers classTextviewDialog
as aMetadataViewer
Dialog to editIdentifier
datatype.LanguageViewer TheLanguageViewer
is a wrapper class forTextviewDialog
, we can use it with a couple of lines of code:LegalPersonInfoViewer TheLegalPersonInfoViewer
is a wrapper class forLegalPersonviewDialog
, we can use it with a couple of lines of code:LegalPersonviewDialog TheLegalPersonviewDialog
can be used to viewLegalPerson
, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:MetadataViewDialog This abstract class provides default implementations for theMetadataDialog
class.MetadataViewer This is a abstract class.PersonInfoViewer ThePersonInfoViewer
is a wrapper class forPersonviewDialog
, we can use it with a couple of lines of code:PersonsViewDialog ThePersonviewDialog
can be used to viewPerson
, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:SubjectsViewDialog TheSubjectviewDialog
can be used to viewSubjects
, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:SubjectViewer TheSubjectViewer
wrappers classSubjectviewDialog
as aMetadataViewer
Dialog to edit Subjects datatype. we can use it with a couple of lines of code:TextViewDialog TheTextviewDialog
can be used to edit text information, which implements theMetadataviewDialog
class, we can use it with a couple of lines of code:TextViewer TheTextViewer
is a wrapper class forTextviewDialog
, we can use it with a couple of lines of code:ViewerContainer ViewerContainer
provides a Container for all theMetadataViewer
, this class is used inEDALFileChooser
.