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 java.lang.Object
implements ParameterChangeInformer
  • Constructor Summary

    Constructors
    Constructor Description
    ParameterChangeInformation​(de.bsvrz.pat.sysbed.plugins.parameditor.ParameterEditor.EditorFrame editorFrame)  
  • Method Summary

    Modifier and Type Method Description
    void setResultData​(de.bsvrz.dav.daf.main.ResultData resultdata)  
    void setSourceObject​(java.lang.String name)  
    void setSourceType​(java.lang.String type)  
    void showSourceButton​(boolean show)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParameterChangeInformation

      public ParameterChangeInformation​(de.bsvrz.pat.sysbed.plugins.parameditor.ParameterEditor.EditorFrame editorFrame)
  • Method Details