sbool containsChildWithShortName(Component c, S shortName) { ret childOfTypeShortNamed(c, shortName) != null; }