Class ParameterEditor.ParameterChangeInformation
java.lang.Object
de.bsvrz.pat.sysbed.plugins.parameditor.ParameterEditor.ParameterChangeInformation
- All Implemented Interfaces:
ParameterChangeInformer
- Enclosing class:
- ParameterEditor
public static class ParameterEditor.ParameterChangeInformation
extends Object
implements ParameterChangeInformer
-
Constructor Summary
ConstructorsConstructorDescriptionParameterChangeInformation(de.bsvrz.pat.sysbed.plugins.parameditor.ParameterEditor.EditorFrame editorFrame) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetResultData(de.bsvrz.dav.daf.main.ResultData resultdata) voidsetSourceObject(String name) voidsetSourceType(String type) voidshowSourceButton(boolean show)
-
Constructor Details
-
ParameterChangeInformation
public ParameterChangeInformation(de.bsvrz.pat.sysbed.plugins.parameditor.ParameterEditor.EditorFrame editorFrame)
-
-
Method Details
-
setResultData
public void setResultData(de.bsvrz.dav.daf.main.ResultData resultdata) - Specified by:
setResultDatain interfaceParameterChangeInformer
-
setSourceObject
- Specified by:
setSourceObjectin interfaceParameterChangeInformer
-
setSourceType
- Specified by:
setSourceTypein interfaceParameterChangeInformer
-
showSourceButton
public void showSourceButton(boolean show) - Specified by:
showSourceButtonin interfaceParameterChangeInformer
-