All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.common.structure.tree.component.MifTreeNodeCreator Maven / Gradle / Ivy


/**
 * @author 钟冀 - yufei
 *             Aug 25, 2009 
 */
package cn.featherfly.common.structure.tree.component;

import cn.featherfly.common.structure.tree.TreeNode;

/**
 * 

* 每个节点数据生成操作的接口 *

* @param 树节点包含对象的类型 * @author 钟冀 */ public interface MifTreeNodeCreator { /** * 通过TreeNode节点,生成MifTree节点 * @param node 当前节点 * @return MifTree节点MifTree节点 */ MifTreeNode createNode(TreeNode node); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy