📄 tools.java
字号:
/*
* Created on 2005-2-10
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package cn.myapps.core.dynaform.macro;
import cn.myapps.core.dynaform.form.ejb.Option;
import cn.myapps.core.dynaform.form.ejb.Options;
import cn.myapps.core.workflow.utility.CommonUtil;
import cn.myapps.core.workflow.utility.Sequence;
import cn.myapps.util.DateUtil;
import cn.myapps.util.StringList;
import cn.myapps.util.StringUtil;
/**
* @author zhouty
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
public class Tools {
public static StringList createStringList() {
return new StringList();
}
public static Options createOptions() {
return new Options();
}
public static Option createOption() {
return new Option();
}
public static final StringUtil STRING_UTIL = new StringUtil();
public static final DateUtil DATE_UTIL = new DateUtil();
public static final CommonUtil COMMON_UTIL = new CommonUtil();
public static final Sequence SEQ_UTIL = new Sequence();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -