com.scudata.ide.vdb.commonvdb.GC Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of esproc Show documentation
Show all versions of esproc Show documentation
SPL(Structured Process Language) A programming language specially for structured data computing.
package com.scudata.ide.vdb.commonvdb;
import java.awt.Font;
/**
* ????
*
* @author wunan
*
*/
public class GC {
// ??Դ·??
public final static String RESOURCE_PATH = "/com/scudata/ide/vdb/resources/";
// ͼƬ·??
public final static String IMAGES_PATH = "/com/scudata/ide/vdb/img/";
// ????
public final static String PATH_CONFIG = "/config";
// ͼ??
public final static String PATH_LOGO = "/logo";
// ??־
public final static String PATH_LOG = "/log";
// ?ļ?????
public final static String FILE_VDB = "vdb";
public final static String FILE_TXT = "txt";
public final static String FILE_CSV = "csv";
public final static String FILE_XLS = "xls";
public final static String FILE_XLSX = "xlsx";
public final static String FILE_LOG = "log";
public final static int TABLE_ROW_HEIGHT = 25;
public static final Font font = new Font("Dialog", Font.PLAIN, 12);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy