Class DataFormatEditor
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor.AbstractMetaDataEditor
-
- de.ipk_gatersleben.bit.bi.edal.rmi.client.gui.editor.DataFormatEditor
-
public class DataFormatEditor extends AbstractMetaDataEditor
DataFormatEditorprovides a mechanism for the user to edit DataFormat information. The following code pops up a DataFormatEditor DialogDataFormatEditor dataformateditor = new DataFormatEditor(); dataformateditor.showOpenDialog();
-
-
Constructor Summary
Constructors Constructor Description DataFormatEditor()
-
Method Summary
Modifier and Type Method Description de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedDatagetValue()get the DataFormat valuevoidsetTitle(java.lang.String title)set the title of metadata dialogvoidsetValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)set a DataFormat valueintshowOpenDialog()pop up a Dialog
-
-
-
Method Detail
-
showOpenDialog
public int showOpenDialog()
pop up a Dialog- Specified by:
showOpenDialogin classAbstractMetaDataEditor- Returns:
- the result
-
setValue
public void setValue(de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData data)
set a DataFormat value- Specified by:
setValuein classAbstractMetaDataEditor- Parameters:
data- the value to set
-
getValue
public de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData getValue()
get the DataFormat value- Specified by:
getValuein classAbstractMetaDataEditor- Returns:
- the
UntypedDatavalue
-
setTitle
public void setTitle(java.lang.String title)
Description copied from class:AbstractMetaDataEditorset the title of metadata dialog- Overrides:
setTitlein classAbstractMetaDataEditor- Parameters:
title- the title of the dialog
-
-