Documentation of 'jas2.util.tree.SimpleNode' Java class
SimpleNode
jas2.util.tree

Class SimpleNode

  • Direct Known Subclasses:
    JobFolder, OrderedNode


    public class SimpleNode
    extends java.lang.Object
    A simple node represents a node in a tree. Each node has a number of properties:
    • Name: The name of the node
        Type: The type of the node
          Flags: A set of flags associated with the node
            Object: An object associated with the node SimpleNode contains a number of methods for making it easy to use TreeItems to build the tree. It is also possible to add a NodeListener to any node of the tree, and this will be informed of all changes (additions and deletions) below that node. Within a node, children are kept in a OrderedHashmap, which keeps items ordered by insertion order, and also enables nodes to be rapidly looked up by name.
Skip navigation links

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.