|
|
|
@ -344,6 +344,10 @@ public class FormParaDesigner extends FormDesigner implements ParameterDesignerP
|
|
|
|
|
return designerActions.toArray(new UpdateAction[designerActions.size()]); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 主面板区域控件按钮action组 |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
public UpdateAction[] getBasicMainActions() { |
|
|
|
|
if (basicMainPaneActions == null) { |
|
|
|
|
basicMainPaneActions = new UpdateAction[]{new CutAction(this), new CopyAction(this), new PasteAction(this), |
|
|
|
|