com.scudata.ide.custom.IResourceTreeBase 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.custom;
//
//import java.awt.Component;
//import java.util.List;
//
///**
// *
// * EsProc Resource Tree Interface
// *
// * This control will be placed on the left side of esProc.
// *
// * The use of a custom resource tree in the IDE needs to implement this
// * interface. For example: public class MyResourceTree implements IResourceTree.
// * Configure the implementation class of IResourceTree in the CONFIG node in
// * systemconfig_zh.xml. Example:
// */
//public interface IResourceTreeBase {
// /**
// * Get esProc resource tree component
// *
// * @return
// */
// public Component getComponent();
//
// /**
// * Refresh local resources based on esProc main path.
// *
// * @param mainPath
// *
// */
// public void changeMainPath(String mainPath);
//
//}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy