}
}
// javadoc inherited
public void setShortcut(TextAssetReference shortcut) throws BuilderException {
ConcreteMenuItem item = getCurrentMenuItem();
if (item != null) {
try {
item.setShortcut(shortcut);
} catch (Exception e) {
throw new BuilderException(e);
}
} else {
reportBadParent("shortcut");