|
|
@ -19,11 +19,11 @@ public class ParameterJavaScriptPane extends AbstractHyperLinkPane<ParameterJava |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ParameterJavaScriptPane(){ |
|
|
|
public ParameterJavaScriptPane(){ |
|
|
|
this(null); |
|
|
|
this(null, false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public ParameterJavaScriptPane(HashMap hyperLinkEditorMap){ |
|
|
|
public ParameterJavaScriptPane(HashMap hyperLinkEditorMap, boolean needRenamePane){ |
|
|
|
super(hyperLinkEditorMap); |
|
|
|
super(hyperLinkEditorMap, needRenamePane); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
parameterViewPane = new ReportletParameterViewPane(getChartParaType(), getValueEditorPane(), getValueEditorPane()); |
|
|
|
parameterViewPane = new ReportletParameterViewPane(getChartParaType(), getValueEditorPane(), getValueEditorPane()); |
|
|
|
this.add(parameterViewPane, BorderLayout.CENTER); |
|
|
|
this.add(parameterViewPane, BorderLayout.CENTER); |
|
|
|