public interface ISwingTreeNode
extends jadex.base.gui.asynctree.ITreeNode
| Modifier and Type | Method and Description |
|---|---|
ISwingTreeNode |
getChild(int index)
Get the given child.
|
jadex.commons.future.IFuture<java.util.List<jadex.base.gui.asynctree.ITreeNode>> |
getChildren()
Get the current children, i.e.
|
ISwingTreeNode |
getParent()
Get the parent node.
|
javax.swing.JComponent |
getPropertiesComponent()
Get or create a component displaying the node properties.
|
javax.swing.Icon |
getSwingIcon()
Get the icon for a node.
|
ISwingTreeNode getParent()
getParent in interface jadex.base.gui.asynctree.ITreeNodeISwingTreeNode getChild(int index)
getChild in interface jadex.base.gui.asynctree.ITreeNodejavax.swing.Icon getSwingIcon()
jadex.commons.future.IFuture<java.util.List<jadex.base.gui.asynctree.ITreeNode>> getChildren()
getChildren in interface jadex.base.gui.asynctree.ITreeNodejavax.swing.JComponent getPropertiesComponent()