| Package | Description |
|---|---|
| org.smyld.gui | |
| org.smyld.gui.tree |
| Modifier and Type | Method and Description |
|---|---|
SMYLDTreeNode |
SMYLDTree.getNode(String nodeID) |
SMYLDTreeNode |
SMYLDTree.getRootNode() |
SMYLDTreeNode |
SMYLDTree.getSelectedItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
SMYLDTree.addChild(SMYLDTreeNode parentNode,
SMYLDTreeNode childNode) |
void |
SMYLDTree.removeChild(SMYLDTreeNode childNode) |
void |
SMYLDTree.setRootNode(SMYLDTreeNode treeNode) |
| Constructor and Description |
|---|
SMYLDTree(SMYLDTreeNode treeNode,
ActionHandler treeActionHandler) |
SMYLDTree(SMYLDTreeNode treeNode,
ActionHandler treeActionHandler,
SMYLDPopupMenu treePopupMenu) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<SMYLDTreeNode> |
SMYLDTreeNode.children() |
HashMap<String,SMYLDTreeNode> |
SMYLDTreeNode.getChildrenByLabel()
REturns a hashmap containing the children of this node with label as key
|
| Modifier and Type | Method and Description |
|---|---|
int |
SMYLDTreeNode.add(SMYLDTreeNode newChildNode) |
void |
SMYLDTreeModel.addChild(SMYLDTreeNode parentNode,
SMYLDTreeNode childNode) |
void |
SMYLDTreeNode.insertNodeInto(SMYLDTreeNode newChildNode,
int index) |
void |
SMYLDTreeModel.insertNodeInto(SMYLDTreeNode newChild,
SMYLDTreeNode parent,
int index) |
void |
SMYLDTreeModel.removeNode(SMYLDTreeNode node) |
void |
SMYLDTreeNode.setParent(SMYLDTreeNode parent) |
Copyright © 2019 com.github.mfjamil. All rights reserved.