程序包 | 说明 |
---|---|
com.sh.javax.tree |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultNodeTemplet
简单的节点模板,可以容纳 1 个字符串数据
|
class |
GraphLabel
图形化文本标签
Company:首亨软件(重庆)有限公司
|
class |
GraphTree
Title: 结构化数据的图形树
Description: 结构化数据的图形树
Swing包的JTree加强版 |
class |
T_DssBTree
这个节点模板兼容 DssTree1.0.jar 提供的决策二叉树的节点
数据形式: 字符串(head)+串数组(body)+字符串(foot)
|
class |
T_ForeAndAft
纵向文本的节点模板
|
class |
T_PlanarData
创建二维数据的节点模板,可以容纳 二维字符串数组 数据
|
class |
T_SingleData
创建单一数据的节点模板,可以容纳 1个字符串数据
|
限定符和类型 | 方法和说明 |
---|---|
NodeTemplet |
GraphTreeNode.getNodeTemplet()
返回节点模板.
|
限定符和类型 | 方法和说明 |
---|---|
void |
GraphTreeNode.setNodeTemplet(NodeTemplet templet)
设置节点模板到
nodeTemplet . |
构造器和说明 |
---|
GraphTreeNode(NodeTemplet nodeTemplet)
Creates a tree node with no parent, no children, but which allows
children, and initializes it with the specified user object.
|
GraphTreeNode(NodeTemplet nodeTemplet,
boolean allowsChildren)
Creates a tree node with no parent, no children, initialized with
the specified user object, and that allows children only if
specified.
|