| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor | |
| de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumDialog
The
ChecksumDialog can be used to edit CheckSum,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
ChecksumDialog checksumDialog = new ChecksumDialog(checksum);
checksumDialog.showOpenDialog();
|
class |
DateEventsDialog
The
DateEventsDialog can be used to edit DateEvents
, which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
DateEventsDialog dataeventsdialog = new DateEventsDialog(dateevents);
dataeventsdialog.showOpenDialog();
|
class |
EdalLanguageDialog
The
EdalLanguageDialog can be used to edit
EdalLanguage, which implements the
MetadataeditDialog class, we can use it with a couple of lines
of code:
EdalLanguageDialog languageDialog = new EdalLanguageDialog(language);
languageDialog.showOpenDialog();
|
class |
IdentifierRelationDialog
The
IdentifierRelationDialog can be used to edit
Identifier relations, which implements the
MetadataeditDialog class, we can use it with a couple of lines
of code:
IdentifierRelationDialog identifierRelationDialog = new IdentifierRelationDialog(
relations);
identifierRelationDialog.showOpenDialog();
|
class |
MetaDataEditDialog
This abstract class provides default implementations for the
MetadataDialog class. |
class |
PersonDialog
The
PersonDialog can be used to edit Person,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
PersonDialog personDialog = new PersonDialog(person);
personDialog.showOpenDialog();
|
class |
TextDialog
The
TextDialog can be used to edit text information,
which implements the MetadataeditDialog class, we can use it
with a couple of lines of code:
TextDialog textDialog = new TextDialog(text);
textDialog.showOpenDialog();
|
| 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 |
MetadataViewDialog
This abstract class provides default implementations for the
MetadataDialog class. |
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.