nodeListing derived from ygNode

Description: generates events describing node names

notes:
Category: System
Author: Alex Hill
Revision: 09/15/05 Alex Hill

    Messages
node class find node names below the given node
class class, [integer] generate events with node names from the given class and index
index integer generate events with class names using the given index
maximum [integer] set the total number of classes to report
    Events
changed total
class name, number
    Comments

constructor nodeListing

method reset

1 clear the node name
2 clear the class name
3 set the maximum printout to 100

method message

1 find node names below the given node
2 generate events with node names from the given class and index
3 generate events with class names using the given index
4 set the total number of classes to report

method findNodes

0.1 order currClasses in alphabetical order
0.2 insert the new directory into the list
1 call findClass recursively on all children

method app

0.0.0.1 populate current node list

method checkClass