Class DataFormatViewer
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.MetadataViewer
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.viewer.DataFormatViewer
-
public class DataFormatViewer extends MetadataViewer
DataFormatViewer
provides a mechanism for the user to view DataFormat information. The following code pops up a DataFormatViewer DialogDataFormatViewer dataFormatViewer = new DataFormatViewer(); dataFormatViewer.showOpenDialog();
-
-
Constructor Summary
Constructors Constructor Description DataFormatViewer()
-
Method Summary
Modifier and Type Method Description void
setTitle(java.lang.String title)
set the title of metadata dialogvoid
setValue(UntypedData data)
set a DataFormat valueint
showOpenDialog()
pop up a Dialog to view the DataFormat
-
-
-
Method Detail
-
showOpenDialog
public int showOpenDialog()
pop up a Dialog to view the DataFormat- Specified by:
showOpenDialog
in classMetadataViewer
- Returns:
- the result
-
setValue
public void setValue(UntypedData data)
set a DataFormat value- Specified by:
setValue
in classMetadataViewer
- Parameters:
data
- 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
-
-