com.scudata.ide.vdb.commonvdb.LNFManager 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.util.Vector;
import javax.swing.UIManager;
import com.scudata.ide.vdb.config.ConfigOptions;
/**
* ??????ʽ
*
* @author wunan
*
*/
public class LNFManager {
public static final byte LNF_SYSTEM = 1;
public static final byte LNF_WINDOWS = 2;
public static final byte LNF_NIMBUS = 3;
public static Vector
© 2015 - 2024 Weber Informatics LLC | Privacy Policy