Extending FocusControl
Status: Beta
Brought to you by:
jheer
The FocusControl class currently has two private members, specifically the String group and the function runActivity. This prevents extending FocusControl in certain ways. It prevented me from removing a node from the group if it is the only member and it is clicked, which seems a reasonable extension.
mernst@hmc.edu