Entry Point Module Node
This is a tree node representing a module that has one or more entry points, presented via EntryPointNodes.
Author
Mark van Gulik
Parameters
The owning AvailWorkbench.
The name of the represented module.
Constructors
Construct a new EntryPointNode.
Properties
Whether this AbstractWorkbenchTreeNode represent an Avail module that is actively being built.
The resolved name of the represented module.
Answer an Iterable over the children, but type-strengthening the elements to AbstractWorkbenchTreeNode.
Functions
Order this node against another.
Whether to expand this node when the Anvil workbench opens.
Answer whether string is an appropriate semantic label for this node.
Answer a String suitable for identifying this node even after refreshing the tree.
Sort the direct children of this node. The default sort order is alphabetic by the nodes' text (passing false).