- initWindow() - Method in class org.gicentre.treemappa.gui.JWFrame
-
Performs any window initialisation that is required after the
frame has been displayed.
- insert(MutableTreeNode, int) - Method in class org.gicentre.treemappa.TreeMapNode
-
Adds the given child node to this one.
- interruptionRequested() - Method in interface org.gicentre.treemappa.gui.JWInterruptionListener
-
Should respond to a request for an interruption to some process.
- isLeaf() - Method in class org.gicentre.treemappa.TreeMapNode
-
Reports whether not not this is a leaf node.
- iterator() - Method in class org.gicentre.treemappa.TreeMapNode
-
Provides an iterator that will perform a breadth-first iteration over the hierarchy starting with
this node and its children.