public void run() {
SelectorGroupWizard wizard = new SelectorGroupWizard(
getShell(),
context.getProject());
wizard.open();
SelectorGroup group = wizard.getSelectorGroup();
if (group != null) {
ListProxy rules = (ListProxy) getSelectedStyleSheetProxy().
getPropertyProxy(ThemeModel.RULES);
Operation addOp = rules.prepareCreateAndAddProxyItemOperation();