* @param shortcutProperties
*/
public void setShortcutProperties(ShortcutProperties shortcutProperties)
throws BuilderException {
ConcreteMenu menu = getCurrentMenu();
if (menu != null) {
try {
menu.setShortcutProperties(shortcutProperties);
} catch (Exception e) {
throw new BuilderException(e);
}
} else {
throw new BuilderException(