?? startfunctioneditor.java
字號:
package com.opensymphony.workflow.designer.editor;import com.opensymphony.workflow.designer.ResourceManager;import com.opensymphony.workflow.designer.WorkflowDesigner;import com.opensymphony.workflow.designer.dialogs.DialogUtils;import com.opensymphony.workflow.loader.ConfigFunctionDescriptor;import com.opensymphony.workflow.loader.*;/** * @author jackflit * Date: 2003-11-24 */public class StartFunctionEditor extends FunctionEditor{ public StartFunctionEditor(ActionDescriptor desc) { super(desc); } protected AbstractDescriptor getParent() { return getDescriptor(); } protected ConfigFunctionDescriptor getFunction() { ConfigFunctionDescriptor template = (ConfigFunctionDescriptor)DialogUtils.getUserSelection(getModel().getPalette().getPreFunctions(), ResourceManager.getString("function.select"), ResourceManager.getString("function.select"), WorkflowDesigner.INSTANCE); if(template!=null) return new ConfigFunctionDescriptor(template); return null; } }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -