de.bsvrz.pat.sysbed.plugins.parameditor
Class ParameterEditor.ParameterChangeInformation

java.lang.Object
  extended by de.bsvrz.pat.sysbed.plugins.parameditor.ParameterEditor.ParameterChangeInformation
All Implemented Interfaces:
ParameterChangeInformer
Enclosing class:
ParameterEditor

public static class ParameterEditor.ParameterChangeInformation
extends Object
implements ParameterChangeInformer


Field Summary
private  ParameterEditor.EditorFrame _editorFrame
           
 
Constructor Summary
ParameterEditor.ParameterChangeInformation(ParameterEditor.EditorFrame editorFrame)
           
 
Method Summary
 void setResultData(ResultData resultdata)
           
 void setSourceObject(String name)
           
 void setSourceType(String type)
           
 void showSourceButton(boolean show)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_editorFrame

private final ParameterEditor.EditorFrame _editorFrame
Constructor Detail

ParameterEditor.ParameterChangeInformation

public ParameterEditor.ParameterChangeInformation(ParameterEditor.EditorFrame editorFrame)
Method Detail

setResultData

public void setResultData(ResultData resultdata)
Specified by:
setResultData in interface ParameterChangeInformer

setSourceObject

public void setSourceObject(String name)
Specified by:
setSourceObject in interface ParameterChangeInformer

setSourceType

public void setSourceType(String type)
Specified by:
setSourceType in interface ParameterChangeInformer

showSourceButton

public void showSourceButton(boolean show)
Specified by:
showSourceButton in interface ParameterChangeInformer