static L childrenOfTypeShortNamed(Component c, S shortName) { new L l; scanForComponentsByShortName(c, shortName, l); ret l; }