Class IdentifierRelationViewer
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.MetadataViewer
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.IdentifierRelationViewer
-
public class IdentifierRelationViewer extends MetadataViewer
TheIdentifierRelationViewer
wrappers classIdentifierRelationviewDialog
as aMetadataViewer
Dialog to edit IdentifierRelation datatype. we can use it with a couple of lines of code:IdentifierRelationViewer identifierRelationViewer = new IdentifierRelationViewer(); identifierRelationViewer.showOpenDialog();
-
-
Constructor Summary
Constructors Constructor Description IdentifierRelationViewer()
-
Method Summary
Modifier and Type Method Description void
setTitle(java.lang.String title)
set the title of metadata dialogvoid
setValue(UntypedData relations)
set the IdentifierRelation value.int
showOpenDialog()
pop up a IdentifierRelationviewDialog Dialog
-
-
-
Method Detail
-
showOpenDialog
public int showOpenDialog()
pop up a IdentifierRelationviewDialog Dialog- Specified by:
showOpenDialog
in classMetadataViewer
- Returns:
- the result
-
setValue
public void setValue(UntypedData relations)
set the IdentifierRelation value. set the IdentifierRelation value.- Specified by:
setValue
in classMetadataViewer
- Parameters:
relations
- the value the set
-
setTitle
public void setTitle(java.lang.String title)
Description copied from class:MetadataViewer
set the title of metadata dialog- Specified by:
setTitle
in classMetadataViewer
- Parameters:
title
- the title for the dialog
-
-